| 2010-08-06 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Cosmetic changes to two tests. |
| https://bugs.webkit.org/show_bug.cgi?id=43382 |
| |
| * fast/workers/storage/open-database-inputs-sync-expected.txt: |
| * fast/workers/storage/resources/open-database-inputs-sync.js: |
| * storage/null-callbacks.html: |
| |
| 2010-08-06 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Skip another hyphens* test to turn Leopard green again. |
| |
| fast/text/hyphen* tests have different results on Leopard |
| https://bugs.webkit.org/show_bug.cgi?id=43296 |
| |
| * platform/mac-leopard/Skipped: |
| |
| 2010-08-06 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| SVG - stroke-width:0 bug with stroke other than "none" |
| https://bugs.webkit.org/show_bug.cgi?id=42387 |
| |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Updated result, as fill="freeze" and stroke-width now works as expected. |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Ditto. |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: kerning reports 0, stroke-dashoffset 0, stroke-width 1 instead of empty values. |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Updated result, as fill="freeze" and stroke-width now works as expected. |
| * platform/mac/svg/custom/path-zero-strokewidth-expected.checksum: Added. |
| * platform/mac/svg/custom/path-zero-strokewidth-expected.png: Added. |
| * platform/mac/svg/custom/path-zero-strokewidth-expected.txt: Added. |
| * svg/css/getComputedStyle-basic-expected.txt: An empty stroke-dasharray reports "none", as defined in the spec now. |
| * svg/custom/path-zero-strokewidth.svg: Added. |
| |
| 2010-08-05 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Initial bindings and plumbing for IDBCursor. |
| https://bugs.webkit.org/show_bug.cgi?id=41888 |
| |
| Test: storage/indexeddb/idb-opencursor.html |
| |
| * storage/indexeddb/open-cursor-expected.txt: Added. |
| * storage/indexeddb/open-cursor.html: Added. |
| * storage/indexeddb/script-tests/open-cursor.js: Added. |
| (cursorSuccess): |
| (openCursor): |
| (populateObjectStore): |
| (createObjectStoreSuccess): |
| (openSuccess): |
| (test): |
| |
| 2010-08-06 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: Chromium test expectations rebaseline. |
| |
| * platform/chromium-linux/fast/text/stripNullFromText-expected.checksum: |
| * platform/chromium-linux/fast/text/stripNullFromText-expected.png: Added. |
| * platform/chromium-linux/fast/text/stripNullFromText-expected.txt: |
| * platform/chromium-linux/websocket/tests/bad-sub-protocol-control-chars-expected.txt: Added. |
| * platform/chromium-mac/fast/text/stripNullFromText-expected.checksum: |
| * platform/chromium-mac/fast/text/stripNullFromText-expected.png: |
| * platform/chromium-mac/websocket/tests/bad-sub-protocol-control-chars-expected.txt: |
| * platform/chromium-win/fast/text/stripNullFromText-expected.checksum: |
| * platform/chromium-win/fast/text/stripNullFromText-expected.png: |
| * platform/chromium-win/fast/text/stripNullFromText-expected.txt: |
| * platform/chromium-win/websocket/tests/bad-sub-protocol-control-chars-expected.txt: |
| |
| 2010-08-05 Alexey Proskuryakov <ap@apple.com> |
| |
| Fix http/tests/webarchive/test-css-url-encoding-shift-jis.html |
| |
| * fast/encoding/char-decoding-expected.txt: |
| * fast/encoding/char-decoding.html: |
| Also added an explicit case for this encoding name. |
| |
| 2010-08-05 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Form button input elements lacking text in some cases after switching from visibility:collapse to visibility:visible |
| https://bugs.webkit.org/show_bug.cgi?id=38050 |
| |
| * fast/css/visibility-collapse-form-buttons-expected.txt: Added. |
| * fast/css/visibility-collapse-form-buttons.html: Added. |
| |
| 2010-08-05 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=43554 |
| Way too many encoding aliases are treated as valid |
| |
| <rdar://problem/7863399> Garbage characters displayed in some yesky.com pages. |
| |
| <rdar://problem/7859068> Garbage characters displayed for most text at ceping.zhaopin.com |
| |
| * fast/encoding/char-encoding-expected.txt: |
| * fast/encoding/char-encoding.html: |
| Use a correct name for GB_2312-80. At least Firefox doesn't know GB-2312-80. |
| |
| * http/tests/misc/bad-charset-alias-expected.txt: Added. |
| * http/tests/misc/bad-charset-alias.html: Added. |
| * http/tests/misc/resources/bad-charset-alias.php: Added. |
| Check that certain encoding names are unknown. Both Firefox and IE don't know these. |
| |
| 2010-08-05 W. James MacLean <wjmaclean@chromium.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG - numeric overflow for very large elements |
| https://bugs.webkit.org/show_bug.cgi?id=25645 |
| |
| Rebaselining results for gtk/win platforms. |
| Skip pattern-excessive-malloc.svg on GTK for now. |
| |
| * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Removed. |
| * platform/gtk/Skipped: Modified. |
| * platform/win/svg/custom/massive-coordinates-expected.txt: Added. |
| |
| 2010-08-05 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Tony Chang. |
| |
| dumpAsMarkup conversion: deleting/delete-4038408-fix.html, deleting/delete-br-011.html, and execCommand/format-block-from-range-selection.html |
| https://bugs.webkit.org/show_bug.cgi?id=43580 |
| |
| Converted deleting/delete-4038408-fix.html, deleting/delete-br-011.html, and execCommand/format-block-from-range-selection.html |
| to a dumpAsMarkup test because all the tests were testing the correctness of the resultant DOM tree. |
| In addition, removed editing delegates from execCommand/format-block-from-range-selection.html because it's not relevant to the test. |
| |
| * editing/deleting/delete-4038408-fix-expected.txt: Added. |
| * editing/deleting/delete-4038408-fix.html: Converted. |
| * editing/deleting/delete-br-011-expected.txt: Added. |
| * editing/deleting/delete-br-011.html: Converted. |
| * editing/execCommand/format-block-from-range-selection-expected.txt: Added. |
| * editing/execCommand/format-block-from-range-selection.html: Converted. |
| * platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.checksum: Removed. |
| * platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.png: Removed. |
| * platform/chromium-linux/editing/deleting/delete-br-011-expected.checksum: Removed. |
| * platform/chromium-linux/editing/deleting/delete-br-011-expected.png: Removed. |
| * platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed. |
| * platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.png: Removed. |
| * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.checksum: Removed. |
| * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.png: Removed. |
| * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.txt: Removed. |
| * platform/chromium-win/editing/deleting/delete-br-011-expected.checksum: Removed. |
| * platform/chromium-win/editing/deleting/delete-br-011-expected.png: Removed. |
| * platform/chromium-win/editing/deleting/delete-br-011-expected.txt: Removed. |
| * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed. |
| * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.png: Removed. |
| * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.txt: Removed. |
| * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum: Removed. |
| * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png: Removed. |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.checksum: Removed. |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.png: Removed. |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Removed. |
| * platform/mac/editing/deleting/delete-br-011-expected.checksum: Removed. |
| * platform/mac/editing/deleting/delete-br-011-expected.png: Removed. |
| * platform/mac/editing/deleting/delete-br-011-expected.txt: Removed. |
| * platform/mac/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed. |
| * platform/mac/editing/execCommand/format-block-from-range-selection-expected.png: Removed. |
| * platform/mac/editing/execCommand/format-block-from-range-selection-expected.txt: Removed. |
| * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Removed. |
| * platform/qt/editing/deleting/delete-br-011-expected.txt: Removed. |
| * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Removed. |
| |
| 2010-08-05 Adam Barth <abarth@webkit.org> |
| |
| Update Qt result showing that we strip nulls in this case. |
| |
| * platform/qt/fast/text/stripNullFromText-expected.txt: |
| |
| 2010-08-05 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Calling setCustomValidity should trigger a layout |
| https://bugs.webkit.org/show_bug.cgi?id=43582 |
| |
| * fast/forms/setCustomValidity-expected.txt: Added. |
| * fast/forms/setCustomValidity.html: Added. |
| |
| 2010-08-05 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| U+0000 is turned to U+FFFD (replacement character) |
| https://bugs.webkit.org/show_bug.cgi?id=42112 |
| |
| Update test results to show null stripping. These changes are mostly |
| going back to the old results we had before we added the FFFD |
| replacement. |
| |
| * fast/dom/stripNullFromTextNodes-expected.txt: |
| * fast/tokenizer/null-in-text-expected.txt: Added. |
| * fast/tokenizer/null-in-text.html: Added. |
| * fast/tokenizer/null-xss-expected.txt: Added. |
| * fast/tokenizer/null-xss.html: Added. |
| - The main risk with stripping null characters is that they'll be |
| used in XSS attacks. This test shows that we don't strip null |
| characters from tag names. |
| * platform/mac/fast/text/stripNullFromText-expected.txt: |
| * svg/dom/fuzz-path-parser-expected.txt: |
| * svg/dom/rgb-color-parser-expected.txt: |
| |
| 2010-08-05 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| js-test-pre.js's escapeHTML should escape null characters so we can see them |
| https://bugs.webkit.org/show_bug.cgi?id=43579 |
| |
| * fast/canvas/canvas-getContext-invalid-expected.txt: |
| * fast/js/null-char-in-string-expected.txt: |
| * fast/js/resources/js-test-pre.js: |
| (escapeHTML): |
| * fast/js/switch-behaviour-expected.txt: |
| * storage/domstorage/complex-values-expected.txt: |
| * websocket/tests/bad-sub-protocol-control-chars-expected.txt: |
| |
| 2010-08-05 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Unreviewed build fix for chromium. |
| https://bugs.webkit.org/show_bug.cgi?id=43574 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Martin Robinson <mrobinson@igalia.com> |
| |
| [GTK] Some sputnik tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=43568 |
| |
| * platform/gtk/Skipped: Skip some more failing Sputnik tests. |
| |
| 2010-08-05 Tony Chang <tony@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| Fix a crash when a hidden iframe with a custom scrollbar finishes loading an image. |
| https://bugs.webkit.org/show_bug.cgi?id=42724 |
| |
| * scrollbars/hidden-iframe-scrollbar-crash2.html: Added. |
| * scrollbars/resources/hidden-iframe-scrollbar-crash2.html: Added. |
| |
| 2010-08-05 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Unreviewed build fix for Chromium. |
| |
| WebInspector: inspector/debugger-breakpoints-not-activated-on-reload.html |
| was regressed. I'll fix it tomorrow. |
| https://bugs.webkit.org/show_bug.cgi?id=43574 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Martin Robinson <mrobinson@igalia.com> |
| |
| [GTK] Some sputnik tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=43568 |
| |
| * platform/gtk/Skipped: Adding some more sputnik failures from the |
| debug bot. |
| |
| 2010-08-05 Michael Saboff <msaboff@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| New regression tests added as part of unshift fix for bug described |
| inhttps://bugs.webkit.org/show_bug.cgi?id=43401. |
| |
| * fast/js/script-tests/unshift-multi.js: Added. |
| * fast/js/unshift-multi-expected.txt: Added. |
| * fast/js/unshift-multi.html: Added. |
| |
| 2010-08-05 Martin Robinson <mrobinson@igalia.com> |
| |
| [GTK] Some sputnik tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=43568 |
| |
| Unskip the majority of the Sputnik tests. Most of them are passing |
| and a few just needed GTK+ baselines showing that they pass. |
| |
| * platform/gtk/Skipped: Skip remaining failures. |
| * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt. |
| * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt. |
| * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt. |
| |
| 2010-08-05 Jian Li <jianli@chromium.org> |
| |
| Update test results caused by r64763. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-properties.html: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/script-tests/constructed-objects-prototypes.js: |
| (constructorPropertiesOnWindow): |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| * platform/win/Skipped: |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-08-05 Jian Li <jianli@chromium.org> |
| |
| Chromium test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Satish Sampath <satish@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Updated test expectations for speech input in the chromium port |
| https://bugs.webkit.org/show_bug.cgi?id=43563 |
| |
| * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.checksum: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.checksum: |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum: |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.checksum: |
| * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum: |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.checksum: Added. |
| * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png: Added. |
| * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt: Added. |
| * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.checksum: Added. |
| * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png: Added. |
| * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt: Added. |
| * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.checksum: Added. |
| * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png: Added. |
| * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Jeremy Orlow <jorlow@chromium.org> |
| |
| Don't skip speech tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Add test for basic values of the MathML mathvariant attribute |
| https://bugs.webkit.org/show_bug.cgi?id=43481 |
| |
| * mathml/presentation/attributes.xhtml: |
| * platform/mac/mathml/presentation/attributes-expected.checksum: |
| * platform/mac/mathml/presentation/attributes-expected.png: |
| * platform/mac/mathml/presentation/attributes-expected.txt: |
| |
| 2010-08-05 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Chromium test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add missing pixel test results for svg/in-html test. |
| |
| * platform/mac/svg/in-html/circle-expected.checksum: Added. |
| * platform/mac/svg/in-html/circle-expected.png: Added. |
| |
| 2010-08-05 Satish Sampath <satish@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Add speech input controller mock in WebKit and a layout test. |
| https://bugs.webkit.org/show_bug.cgi?id=43477 |
| |
| * fast/speech/input-text-speechbutton-expected.txt: Added. |
| * fast/speech/input-text-speechbutton.html: Added. |
| * fast/speech/script-tests/input-text-speechbutton.js: Added. |
| (onChange): |
| (run): |
| |
| 2010-08-05 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Skip new debugger test on Qt. |
| |
| * platform/qt/Skipped: |
| |
| 2010-08-05 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: inspected page crashes when there is a cyclic reference in Object prototype |
| https://bugs.webkit.org/show_bug.cgi?id=43558 |
| |
| * inspector/debugger-cyclic-ref-expected.txt: Added. |
| * inspector/debugger-cyclic-ref.html: Added. |
| |
| 2010-08-05 Satish Sampath <satish@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Fix rendering of speech button and enable layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=43425 |
| |
| Added layout and pixel test expecations for speech button on chromium-linux and chromium-mac. |
| Also enabled the relevant layout tests on these platforms. |
| Non chromium ports don't have the feature flag enabled and the code does not get compiled in yet, |
| so there are no test expectations for those ports. |
| |
| * fast/speech/input-appearance-numberandspeech-expected.txt: Removed. |
| * fast/speech/input-appearance-numberandspeech.html: |
| * fast/speech/input-appearance-searchandspeech-expected.txt: Removed. |
| * fast/speech/input-appearance-searchandspeech.html: |
| * fast/speech/input-appearance-speechbutton-expected.txt: Removed. |
| * fast/speech/input-appearance-speechbutton.html: |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.checksum: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: Added. |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.checksum: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: Added. |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/fast/forms/input-appearance-numberandspeech-expected.checksum: Removed. |
| * platform/mac/fast/forms/input-appearance-numberandspeech-expected.png: Removed. |
| * platform/mac/fast/forms/input-appearance-speechbutton-expected.checksum: Removed. |
| * platform/mac/fast/forms/input-appearance-speechbutton-expected.png: Removed. |
| |
| 2010-08-05 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Re-enabling inspector/extension* tests following a fix in InspectorController. |
| https://bugs.webkit.org/show_bug.cgi?id=43344 |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-08-05 Charles Wei <charles.wei@torchmobile.com.cn> |
| |
| Reviewed by George Staikos. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=43469 |
| <noscript> is working wrong in some cases when xhtmlmp is enabled. |
| |
| * fast/xhtmlmp/noscript-basic-expected.txt: Added. |
| * fast/xhtmlmp/noscript-basic.xhtml: Added. |
| |
| 2010-08-05 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. More chromium test rebaselines. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. More chromium test rebaselines. |
| |
| * platform/chromium-linux/svg/in-html/circle-expected.checksum: Added. |
| * platform/chromium-linux/svg/in-html/circle-expected.png: Added. |
| * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed. |
| * platform/chromium-mac/svg/in-html/circle-expected.checksum: Added. |
| * platform/chromium-mac/svg/in-html/circle-expected.png: Added. |
| * platform/chromium-win/svg/in-html/circle-expected.checksum: Added. |
| * platform/chromium-win/svg/in-html/circle-expected.png: Added. |
| * platform/chromium-win/svg/in-html/circle-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Chromium expectations update. |
| |
| * platform/chromium-linux/fast/dom/isindex-001-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/isindex-001-expected.png: Added. |
| * platform/chromium-linux/fast/dom/isindex-002-expected.checksum: |
| * platform/chromium-linux/fast/dom/isindex-002-expected.png: |
| * platform/chromium-linux/fast/forms/form-in-malformed-markup-expected.checksum: |
| * platform/chromium-linux/fast/forms/form-in-malformed-markup-expected.png: |
| * platform/chromium-linux/fast/forms/formmove3-expected.checksum: |
| * platform/chromium-linux/fast/forms/formmove3-expected.png: |
| * platform/chromium-linux/fast/forms/formmove3-expected.txt: |
| * platform/chromium-linux/fast/forms/isindex-placeholder-expected.checksum: |
| * platform/chromium-linux/fast/forms/isindex-placeholder-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/chromium-win/fast/dom/isindex-001-expected.checksum: |
| * platform/chromium-win/fast/dom/isindex-001-expected.png: |
| * platform/chromium-win/fast/dom/isindex-001-expected.txt: Added. |
| * platform/chromium-win/fast/dom/isindex-002-expected.checksum: |
| * platform/chromium-win/fast/dom/isindex-002-expected.png: |
| * platform/chromium-win/fast/dom/isindex-002-expected.txt: |
| * platform/chromium-win/fast/forms/form-in-malformed-markup-expected.checksum: |
| * platform/chromium-win/fast/forms/form-in-malformed-markup-expected.png: |
| * platform/chromium-win/fast/forms/form-in-malformed-markup-expected.txt: |
| * platform/chromium-win/fast/forms/formmove3-expected.checksum: |
| * platform/chromium-win/fast/forms/formmove3-expected.png: |
| * platform/chromium-win/fast/forms/formmove3-expected.txt: |
| * platform/chromium-win/fast/forms/isindex-placeholder-expected.checksum: |
| * platform/chromium-win/fast/forms/isindex-placeholder-expected.png: |
| * platform/chromium-win/fast/forms/isindex-placeholder-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/adforce_imgis_com-expected.txt: |
| |
| 2010-08-05 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Rebaselined a bunch of chromium layout tests after the parser switch. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=43547 |
| |
| * platform/chromium-linux/fast/forms/file-input-disabled-expected.txt: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-linux/fast/forms/preserveFormDuringResidualStyle-expected.checksum: |
| * platform/chromium-linux/fast/forms/preserveFormDuringResidualStyle-expected.png: |
| * platform/chromium-linux/fast/forms/text-style-color-expected.checksum: |
| * platform/chromium-linux/fast/forms/text-style-color-expected.png: |
| * platform/chromium-linux/fast/invalid/019-expected.checksum: |
| * platform/chromium-linux/fast/invalid/019-expected.png: |
| * platform/chromium-linux/fast/invalid/missing-address-end-tag-expected.checksum: |
| * platform/chromium-linux/fast/invalid/missing-address-end-tag-expected.png: |
| * 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/invalid/table-inside-stray-table-content-expected.checksum: |
| * platform/chromium-linux/fast/invalid/table-inside-stray-table-content-expected.png: |
| * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.checksum: |
| * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.png: |
| * platform/chromium-linux/fonts/fantasy-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2516-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2516-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug278385-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug278385-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug32447-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug32447-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug34538-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug34538-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug48028-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug48028-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png: Added. |
| * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/chromium-mac/fast/dom/isindex-001-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/isindex-001-expected.png: Added. |
| * platform/chromium-mac/fast/forms/form-in-malformed-markup-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/form-in-malformed-markup-expected.png: Added. |
| * platform/chromium-mac/fast/forms/formmove3-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/formmove3-expected.png: Added. |
| * platform/chromium-mac/fast/forms/isindex-placeholder-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/isindex-placeholder-expected.png: Added. |
| * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.png: Added. |
| * platform/chromium-mac/fast/forms/text-style-color-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/text-style-color-expected.png: Added. |
| * platform/chromium-mac/fast/invalid/019-expected.checksum: Added. |
| * platform/chromium-mac/fast/invalid/019-expected.png: Added. |
| * platform/chromium-mac/fast/invalid/missing-address-end-tag-expected.checksum: Added. |
| * platform/chromium-mac/fast/invalid/missing-address-end-tag-expected.png: Added. |
| * platform/chromium-mac/fast/invalid/residual-style-expected.checksum: |
| * platform/chromium-mac/fast/invalid/residual-style-expected.png: |
| * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Added. |
| * platform/chromium-mac/fast/invalid/table-inside-stray-table-content-expected.checksum: Added. |
| * platform/chromium-mac/fast/invalid/table-inside-stray-table-content-expected.png: Added. |
| * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.checksum: Added. |
| * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug2516-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug2516-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug278385-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug278385-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug30559-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug30559-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug32447-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug32447-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug34538-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug34538-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug48028-1-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug48028-1-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Added. |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added. |
| * platform/chromium-win/fast/block/float/float-in-float-painting-expected.txt: |
| * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt: |
| * platform/chromium-win/fast/forms/file-input-disabled-expected.txt: |
| * platform/chromium-win/fast/forms/form-added-to-table-expected.txt: |
| * platform/chromium-win/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.checksum: |
| * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.png: |
| * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/chromium-win/fast/forms/text-style-color-expected.checksum: |
| * platform/chromium-win/fast/forms/text-style-color-expected.png: |
| * platform/chromium-win/fast/forms/text-style-color-expected.txt: |
| * platform/chromium-win/fast/invalid/004-expected.txt: |
| * platform/chromium-win/fast/invalid/005-expected.txt: |
| * platform/chromium-win/fast/invalid/007-expected.txt: |
| * platform/chromium-win/fast/invalid/012-expected.txt: |
| * platform/chromium-win/fast/invalid/017-expected.txt: |
| * platform/chromium-win/fast/invalid/018-expected.txt: |
| * platform/chromium-win/fast/invalid/019-expected.checksum: |
| * platform/chromium-win/fast/invalid/019-expected.png: |
| * platform/chromium-win/fast/invalid/019-expected.txt: |
| * platform/chromium-win/fast/invalid/missing-address-end-tag-expected.checksum: |
| * platform/chromium-win/fast/invalid/missing-address-end-tag-expected.png: |
| * platform/chromium-win/fast/invalid/missing-address-end-tag-expected.txt: |
| * platform/chromium-win/fast/invalid/missing-font-end-tag-expected.txt: |
| * platform/chromium-win/fast/invalid/residual-style-expected.checksum: |
| * platform/chromium-win/fast/invalid/residual-style-expected.png: |
| * platform/chromium-win/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-win/fast/invalid/table-inside-stray-table-content-expected.checksum: |
| * platform/chromium-win/fast/invalid/table-inside-stray-table-content-expected.png: |
| * platform/chromium-win/fast/invalid/table-inside-stray-table-content-expected.txt: |
| * platform/chromium-win/fast/parser/nofoo-tags-inside-paragraph-expected.txt: |
| * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.checksum: |
| * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.png: |
| * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.txt: |
| * platform/chromium-win/fast/parser/title-error-test-expected.txt: |
| * platform/chromium-win/fast/table/fixed-table-non-cell-in-row-expected.txt: |
| * platform/chromium-win/fast/table/inline-form-assert-expected.txt: |
| * platform/chromium-win/fast/table/insert-cell-before-form-expected.txt: |
| * platform/chromium-win/fast/table/insert-row-before-form-expected.txt: |
| * platform/chromium-win/fast/text/large-text-composed-char-expected.txt: |
| * platform/chromium-win/fonts/cursive-expected.txt: |
| * platform/chromium-win/fonts/fantasy-expected.txt: |
| * platform/chromium-win/fonts/monospace-expected.txt: |
| * platform/chromium-win/fonts/sans-serif-expected.txt: |
| * platform/chromium-win/fonts/serif-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2267-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2516-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug2516-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2516-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2757-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug278385-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug278385-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug278385-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug32447-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug32447-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug32447-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug34538-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug34538-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug34538-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug48028-1-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug48028-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug48028-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug53690-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug78162-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug96343-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug96343-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug96343-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-05 Adam Barth <abarth@webkit.org> |
| |
| residual-style-hang times out on Gtk |
| https://bugs.webkit.org/show_bug.cgi?id=43540 |
| |
| Skip fast/parser/residual-style-hang.html on Gtk. Hopefully someone |
| with access to a Gtk machine can help us understand why this is |
| hanging. There's (a little) more information in the bug page. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-08-05 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Add a test for SVG-in-HTML |
| https://bugs.webkit.org/show_bug.cgi?id=43539 |
| |
| Just a basic test that we can render SVG in HTML. |
| |
| * platform/mac/svg/in-html/circle-expected.txt: Added. |
| * svg/in-html/circle.html: Added. |
| |
| 2010-08-04 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change |
| https://bugs.webkit.org/show_bug.cgi?id=42244 |
| |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop.html: Added. |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-limitingConeAngle-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-pointsAtX-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-pointsAtY-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-pointsAtZ-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-specularExponent-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-x-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-y-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-dom-z-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-limitingConeAngle-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-pointsAtX-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-pointsAtY-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-pointsAtZ-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-specularExponent-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-x-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-y-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpotLightElement-svgdom-z-prop.js: Added. |
| (executeTest): |
| |
| 2010-08-04 Adam Barth <abarth@webkit.org> |
| |
| Enable HTML5 tree builder |
| https://bugs.webkit.org/show_bug.cgi?id=42804 |
| |
| Update expected results for Leopard. |
| |
| * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt: |
| |
| 2010-08-04 Adam Barth <abarth@webkit.org> |
| |
| Enable HTML5 tree builder |
| https://bugs.webkit.org/show_bug.cgi?id=42804 |
| |
| Update expected results for Qt. These results look correct vis-a-vis |
| the Mac changes. |
| |
| * platform/qt/fast/block/float/4145535Crash-expected.txt: |
| * platform/qt/fast/dom/isindex-001-expected.txt: |
| * platform/qt/fast/forms/isindex-placeholder-expected.txt: |
| * platform/qt/fast/forms/text-style-color-expected.txt: |
| * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: |
| |
| 2010-08-04 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Enable HTML5 tree builder |
| https://bugs.webkit.org/show_bug.cgi?id=42804 |
| |
| Lots of crazy changes. As far as we can tell, these |
| are all progressions/match minefield. For a more in-depth, |
| per-test breakdown see the spreadsheet: |
| http://spreadsheets.google.com/ccc?key=0AlC4tS7Ao1fIdEo0SFdLaVpiclBHMVNQcHlTenV5TEE |
| |
| * dom/html/level2/html/HTMLIsIndexElement01-expected.txt: Expected, <isindex> now gets converted into a <form><input> tree. |
| * dom/html/level2/html/HTMLIsIndexElement02-expected.txt: |
| * dom/html/level2/html/HTMLIsIndexElement03-expected.txt: |
| * editing/execCommand/indent-div-inside-list-expected.txt: |
| * fast/dom/HTMLLabelElement/label-control-expected.txt: |
| * fast/dom/attribute-case-sensitivity-expected.txt: |
| * fast/dom/no-elements-expected.txt: |
| * fast/events/tabindex-focus-blur-all-expected.txt: |
| * fast/forms/datalist-nonoption-child-expected.txt: |
| * fast/lists/ol-nested-items-expected.txt: |
| * fast/parser/remove-current-node-parent-expected.txt: |
| * fast/parser/residual-style-dom-expected.txt: |
| * fast/parser/residual-style-hang-expected.txt: |
| * html5lib/runner-expected.txt: massive progression |
| * html5lib/webkit-resumer-expected.txt: massive progression. |
| * http/tests/misc/isindex-formdata-expected.txt: |
| * http/tests/misc/isindex-with-no-form-base-href-expected.txt: |
| * http/tests/xmlhttprequest/close-window-expected.txt: |
| * platform/mac/editing/selection/designmode-no-caret-expected.txt: |
| * platform/mac/fast/block/float/4145535Crash-expected.txt: |
| * platform/mac/fast/block/float/float-in-float-painting-expected.txt: |
| * platform/mac/fast/dom/isindex-001-expected.txt: |
| * platform/mac/fast/dom/isindex-002-expected.txt: |
| * platform/mac/fast/events/focusingUnloadedFrame-expected.txt: |
| * platform/mac/fast/forms/file-input-disabled-expected.txt: |
| * platform/mac/fast/forms/form-added-to-table-expected.txt: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/form-in-malformed-markup-expected.txt: |
| * platform/mac/fast/forms/formmove3-expected.txt: |
| * platform/mac/fast/forms/isindex-placeholder-expected.txt: |
| * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/mac/fast/forms/text-style-color-expected.txt: |
| * platform/mac/fast/invalid/004-expected.txt: |
| * platform/mac/fast/invalid/005-expected.txt: |
| * platform/mac/fast/invalid/007-expected.txt: |
| * platform/mac/fast/invalid/012-expected.txt: |
| * platform/mac/fast/invalid/017-expected.txt: |
| * platform/mac/fast/invalid/018-expected.txt: |
| * platform/mac/fast/invalid/019-expected.txt: |
| * platform/mac/fast/invalid/missing-address-end-tag-expected.txt: |
| * platform/mac/fast/invalid/missing-font-end-tag-expected.txt: |
| * platform/mac/fast/invalid/residual-style-expected.txt: |
| * platform/mac/fast/invalid/table-inside-stray-table-content-expected.txt: |
| * platform/mac/fast/invalid/table-residual-style-crash-expected.txt: |
| * platform/mac/fast/parser/nofoo-tags-inside-paragraph-expected.txt: |
| * platform/mac/fast/parser/remove-block-in-residual-style-expected.txt: |
| * platform/mac/fast/parser/title-error-test-expected.txt: |
| * platform/mac/fast/table/fixed-table-non-cell-in-row-expected.txt: |
| * platform/mac/fast/table/giantCellspacing-expected.txt: |
| * platform/mac/fast/table/inline-form-assert-expected.txt: |
| * platform/mac/fast/table/insert-cell-before-form-expected.txt: |
| * platform/mac/fast/table/insert-row-before-form-expected.txt: |
| * platform/mac/fast/text/large-text-composed-char-expected.txt: |
| * platform/mac/fonts/cursive-expected.txt: |
| * platform/mac/fonts/fantasy-expected.txt: |
| * platform/mac/fonts/monospace-expected.txt: |
| * platform/mac/fonts/sans-serif-expected.txt: |
| * platform/mac/fonts/serif-expected.txt: |
| * platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2267-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2516-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2757-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug278385-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug30559-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug32447-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug34538-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug56563-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug78162-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96343-expected.txt: |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: |
| * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive: |
| * webarchive/test-frameset-expected.webarchive: |
| |
| 2010-08-04 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Spin-button behavior improvement for out-of-range values |
| https://bugs.webkit.org/show_bug.cgi?id=43463 |
| |
| * fast/forms/input-number-outofrange-expected.txt: Added. |
| * fast/forms/input-number-outofrange.html: Added. |
| * fast/forms/script-tests/input-number-outofrange.js: Added. |
| |
| 2010-08-04 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/drt_expectations.txt: Add flaky tests on DRT/Chromium/Mac |
| |
| 2010-08-03 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by Oliver Hunt and Beth Dakin. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=43461 |
| Crash parsing certain values for NaN |
| |
| * fast/js/parse-nan.html: Added. |
| * fast/js/script-tests/parse-nan.js: Added. |
| |
| 2010-08-04 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r64674. |
| http://trac.webkit.org/changeset/64674 |
| https://bugs.webkit.org/show_bug.cgi?id=43532 |
| |
| Doesn't work with HTML5 tree builder (Requested by tonyg-cr on |
| #webkit). |
| |
| * fast/dom/HTMLScriptElement/defer-double-defer-write-expected.txt: Removed. |
| * fast/dom/HTMLScriptElement/defer-double-defer-write.html: Removed. |
| * fast/dom/HTMLScriptElement/defer-double-write-expected.txt: Removed. |
| * fast/dom/HTMLScriptElement/defer-double-write.html: Removed. |
| * fast/dom/HTMLScriptElement/defer-inline-script-expected.txt: Removed. |
| * fast/dom/HTMLScriptElement/defer-inline-script.html: Removed. |
| * fast/dom/HTMLScriptElement/defer-onbeforeload-expected.txt: Removed. |
| * fast/dom/HTMLScriptElement/defer-onbeforeload.html: Removed. |
| * fast/dom/HTMLScriptElement/defer-script-invalid-url-expected.txt: Removed. |
| * fast/dom/HTMLScriptElement/defer-script-invalid-url.html: Removed. |
| * fast/dom/HTMLScriptElement/resources/defer.js: Removed. |
| * fast/dom/HTMLScriptElement/resources/external.js: Removed. |
| * fast/dom/HTMLScriptElement/resources/shouldnotexecute.js: Removed. |
| * http/tests/misc/resources/defer-script.js: Removed. |
| * http/tests/misc/resources/external-script.js: Removed. |
| * http/tests/misc/resources/script-debug-body-background.js: Removed. |
| * http/tests/misc/resources/script-write-slow-stylesheet.js: Removed. |
| * http/tests/misc/resources/slow-defer-script.cgi: Removed. |
| * http/tests/misc/resources/slow-stylesheet.cgi: Removed. |
| * http/tests/misc/script-defer-after-slow-stylesheet-expected.txt: Removed. |
| * http/tests/misc/script-defer-after-slow-stylesheet.html: Removed. |
| * http/tests/misc/script-defer-expected.txt: Removed. |
| * http/tests/misc/script-defer-write-slow-stylesheet-expected.txt: Removed. |
| * http/tests/misc/script-defer-write-slow-stylesheet.html: Removed. |
| * http/tests/misc/script-defer.html: Removed. |
| |
| 2010-08-04 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| fast/parser/residual-style-hang.html hangs |
| https://bugs.webkit.org/show_bug.cgi?id=42950 |
| |
| Add a dump-as-markup test that shows what DOM we actually create in |
| this case. |
| |
| Note: these results are for the existing parser. |
| |
| * fast/parser/residual-style-dom-expected.txt: Added. |
| * fast/parser/residual-style-dom.html: Added. |
| |
| 2010-08-04 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed fix for chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: Removed incorrectly formatted line. |
| |
| 2010-08-04 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Pick up spec change w.r.t. figcaption and summary |
| https://bugs.webkit.org/show_bug.cgi?id=43075 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-08-04 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Pick up spec change w.r.t. replacement character and <frameset> |
| https://bugs.webkit.org/show_bug.cgi?id=43073 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-08-04 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed change to Chromium test expectations to mark hyphenate-locale.html as failing. |
| |
| * platform/chromium/test_expectations.txt: mark hyphenate-locate.html as failing. |
| |
| 2010-08-04 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Allow the language for hyphenation to be specified |
| https://bugs.webkit.org/show_bug.cgi?id=43467 |
| |
| * fast/text/hyphenate-locale.html: Added. |
| * platform/mac/fast/text/hyphenate-locale-expected.checksum: Added. |
| * platform/mac/fast/text/hyphenate-locale-expected.png: Added. |
| * platform/mac/fast/text/hyphenate-locale-expected.txt: Added. |
| |
| 2010-08-04 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Updating Windows DRT expectations after DRT's successful run. |
| |
| * platform/chromium/drt_expectations.txt: Added failure expectations. |
| |
| 2010-08-04 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| LayoutTests for <script defer> as specified by HTML5 |
| https://bugs.webkit.org/show_bug.cgi?id=40934 |
| |
| * fast/dom/HTMLScriptElement/defer-double-defer-write-expected.txt: Added. |
| * fast/dom/HTMLScriptElement/defer-double-defer-write.html: Added. Tests for tricky ordering and reentrancy by doing a double write of defered scripts. |
| * fast/dom/HTMLScriptElement/defer-double-write-expected.txt: Copied from LayoutTests/fast/tokenizer/write-before-load-expected.txt. |
| * fast/dom/HTMLScriptElement/defer-double-write.html: Added. Tests for tricky ordering and reentrancy by doing a double write of inline scripts. |
| * fast/dom/HTMLScriptElement/defer-inline-script-expected.txt: Added. |
| * fast/dom/HTMLScriptElement/defer-inline-script.html: Added. Tests that the defer attribute is ignored on inline script blocks. |
| * fast/dom/HTMLScriptElement/defer-onbeforeload-expected.txt: Added. |
| * fast/dom/HTMLScriptElement/defer-onbeforeload.html: Added. Tests that onbeforeload fires immediately when a deferred script is encounted. Also tests that it can be cancelled. |
| * fast/dom/HTMLScriptElement/defer-script-invalid-url-expected.txt: Added. |
| * fast/dom/HTMLScriptElement/defer-script-invalid-url.html: Added. Tests that invalid URLs are ignored and subsequent scripts are still executed. |
| * fast/dom/HTMLScriptElement/resources/defer.js: Added. |
| * fast/dom/HTMLScriptElement/resources/external.js: Added. |
| * fast/dom/HTMLScriptElement/resources/shouldnotexecute.js: Added. |
| * http/tests/misc/resources/defer-script.js: Added. |
| * http/tests/misc/resources/external-script.js: Added. |
| * http/tests/misc/resources/script-debug-body-background.js: Added. |
| * http/tests/misc/resources/script-write-slow-stylesheet.js: Added. |
| * http/tests/misc/resources/slow-defer-script.cgi: Added. |
| * http/tests/misc/resources/slow-stylesheet.cgi: Added. |
| * http/tests/misc/script-defer-after-slow-stylesheet-expected.txt: Added. |
| * http/tests/misc/script-defer-after-slow-stylesheet.html: Added. Tests stylesheet blocking behavior. |
| * http/tests/misc/script-defer-expected.txt: Added. |
| * http/tests/misc/script-defer-write-slow-stylesheet-expected.txt: Added. |
| * http/tests/misc/script-defer-write-slow-stylesheet.html: Added. Tests stylesheet blocking behavior with a slow stylesheet. |
| * http/tests/misc/script-defer.html: Added. Tests basic functionality and ordering. |
| |
| 2010-08-04 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Regression test: overflow: auto; on a math element was a cause of crash. |
| https://bugs.webkit.org/show_bug.cgi?id=42894 |
| |
| * mathml/presentation/style.xhtml: Added. |
| * platform/mac/mathml/presentation/style-expected.checksum: Added. |
| * platform/mac/mathml/presentation/style-expected.png: Added. |
| * platform/mac/mathml/presentation/style-expected.txt: Added. |
| |
| 2010-08-04 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| [Gtk] Make sure DRT return the right AXTitle for controls |
| https://bugs.webkit.org/show_bug.cgi?id=39997 |
| |
| Added expected results file to the GTK port and removed the new |
| test from the Skipped file. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/accessibility/aria-checkbox-text-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-checkbox-text-expected.txt. |
| |
| 2010-08-04 Abhishek Arya <inferno@chromium.org> |
| |
| Unreviewed. QT expectation fix. |
| |
| * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt: |
| |
| 2010-08-04 Abhishek Arya <inferno@chromium.org> |
| |
| Unreviewed. |
| |
| Add qt specific layout test results for my commit http://trac.webkit.org/changeset/64647. |
| Fix timeout in my layout test since it was generating too many events in qt. |
| |
| * fast/notifications/notifications-document-close-crash.html: |
| * platform/qt/fast/notifications: Added. |
| * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt: Added. |
| |
| 2010-08-04 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Chromium expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-03 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Tests that requesting notification permission on a closed document does |
| not result in crash. |
| https://bugs.webkit.org/show_bug.cgi?id=43295 |
| |
| * fast/notifications/notifications-document-close-crash-expected.txt: Added. |
| * fast/notifications/notifications-document-close-crash.html: Added. |
| |
| 2010-08-04 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Chromium test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-03 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Tony Chang. |
| |
| [DRT] Assertion failed when drag and move a draggable element. |
| https://bugs.webkit.org/show_bug.cgi?id=41695 |
| |
| * fast/events/dragging-mouse-moves-expected.txt: Added. |
| * fast/events/dragging-mouse-moves.html: Added. |
| |
| 2010-08-04 Steve Block <steveblock@google.com> |
| |
| Unreviewed build fix. |
| |
| Add new Geolocation delayed permission tests to Qt skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=43478 |
| |
| * platform/qt/Skipped: |
| |
| 2010-08-02 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Adds Geolocation LayoutTests for the case where permission is not granted or denied immediately |
| https://bugs.webkit.org/show_bug.cgi?id=40002 |
| |
| * fast/dom/Geolocation/delayed-permission-allowed-expected.txt: Added. |
| * fast/dom/Geolocation/delayed-permission-allowed.html: Added. |
| * fast/dom/Geolocation/delayed-permission-denied-expected.txt: Added. |
| * fast/dom/Geolocation/delayed-permission-denied.html: Added. |
| * fast/dom/Geolocation/script-tests/delayed-permission-allowed.js: Added. |
| * fast/dom/Geolocation/script-tests/delayed-permission-denied.js: Added. |
| * platform/gtk/Skipped: Added new tests to GTK skipped lists |
| |
| 2010-08-03 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42939 |
| WebEditorClient::didBeginEditing is never called in WebKit2 |
| |
| * platform/mac-wk2/Skipped: Unskipped many tests, changed categorization for others. |
| |
| 2010-08-03 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed chromium test expectations fixup for origin-quota.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-03 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed chromium test expectations fixup to fix canary bot redness. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-03 Kent Tamura <tkent@chromium.org> |
| |
| Rubber-stamped by Eric Seidel. |
| |
| Add an explanation comment to drt_expectations.txt. |
| |
| * platform/chromium/drt_expectations.txt: |
| |
| 2010-08-03 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| <input type=number> UI: Support wheel events |
| https://bugs.webkit.org/show_bug.cgi?id=42441 |
| |
| * fast/forms/input-number-wheel-expected.txt: Added. |
| * fast/forms/input-number-wheel.html: Added. |
| * fast/forms/script-tests/input-number-wheel.js: Added. |
| |
| 2010-08-03 Joseph Pecoraro <joepeck@webkit.org> |
| |
| Skipping tests for a new feature not implemented on some platforms. |
| Follow-up bugs have been filed and are listed below. |
| |
| * platform/chromium/test_expectations.txt: https://bugs.webkit.org/show_bug.cgi?id=43459 |
| * platform/gtk/Skipped: https://bugs.webkit.org/show_bug.cgi?id=43456 |
| * platform/qt/Skipped: https://bugs.webkit.org/show_bug.cgi?id=43455 |
| * platform/win/Skipped: https://bugs.webkit.org/show_bug.cgi?id=43458 |
| |
| 2010-08-03 Joseph Pecoraro <joepeck@webkit.org> |
| |
| Reviewed by David Kilzer. |
| |
| Limit ApplicationCache Total and Per-Origin Storage Capacity (Quotas) |
| https://bugs.webkit.org/show_bug.cgi?id=40627 |
| |
| Part 6 - LayoutTest and Cleanup |
| |
| * http/tests/appcache/origin-quota-expected.txt: Added. |
| * http/tests/appcache/origin-quota.html: Added. |
| * http/tests/appcache/resources/quota-origin-iframe-1.html: Added. |
| * http/tests/appcache/resources/quota-origin-iframe-1.manifest: Added. |
| * http/tests/appcache/resources/quota-origin-iframe-2.html: Added. |
| * http/tests/appcache/resources/quota-origin-iframe-2.manifest: Added. |
| * http/tests/appcache/resources/quota-origin-iframe-3.html: Added. |
| * http/tests/appcache/resources/quota-origin-iframe-3.manifest: Added. |
| |
| 2010-08-03 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Skipping test which fails on some Leopard installs. |
| |
| http/tests/media/video-seekable-stall.html fails on the Leopard Commit Queue Machine |
| https://bugs.webkit.org/show_bug.cgi?id=35271 |
| |
| Skip this failing test as the most expedient solution. |
| |
| * platform/mac-leopard/Skipped: |
| |
| 2010-08-03 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Removed duplicate expectations from the DRT overrides. |
| |
| * platform/chromium/drt_expectations.txt: Removed special-key-events-in-input-text.html. |
| |
| 2010-08-03 Darin Adler <darin@apple.com> |
| |
| * platform/mac-snowleopard/Skipped: Added bug number. |
| |
| 2010-08-03 Darin Adler <darin@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| * platform/mac-snowleopard/Skipped: Skip remove-property test that Anders added while |
| working on WebKit2. Unknown why it's failing on SnowLeopard at this time. We could have |
| added SnowLeopard-specific results instead, but for now we decided skipping was easier. |
| |
| 2010-08-03 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| [GTK] Incorrect keyIdentifier for print screen key events |
| https://bugs.webkit.org/show_bug.cgi?id=43422 |
| |
| Unskip a test which is now passing. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-08-03 Martin Robinson <mrobinson@igalia.com> |
| |
| [GTK] Incorrect keyIdentifier for print screen key events |
| https://bugs.webkit.org/show_bug.cgi?id=43422 |
| |
| Skip this test on GTK+ until this bug can be fixed. Correct the |
| baseline, so that the Mac bots pass the test. |
| |
| * fast/events/special-key-events-in-input-text-expected.txt: |
| * platform/gtk/Skipped: |
| |
| 2010-08-03 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Chromium test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-03 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Upstreaming test_expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-03 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make sure all DB callbacks run in the correct context. |
| https://bugs.webkit.org/show_bug.cgi?id=40112 |
| |
| * http/tests/storage: Added. |
| * http/tests/storage/callbacks-are-called-in-correct-context-expected.txt: Added. |
| * http/tests/storage/callbacks-are-called-in-correct-context.html: Added. |
| * http/tests/storage/resources: Added. |
| * http/tests/storage/resources/callbacks-are-called-in-correct-context-first-frame.html: Added. |
| * http/tests/storage/resources/callbacks-are-called-in-correct-context-output-frame.html: Added. |
| * http/tests/storage/resources/callbacks-are-called-in-correct-context-second-frame.html: Added. |
| * http/tests/storage/resources/callbacks-are-called-in-correct-context-third-frame.html: Added. |
| * http/tests/storage/resources/callbacks-are-called-in-correct-context.cgi: Added. |
| |
| 2010-08-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update for DRT/Chromium. |
| |
| * platform/chromium/drt_expectations.txt: |
| |
| 2010-08-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/drt_expectations.txt: |
| |
| 2010-08-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Rolling out r64525 for breaking chromium tests. |
| |
| * http/tests/security/sandbox-inherit-to-initial-document-2.html: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-02 Rajiv Makhijani <rajivmakhijani@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Committed by Dirk Pranke. |
| |
| Added missing "if (window.layoutTestController)" check. |
| Removed expectation for test case that should now pass with this bugfix. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=38705 |
| |
| * http/tests/security/sandbox-inherit-to-initial-document-2.html: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-02 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] DRT implement execCommand() |
| https://bugs.webkit.org/show_bug.cgi?id=35351 |
| |
| Enable tests which are now passing and re-organize some others that |
| will pass once we have editing callbacks enabled. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/editing/deleting/5300379-expected.txt: Added. |
| * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt: |
| * platform/gtk/editing/deleting/smart-delete-003-expected.txt: Added. |
| * platform/gtk/editing/deleting/smart-delete-004-expected.txt: Added. |
| * platform/gtk/editing/selection/selection-actions-expected.txt: Added. |
| |
| 2010-08-02 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed Chromium change to mark keydown-numpad-keys.html as failing on all platforms (not just linux) |
| |
| * platform/chromium/test_expectations.txt: Mark keydown-numpad-keys.html as failing on all platforms |
| |
| 2010-08-02 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed rollback of Chromium expectations files to match rollback of r64471. |
| |
| * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| * platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| |
| 2010-08-02 Martin Robinson <mrobinson@igalia.com> |
| |
| [GTK] Use GdkPixbuf for ImageBuffer::toDataURL |
| https://bugs.webkit.org/show_bug.cgi?id=43088 |
| |
| Rebaseline some tests after r64506. |
| |
| * platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt: |
| * platform/gtk/fast/canvas/toDataURL-supportedTypes-expected.txt: Copied from LayoutTests/platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt. |
| |
| 2010-08-02 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed text expectations changes for Chromium. |
| |
| * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Added. |
| * platform/chromium-mac/fast/events/special-key-events-in-input-text-expected.txt: Added. |
| * platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added. |
| * platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt: Added. |
| * platform/chromium-win/fast/events/special-key-events-in-input-text-expected.txt: Added. |
| * platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: Mark keydown-numpad-keys.html as failing on all platforms (not just linux). |
| |
| 2010-08-02 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed, rolling out r64471. |
| http://trac.webkit.org/changeset/64471 |
| https://bugs.webkit.org/show_bug.cgi?id=43005 |
| |
| Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005 |
| until further discussion |
| |
| * platform/mac/accessibility/js-accessibility-expected.txt: Removed. |
| * platform/mac/accessibility/js-accessibility.html: Removed. |
| |
| 2010-08-02 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed, rolling out r64478. |
| http://trac.webkit.org/changeset/64478 |
| https://bugs.webkit.org/show_bug.cgi?id=43005 |
| |
| Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005 |
| until further discussion |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/navigator-detached-no-crash-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| |
| 2010-08-02 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed, rolling out r64486. |
| http://trac.webkit.org/changeset/64486 |
| https://bugs.webkit.org/show_bug.cgi?id=43005 |
| |
| Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005 |
| until further discussion |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-08-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/drt_expectations.txt: Fix duplicated entries. |
| |
| 2010-08-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update |
| |
| * platform/chromium/drt_expectations.txt: Add Linux results. |
| |
| 2010-07-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Remove setNodeToDump from dump-as-markup.js |
| https://bugs.webkit.org/show_bug.cgi?id=43286 |
| |
| Removed Removed Markup.setNodeToDump, replaced all calls to this method by calls to dump. |
| Because we want need to avoid printing "Dump of markup 1:" when dump is called only once, |
| Markup.dump no longer adds the text on the first call. Instead, it'll insert the text |
| on the second call when the first call didn't have the description. |
| |
| * editing/execCommand/create-list-from-range-selection.html: Replaced setNodeToDump by dump |
| * editing/execCommand/hilitecolor.html: Replaced setNodeToDump by dump |
| * editing/execCommand/insert-list-empty-div.html: Replaced setNodeToDump by dump |
| * editing/execCommand/switch-list-type-with-inner-list.html: Replaced setNodeToDump by dump |
| * editing/execCommand/switch-list-type-with-orphaned-li.html: Replaced setNodeToDump by dump |
| * editing/selection/home-inside-noneditable-table.html: Replaced setNodeToDump by dump |
| * editing/style/remove-underline-from-stylesheet.html: Replaced setNodeToDump by dump |
| * resources/dump-as-markup.js: Removed Markup.setNodeToDump. |
| (Markup.dump): |
| (Markup.notifyDone): |
| |
| 2010-08-02 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Use GdkPixbuf for ImageBuffer::toDataURL |
| https://bugs.webkit.org/show_bug.cgi?id=43088 |
| |
| * platform/gtk/Skipped: Generate results for a toDataURL test and unskip it. |
| |
| 2010-08-02 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Fix plug-in test failures and remove tests from the Skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=43389 |
| |
| * platform/mac-wk2/Skipped: |
| Move plug-in tests that now fail due to lack of functionality out into appropriate sections. |
| |
| 2010-08-02 Jon Honeycutt <jhoneycutt@apple.com> |
| |
| Skip Windows-only accessibility tests on WebKit2. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=43387 |
| |
| Reviewed by Brady Eidson. |
| |
| * platform/win-wk2/Skipped: |
| |
| 2010-08-02 Ojan Vafai <ojan@chromium.org> |
| |
| Fix chromium-mac test results that fail because the chromium-mac bots run Leopard. |
| I'd update platform/mac-leopard, but the mac-leopard bot doesn't run pixel-tests. |
| In either case, I think the difference falls within that bot's tolerance. |
| |
| * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.checksum: Added. |
| * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png: Added. |
| |
| 2010-08-02 Sam Weinig <sam@webkit.org> |
| |
| Rubber-stamped by John Honeycutt. |
| |
| Update skipped list to get us to ~75 failures for Mac WebKit2. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-08-02 Ojan Vafai <ojan@chromium.org> |
| |
| Fix failing test on QT/GTK bots. |
| |
| r64488 removed the SelectAll on focus behavior. Put in a SelectAll call to match the |
| old test behavior. |
| |
| * editing/pasteboard/crash-accessing-clipboardData-types.html: |
| |
| 2010-08-02 Ojan Vafai <ojan@chromium.org> |
| |
| platform specific expectations after r64488 |
| https://bugs.webkit.org/show_bug.cgi?id=43384 |
| |
| Followup updates after r64488 for tests that had platform-specific expecations. |
| |
| * platform/chromium-linux/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-linux/fast/dom/focus-contenteditable-expected.checksum: |
| * platform/chromium-linux/fast/dom/focus-contenteditable-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-focus-ring-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-focus-ring-expected.png: |
| * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-win/fast/dom/focus-contenteditable-expected.checksum: |
| * platform/chromium-win/fast/dom/focus-contenteditable-expected.png: |
| * platform/chromium-win/fast/dom/focus-contenteditable-expected.txt: |
| * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.checksum: |
| * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.png: |
| * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/qt/editing/pasteboard/select-element-1-expected.txt: |
| |
| 2010-08-02 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed test expectations fixups for chromium. |
| |
| * platform/chromium-linux/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| |
| 2010-08-02 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| fix editing/selection/focus-contenteditable-iframe.html after r64489 |
| https://bugs.webkit.org/show_bug.cgi?id=43383 |
| |
| I had just messed up the expected results before committing r64489. |
| This new output is correct and matches the test description. |
| |
| * editing/selection/focus-contenteditable-iframe-expected.txt: |
| |
| 2010-07-29 Jon Honeycutt <jhoneycutt@apple.com> |
| |
| Add a Skipped list on Windows, and have run-webkit-tests respect it. |
| |
| Part of <rdar://problem/8233237> Fill WebKit2 Windows skipped list so |
| there are zero tests failing |
| https://bugs.webkit.org/show_bug.cgi?id=43374 |
| |
| Reviewed by Adam Roben. |
| |
| * platform/win-wk2/Skipped: Copied from LayoutTests/platform/mac-wk2/Skipped. |
| All platform/mac tests removed. |
| |
| 2010-07-20 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| focusing the body of a contentEditable iframe resets the selection |
| https://bugs.webkit.org/show_bug.cgi?id=42645 |
| |
| * editing/selection/focus-contenteditable-iframe-expected.txt: Added. |
| * editing/selection/focus-contenteditable-iframe.html: Added. |
| |
| 2010-07-20 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| focusing an unfocused contentEditable element should place the cursor at the beginning |
| https://bugs.webkit.org/show_bug.cgi?id=42646 |
| |
| r14666 made this change for the body and html elements, but not for all contentEditable |
| elements. Doing this for all contentEditable elements matches all other browsers. |
| |
| * editing/deleting/5546763-expected.txt: |
| * editing/deleting/in-visibly-empty-root.html: |
| * editing/execCommand/4786404-1.html: |
| * editing/execCommand/4786404-2.html: |
| * editing/execCommand/remove-list-1-expected.txt: |
| * editing/pasteboard/5601583-1.html: |
| * editing/pasteboard/merge-end-1.html: |
| * editing/pasteboard/merge-end-2.html: |
| * editing/selection/move-begin-end-expected.txt: |
| * editing/selection/move-begin-end.html: |
| * editing/style/5279521.html: |
| * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt: |
| * platform/mac/editing/input/text-input-controller-expected.txt: |
| * platform/mac/editing/pasteboard/input-field-1-expected.checksum: |
| * platform/mac/editing/pasteboard/input-field-1-expected.png: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/mac/editing/pasteboard/select-element-1-expected.txt: |
| * platform/mac/fast/dom/focus-contenteditable-expected.checksum: |
| * platform/mac/fast/dom/focus-contenteditable-expected.png: |
| * platform/mac/fast/dom/focus-contenteditable-expected.txt: |
| * platform/mac/fast/overflow/overflow-focus-ring-expected.checksum: |
| * platform/mac/fast/overflow/overflow-focus-ring-expected.png: |
| * platform/mac/fast/overflow/overflow-focus-ring-expected.txt: |
| |
| 2010-08-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. Update Qt specific expected result after r64471. |
| |
| AX: Support methods for web apps to interact with the native accessibility APIs |
| https://bugs.webkit.org/show_bug.cgi?id=43005 |
| |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated. |
| |
| 2010-08-02 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| WebKitTestRunner needs layoutTestController.setCanOpenWindows |
| https://bugs.webkit.org/show_bug.cgi?id=42321 |
| |
| WebKitTestRunner needs layoutTestController.setCloseRemainingWindowsWhenComplete |
| https://bugs.webkit.org/show_bug.cgi?id=42779 |
| |
| * platform/mac-wk2/Skipped: Removed tests that are now passing. Moved other tests |
| into the appropriate section. |
| |
| 2010-08-02 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed fix for typo in chromium test_expectations.txt. |
| |
| * platform/chromium/test_expectations.txt: Fixed typo in entry. |
| |
| 2010-08-02 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Cache JSNPObjects and fix bugs in the object map |
| https://bugs.webkit.org/show_bug.cgi?id=43368 |
| |
| * plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added. |
| * plugins/npruntime/object-from-destroyed-plugin.html: Added. |
| |
| 2010-08-02 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Support methods for web apps to interact with the native accessibility APIs |
| https://bugs.webkit.org/show_bug.cgi?id=43005 |
| |
| Updating expectations for layout tests. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/navigator-detached-no-crash-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| |
| 2010-08-02 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed test expectations change to mark test as failing on Chromium Linux. |
| |
| * platform/chromium/test_expectations.txt: Mark fast/events/keydown-numpad-keys.html as failing on Linux. |
| |
| 2010-08-02 Martin Robinson <mrobinson@igalia.com> |
| |
| [Qt] DOM listeners get wrong keycodes for some keys |
| https://bugs.webkit.org/show_bug.cgi?id=43365 |
| |
| * platform/qt/Skipped: Skip these two tests which are failing on Qt, until |
| a fix can be made. |
| |
| 2010-08-02 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by David Kilzer. |
| |
| AX: Support methods for web apps to interact with the native accessibility APIs |
| https://bugs.webkit.org/show_bug.cgi?id=43005 |
| |
| * platform/mac/accessibility/js-accessibility-expected.txt: Added. |
| * platform/mac/accessibility/js-accessibility.html: Added. |
| |
| 2010-08-02 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [Gtk] DOM listeners get wrong keycodes for some keys |
| https://bugs.webkit.org/show_bug.cgi?id=35170 |
| |
| Modify some existing tests to test the generate key code of |
| the keypad insert and delete keys as well as the print screen key. |
| |
| * fast/events/keydown-numpad-keys-expected.txt: Update expectations. |
| * fast/events/script-tests/keydown-numpad-keys.js: Add test for keypad insert and delete. |
| * fast/events/special-key-events-in-input-text-expected.txt: Update expectations. |
| * fast/events/special-key-events-in-input-text.html: Add test for print screen. |
| |
| 2010-08-02 Martin Robinson <mrobinson@igalia.com> |
| |
| [GTK] r64379 broke two tests |
| https://bugs.webkit.org/show_bug.cgi?id=43361 |
| |
| Re-baseline these tests after r64379. |
| |
| * platform/gtk/svg/custom/massive-coordinates-expected.txt: Added. |
| * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Added. |
| |
| 2010-08-02 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Not reviewed. Build fix. |
| |
| WebInspector: 2 Inspector extensions tests are failing at Qt/GTK/Chromium. |
| The tests were temporary disabled. Bug was created. |
| https://bugs.webkit.org/show_bug.cgi?id=43344 |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-08-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: adding tests for WebInspector extensions API. |
| https://bugs.webkit.org/show_bug.cgi?id=40425 |
| |
| * http/tests/inspector/inspector-test.js: |
| (dumpObject): |
| * inspector/extensions-api-expected.txt: Added. |
| * inspector/extensions-api.html: Added. |
| * inspector/extensions-expected.txt: Added. |
| * inspector/extensions-test.js: Added. |
| (log): |
| (frontend_initializeExtension): |
| (doit): |
| (done.callback): |
| (done): |
| (extensionFunctions): |
| * inspector/extensions.html: Added. |
| * inspector/resources/extension-main.html: Added. |
| * inspector/resources/extension-main.js: Added. |
| (fetchTests.callback): |
| (fetchTests): |
| (runTests): |
| (onTestsDone): |
| (runTest): |
| (callbackAndNextTest.callbackWrapper): |
| (callbackAndNextTest): |
| (output): |
| * inspector/resources/extension-panel.html: Added. |
| * inspector/resources/extension-sidebar.html: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add platform specific expected files after r64432. |
| https://bugs.webkit.org/show_bug.cgi?id=43061 |
| |
| * platform/qt/editing/undo/redo-style-expected.checksum: Added. |
| * platform/qt/editing/undo/redo-style-expected.png: Added. |
| * platform/qt/editing/undo/redo-style-expected.txt: Copied from LayoutTests/editing/undo/redo-style-expected.txt. |
| |
| 2010-08-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add platform specific expected files for tests introduced in r64379. |
| |
| * platform/qt/svg/custom/massive-coordinates-expected.checksum: Added. |
| * platform/qt/svg/custom/massive-coordinates-expected.png: Added. |
| * platform/qt/svg/custom/massive-coordinates-expected.txt: Copied from LayoutTests/svg/custom/massive-coordinates-expected.txt. |
| * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt: Added. |
| |
| 2010-08-02 Jeremy Orlow <jorlow@chromium.org> |
| |
| Another SVG rebaseline for Win/Linux because of different fonts. |
| Not reviewed. |
| |
| * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png: Added. |
| * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png: Added. |
| * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/drt_expectations.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-08-01 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Minor NPRuntime fixes |
| https://bugs.webkit.org/show_bug.cgi?id=43318 |
| |
| Remove now passing tests. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-08-01 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement NPN_RemoveProperty |
| https://bugs.webkit.org/show_bug.cgi?id=43315 |
| |
| Add a test for NPN_RemoveProperty. |
| |
| * plugins/npruntime/remove-property-expected.txt: Added. |
| * plugins/npruntime/remove-property.html: Added. |
| |
| 2010-08-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/drt_expectations.txt: |
| |
| 2010-08-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/drt_expectations.txt: |
| |
| 2010-08-01 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| SVG gradients do not update when scripted via xlink |
| https://bugs.webkit.org/show_bug.cgi?id=42953 |
| |
| Add new test covering updates of linked gradients. |
| |
| * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.checksum: Added. |
| * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png: Added. |
| * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.txt: Added. |
| * svg/custom/js-update-stop-linked-gradient.svg: Added. |
| |
| 2010-07-31 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <rdar://problem/8234766> Add WOFF support for @font-face |
| https://bugs.webkit.org/show_bug.cgi?id=31302 |
| |
| * platform/mac/Skipped: Enabled fast/css/font-face-woff.html. |
| * platform/mac/fast/css/font-face-woff-expected.checksum: Added. |
| * platform/mac/fast/css/font-face-woff-expected.png: Added. |
| * platform/mac/fast/css/font-face-woff-expected.txt: Added. |
| |
| 2010-07-31 Sam Weinig <sam@webkit.org> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Update skipped list to get us to ~100 failures for Mac WebKit2. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-31 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| SplitElementCommand shouldn't be duplicating id attribute |
| https://bugs.webkit.org/show_bug.cgi?id=27156 |
| |
| Added a test to ensure splitting element doesn't produce multiple nodes with the same id. |
| |
| * editing/execCommand/indent-nested-blockquotes-expected.txt: Removed the duplication of nodes with the same id. |
| * editing/execCommand/indent-pre-expected.txt: Ditto. |
| * editing/execCommand/indent-second-paragraph-in-blockquote-expected.txt: Ditto. |
| * editing/execCommand/outdent-regular-blockquote-expected.txt: |
| * editing/style/split-element-id-duplication-expected.txt: Added. |
| * editing/style/split-element-id-duplication.html: Added. |
| * editing/undo/redo-style-expected.txt: Editing delegates changed. |
| |
| 2010-07-31 Satish Sampath <satish@chromium.org> |
| |
| Unreviewed text expectations change for Chromium. |
| |
| Disable speech input layout tests while they get updated. |
| https://bugs.webkit.org/show_bug.cgi?id=43310 |
| |
| * platform/chromium/test_expectations.txt: Disabled speech input tests. |
| |
| 2010-07-31 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed un-rollback of r64375 so Satish can land his fixes. |
| |
| * fast/speech/input-appearance-numberandspeech-expected.txt: Added. |
| * fast/speech/input-appearance-numberandspeech.html: Added. |
| * fast/speech/input-appearance-searchandspeech-expected.txt: Added. |
| * fast/speech/input-appearance-searchandspeech.html: Added. |
| * fast/speech/input-appearance-speechbutton-expected.txt: Added. |
| * fast/speech/input-appearance-speechbutton.html: Added. |
| * platform/chromium/drt_expectations.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-31 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Some more housekeeping to turn Leopard but green again. |
| |
| * platform/mac-leopard/Skipped: Skip fast/text/hyphens* on Leopard, as they fail since days on the bots. Filed bug 43296. |
| * platform/mac/fast/table/early-table-layout-expected.txt: Added, missing in bug r64225. |
| |
| 2010-07-31 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add missing pixel baseline for new svg/custom/massive-coordinates.svg test. |
| |
| * platform/mac/svg/custom/massive-coordinates-expected.checksum: Added. |
| * platform/mac/svg/custom/massive-coordinates-expected.png: Added. |
| |
| 2010-07-31 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed expectations change for Chromium. |
| |
| * platform/chromium-linux/svg/custom/massive-coordinates-expected.txt: Added. |
| |
| 2010-07-31 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed expectations to mark stretch-to-view-height.html failing on |
| Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-30 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r64408. |
| http://trac.webkit.org/changeset/64408 |
| https://bugs.webkit.org/show_bug.cgi?id=43292 |
| |
| Causing failed tests on Chromium canaries due to wrong history |
| item counts (Requested by atwilson on #webkit). |
| |
| * fast/css/target-fragment-match.html: |
| * fast/dom/Window/timer-resume-on-navigation-back.html: |
| * fast/dom/location-hash.html: |
| * fast/events/pageshow-pagehide-on-back-cached-with-frames-expected.txt: |
| * fast/events/pageshow-pagehide-on-back-cached-with-frames.html: |
| * fast/frames/resources/cached-page-1.html: |
| * fast/frames/resources/cached-page-2.html: |
| * fast/harness/resources/cached-page-1.html: |
| * fast/harness/resources/cached-page-with-data-urls.html: |
| * fast/history/gesture-before-onload-expected.txt: Removed. |
| * fast/history/gesture-before-onload.html: Removed. |
| * fast/history/history-length.html: |
| * fast/history/resources/gesture-before-onload-target.html: Removed. |
| * fast/history/saves-state-after-fragment-nav.html: |
| * fast/loader/input-element-page-cache-crash.html: |
| * fast/loader/stateobjects/document-destroyed-navigate-back.html: |
| * fast/loader/stateobjects/pushstate-clears-forward-history.html: |
| * fast/loader/subframe-navigate-during-main-frame-load.html: |
| * http/tests/history/redirect-js-document-location-before-load-expected.txt: |
| * http/tests/history/redirect-js-location-assign-before-load-expected.txt: |
| * http/tests/history/redirect-js-location-before-load-expected.txt: |
| * http/tests/history/redirect-js-location-href-before-load-expected.txt: |
| * http/tests/navigation/resources/document-location.js: |
| (start): |
| * security/autocomplete-cleared-on-back.html: |
| * storage/hash-change-with-xhr.js: |
| (runTest): |
| |
| 2010-07-30 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <rdar://problem/8257783> Short documents may print a second blank page |
| https://bugs.webkit.org/show_bug.cgi?id=43271 |
| |
| * platform/mac/printing/media-queries-print-expected.txt: |
| * printing/page-break-margin-collapsed-expected.txt: |
| * printing/resources/paged-media-test-utils.js: |
| (ratioToPageHeightToPixels): Changed to reflect the default shrink factor of 1.25. |
| * printing/script-tests/stretch-to-view-height.js: Added. |
| (test): |
| * printing/stretch-to-view-height-expected.txt: Added. |
| * printing/stretch-to-view-height.html: Added. |
| |
| 2010-07-30 Mihai Parparita <mihaip@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Session history should skip over JS redirects |
| https://bugs.webkit.org/show_bug.cgi?id=42861 |
| |
| Lock the back/forward list for location changes that happen before the |
| onload event fires that are not the result of user gestures. |
| |
| http/tests/history tests now pass, their expectatiosn were updated |
| accordingly. Other tests needed a setTimeout wrapper around location |
| changes during onload, otherwise they would not generate history |
| entries as expected anymore. |
| |
| * fast/css/target-fragment-match.html: |
| * fast/dom/Window/timer-resume-on-navigation-back.html: |
| * fast/dom/location-hash.html: |
| * fast/events/pageshow-pagehide-on-back-cached-with-frames-expected.txt: |
| * fast/events/pageshow-pagehide-on-back-cached-with-frames.html: |
| * fast/frames/resources/cached-page-1.html: |
| * fast/frames/resources/cached-page-2.html: |
| * fast/harness/resources/cached-page-1.html: |
| * fast/harness/resources/cached-page-with-data-urls.html: |
| * fast/history/gesture-before-onload-expected.txt: Added. |
| * fast/history/gesture-before-onload.html: Added. |
| * fast/history/history-length.html: |
| * fast/history/resources/gesture-before-onload-target.html: Added. |
| * fast/history/saves-state-after-fragment-nav.html: |
| * fast/loader/input-element-page-cache-crash.html: |
| * fast/loader/stateobjects/document-destroyed-navigate-back.html: |
| * fast/loader/stateobjects/pushstate-clears-forward-history.html: |
| * fast/loader/subframe-navigate-during-main-frame-load.html: |
| * http/tests/history/redirect-js-document-location-before-load-expected.txt: |
| * http/tests/history/redirect-js-location-assign-before-load-expected.txt: |
| * http/tests/history/redirect-js-location-before-load-expected.txt: |
| * http/tests/history/redirect-js-location-href-before-load-expected.txt: |
| * http/tests/navigation/resources/document-location.js: |
| (start): |
| * security/autocomplete-cleared-on-back.html: |
| * storage/hash-change-with-xhr.js: |
| (updateDatabase): |
| (invokeBack): |
| (runTest): |
| (runTestsInner): |
| |
| 2010-07-30 Matthew Delaney <mdelaney@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| ctx.clearRect improperly clears shadow |
| https://bugs.webkit.org/show_bug.cgi?id=43213 |
| |
| * canvas/philip/tests/2d.clearRect+fillRect.alpha0-expected.txt: Added. |
| * canvas/philip/tests/2d.clearRect+fillRect.alpha0.5-expected.txt: Added. |
| * canvas/philip/tests/2d.clearRect+fillRect.alpha0.5.html: Added. |
| Same as above but with alpha of one half. |
| * canvas/philip/tests/2d.clearRect+fillRect.alpha0.html: Added. |
| Tests that clearing rect with alpha or 0 has no unwanted side-effects |
| * canvas/philip/tests/2d.clearRect+fillRect.basic-expected.txt: Added. |
| * canvas/philip/tests/2d.clearRect+fillRect.basic.html: Added. |
| Tests clearing a rect and then filling back over doesn't show any |
| side effects (such as caused by not ignoring/restoring appropriate |
| context attributes). |
| * platform/mac/Skipped: unskipping now passing test |
| |
| 2010-07-30 Luiz Agostini <luiz.agostini@openbossa.org> |
| |
| Fix chromium test expectations. |
| |
| Test fast/media/media-feature-wgt-view-mode.html rename to |
| fast/media/view-mode-media-feature.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-30 Darin Fisher <darin@chromium.org> |
| |
| Fix layout test oops. |
| |
| * fast/loader/stateobjects/resources/pushstate-in-iframe-child.html: |
| |
| 2010-07-30 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Eliminate BackForwardList::pushStateItem |
| https://bugs.webkit.org/show_bug.cgi?id=43282 |
| |
| * fast/loader/stateobjects/pushstate-in-iframe.html: Copied from LayoutTests/fast/loader/stateobjects/pushstate-in-iframe.html-disabled. |
| * fast/loader/stateobjects/pushstate-in-iframe.html-disabled: Removed. |
| |
| 2010-07-30 Luiz Agostini <luiz.agostini@openbossa.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Enabling view modes to all platforms |
| https://bugs.webkit.org/show_bug.cgi?id=37505 |
| |
| Removing 'widget' reference from the layout tests because the view mode media feature |
| is not part of widget 1.0 specification any more. |
| |
| The layout tests are stil skipped for all platforms except Qt because of the lack |
| of support of LayoutTestController in those platforms. |
| |
| * fast/media/view-mode-media-feature-expected.txt: Renamed from LayoutTests/fast/media/media-feature-wgt-view-mode-expected.txt. |
| * fast/media/view-mode-media-feature.html: Renamed from LayoutTests/fast/media/media-feature-wgt-view-mode.html. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-30 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed expectations change for chromium. |
| |
| * platform/chromium-mac/fast/forms/search-transformed-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/search-transformed-expected.png: Added. |
| |
| 2010-07-30 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed fix to expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-30 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed expectations changes. |
| |
| * platform/chromium-mac/svg/custom/massive-coordinates-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/massive-coordinates-expected.png: Added. |
| * platform/chromium-win/svg/custom/massive-coordinates-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/js/missing-title-end-tag-js-expected.checksum. |
| * platform/chromium-win/svg/custom/massive-coordinates-expected.png: Copied from LayoutTests/platform/chromium-mac/webarchive/test-link-rel-icon-expected.png. |
| * platform/chromium-win/svg/custom/massive-coordinates-expected.txt: Added. |
| * platform/chromium-win/svg/custom/pattern-excessive-malloc-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/js/missing-title-end-tag-js-expected.checksum. |
| * platform/chromium-win/svg/custom/pattern-excessive-malloc-expected.png: Copied from LayoutTests/platform/chromium-mac/webarchive/test-link-rel-icon-expected.png. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-30 Andrew Wilson <atwilson@chromium.org> |
| |
| Unreviewed rollback for r64375 because it broke chromium tests |
| downstream due to expectation files that were not moved. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=43261 |
| |
| * fast/forms/input-appearance-numberandspeech-expected.txt: Renamed from LayoutTests/fast/speech/input-appearance-numberandspeech-expected.txt. |
| * fast/forms/input-appearance-numberandspeech.html: Renamed from LayoutTests/fast/speech/input-appearance-numberandspeech.html. |
| * fast/forms/input-appearance-searchandspeech-expected.txt: Renamed from LayoutTests/fast/speech/input-appearance-searchandspeech-expected.txt. |
| * fast/forms/input-appearance-searchandspeech.html: Renamed from LayoutTests/fast/speech/input-appearance-searchandspeech.html. |
| * fast/forms/input-appearance-speechbutton-expected.txt: Renamed from LayoutTests/fast/speech/input-appearance-speechbutton-expected.txt. |
| * fast/forms/input-appearance-speechbutton.html: Renamed from LayoutTests/fast/speech/input-appearance-speechbutton.html. |
| * platform/chromium/drt_expectations.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-30 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Davin Levin. |
| |
| Test that terminating a worker interrupts all DB operations in that worker. |
| https://bugs.webkit.org/show_bug.cgi?id=42843 |
| |
| * fast/workers/storage/interrupt-database-expected.txt: Added. |
| * fast/workers/storage/interrupt-database-sync-expected.txt: Added. |
| * fast/workers/storage/interrupt-database-sync.html: Added. |
| * fast/workers/storage/interrupt-database.html: Added. |
| * fast/workers/storage/resources/interrupt-database-sync.js: Added. |
| * fast/workers/storage/resources/interrupt-database.js: Added. |
| (runTransaction): |
| |
| 2010-07-30 W. James MacLean <wjmaclean@google.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG - numeric overflow for very large elements |
| https://bugs.webkit.org/show_bug.cgi?id=25645 |
| |
| Two of the expected test outputs were incorrect now that parsing of large values |
| is handled correctly. |
| - Revised FloatRect to remove bad float-to-int conversions in enclosingIntRect() |
| - Revised _parseNumber to do right-to-left float-based parsing of input value |
| |
| * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Removed. |
| * platform/mac/svg/custom/mask-excessive-malloc-expected.txt: |
| * platform/mac/svg/custom/massive-coordinates-expected.txt: Added. |
| * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt: |
| * platform/qt/svg/custom/pattern-excessive-malloc-expected.checksum: Removed. |
| * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Removed. |
| * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt: Removed. |
| * svg/custom/mask-excessive-malloc-expected.txt: Added. |
| * svg/custom/massive-coordinates-expected.txt: Added. |
| * svg/custom/massive-coordinates.svg: Added. |
| * svg/custom/pattern-excessive-malloc-expected.txt: Added. |
| |
| 2010-07-30 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement NPN_Evaluate |
| https://bugs.webkit.org/show_bug.cgi?id=43268 |
| |
| Add test. |
| |
| * plugins/npruntime/evaluate-expected.txt: Added. |
| * plugins/npruntime/evaluate.html: Added. |
| |
| 2010-07-30 Satish Sampath <satish@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Move speech input layout tests to their own directory. |
| https://bugs.webkit.org/show_bug.cgi?id=43261 |
| |
| * fast/speech/input-appearance-numberandspeech-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-numberandspeech-expected.txt. |
| * fast/speech/input-appearance-numberandspeech.html: Renamed from LayoutTests/fast/forms/input-appearance-numberandspeech.html. |
| * fast/speech/input-appearance-searchandspeech-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-searchandspeech-expected.txt. |
| * fast/speech/input-appearance-searchandspeech.html: Renamed from LayoutTests/fast/forms/input-appearance-searchandspeech.html. |
| * fast/speech/input-appearance-speechbutton-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-speechbutton-expected.txt. |
| * fast/speech/input-appearance-speechbutton.html: Renamed from LayoutTests/fast/forms/input-appearance-speechbutton.html. |
| * platform/chromium/drt_expectations.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-30 Darin Fisher <darin@chromium.org> |
| |
| Temporarily disable this test. For some reason, the test is reporting |
| 'PASS' but notifyDone() is not running. |
| |
| * fast/loader/stateobjects/pushstate-in-iframe.html: Removed. |
| * fast/loader/stateobjects/pushstate-in-iframe.html-disabled: Copied from fast/loader/stateobjects/pushstate-in-iframe.html. |
| |
| 2010-07-30 Drew Wilson <atwilson@chromium.org> |
| |
| Unreviewed test expectations fix. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-27 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Brady Eidson. |
| |
| History.pushState() + navigation operates on top frame when called from |
| nested context |
| https://bugs.webkit.org/show_bug.cgi?id=43080 |
| |
| * fast/loader/stateobjects/pushstate-in-iframe-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-in-iframe.html: Added. |
| * fast/loader/stateobjects/resources/pushstate-in-iframe-child.html: Added. |
| |
| 2010-07-30 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| [Gtk] Needs a signal for didFinishDocumentLoadForFrame - fails fast/history/saves-state-after-fragment-nav.html |
| https://bugs.webkit.org/show_bug.cgi?id=27637 |
| |
| This feature was added in a different bug, so we can unskip this test. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-29 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Adam Roben. |
| |
| Replace plugins/npruntime/bindings-test.html with a more sophisticated test |
| https://bugs.webkit.org/show_bug.cgi?id=43232 |
| |
| * plugins/npruntime/bindings-test-expected.txt: Removed. |
| * plugins/npruntime/bindings-test.html: Removed. |
| * plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt: Added. |
| * plugins/npruntime/plugin-scriptable-object-invoke-default.html: Added. |
| |
| 2010-07-30 Steve Block <steveblock@google.com> |
| |
| Reviewed by Steve Block. |
| |
| Add LayoutTestController methods to test DeviceOrientation |
| https://bugs.webkit.org/show_bug.cgi?id=39589 |
| |
| * fast/dom/DeviceOrientation/basic-operation-expected.txt: Added. |
| * fast/dom/DeviceOrientation/basic-operation.html: Added. |
| * fast/dom/DeviceOrientation/script-tests/basic-operation.js: Added. |
| * platform/gtk/Skipped: |
| |
| 2010-07-30 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| svg/dynamic-updates: cursor attribute changes not respected |
| https://bugs.webkit.org/show_bug.cgi?id=42615 |
| |
| Turns out the tests were wrong, specifying a hot spot which is too large. |
| Switched to a larger cursor image to make the changes easier to detect, when using the browser. |
| |
| All svg/dynamic-updates tests work again, without regressions. |
| |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: |
| * svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.txt: |
| * svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.txt: |
| * svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.txt: |
| * svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.txt: |
| * svg/dynamic-updates/script-tests/SVGCursorElement-dom-x-attr.js: |
| * svg/dynamic-updates/script-tests/SVGCursorElement-dom-y-attr.js: |
| * svg/dynamic-updates/script-tests/SVGCursorElement-svgdom-x-prop.js: |
| * svg/dynamic-updates/script-tests/SVGCursorElement-svgdom-y-prop.js: |
| |
| 2010-07-30 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/drt_expectations.txt: |
| |
| 2010-07-30 Jeremy Orlow <jorlow@chromium.org> |
| |
| Another svg baseline that was wrong and now visually matches mac (minus |
| font issues, of course). Unreviewed. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: |
| |
| 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Update expectation for turbulence filter: |
| svg/W3C-SVG-1.1/filters-turb-01-f.svg |
| |
| * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: |
| |
| 2010-07-29 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Cairo: Need to implement GraphicsContext::clipConvexPolygon() |
| https://bugs.webkit.org/show_bug.cgi?id=41308 |
| |
| Enable tests for path based borders. |
| |
| * platform/gtk/fast/borders/border-radius-circle-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-circle-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-circle-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-circle-expected.txt. |
| * platform/gtk/fast/borders/border-radius-groove-01-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-groove-01-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-groove-01-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-groove-01-expected.txt. |
| * platform/gtk/fast/borders/border-radius-groove-02-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-groove-02-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-groove-02-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-groove-02-expected.txt. |
| * platform/gtk/fast/borders/border-radius-groove-03-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-groove-03-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-groove-03-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-groove-03-expected.txt. |
| * platform/gtk/fast/borders/border-radius-wide-border-01-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-01-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-01-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-01-expected.txt. |
| * platform/gtk/fast/borders/border-radius-wide-border-02-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-02-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-02-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-02-expected.txt. |
| * platform/gtk/fast/borders/border-radius-wide-border-03-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-03-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-03-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-03-expected.txt. |
| * platform/gtk/fast/borders/border-radius-wide-border-04-expected.checksum: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-04-expected.png: Added. |
| * platform/gtk/fast/borders/border-radius-wide-border-04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-04-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDashed04-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDashed04-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDashed04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDashed04-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDashed05-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDashed05-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDashed05-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDashed05-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDashed06-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDashed06-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDashed06-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDashed06-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDotted04-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDotted04-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDotted04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDotted04-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDotted05-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDotted05-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDotted05-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDotted05-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDotted06-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDotted06-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDotted06-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDotted06-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDouble04-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble04-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble04-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDouble05-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble05-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble05-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble05-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDouble06-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble06-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble06-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble06-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDouble07-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble07-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble07-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble07-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDouble08-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble08-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble08-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble08-expected.txt. |
| * platform/gtk/fast/borders/borderRadiusDouble09-expected.checksum: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble09-expected.png: Added. |
| * platform/gtk/fast/borders/borderRadiusDouble09-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble09-expected.txt. |
| * platform/gtk/fast/borders/different-color-borders-expected.checksum: Added. |
| * platform/gtk/fast/borders/different-color-borders-expected.png: Added. |
| * platform/gtk/fast/borders/different-color-borders-expected.txt: Added. |
| |
| 2010-07-29 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| InsertOrderedList does not switch the list type properly when it has an inner list. |
| https://bugs.webkit.org/show_bug.cgi?id=43166 |
| |
| Added a test to convert an unordered list with a nested list to an ordered list. |
| Also added a test to convert multiple lists with an orphaned list to an ordered list. |
| The behavior of WebKit is changed not to flatten the lists when inserting ordered/unordered |
| lists on nested lists. |
| |
| * editing/execCommand/5207369-expected.txt: No longer flattens the list to match Firefox and MSIE. |
| * editing/execCommand/5207369.html: Updated. |
| * editing/execCommand/remove-list-items-expected.txt: Removed one whitespace. |
| * editing/execCommand/switch-list-type-with-inner-list-expected.txt: Added. |
| * editing/execCommand/switch-list-type-with-inner-list.html: Added. |
| * editing/execCommand/switch-list-type-with-orphaned-li-expected.txt: Added. |
| * editing/execCommand/switch-list-type-with-orphaned-li.html: Added. |
| |
| 2010-07-29 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r64313. |
| http://trac.webkit.org/changeset/64313 |
| https://bugs.webkit.org/show_bug.cgi?id=43233 |
| |
| Some Chromium bots are not happy with it for some unknown |
| reason. (Requested by dumi on #webkit). |
| |
| * fast/workers/storage/interrupt-database-expected.txt: Removed. |
| * fast/workers/storage/interrupt-database-sync-expected.txt: Removed. |
| * fast/workers/storage/interrupt-database-sync.html: Removed. |
| * fast/workers/storage/interrupt-database.html: Removed. |
| * fast/workers/storage/resources/interrupt-database-sync.js: Removed. |
| * fast/workers/storage/resources/interrupt-database.js: Removed. |
| |
| 2010-07-29 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations for test: |
| plugins/document-open.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-29 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Unreviewed, re-enabling all storage tests on Windows in Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-29 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Refactor TestNetscapePlugin so tests can be split in separate files |
| https://bugs.webkit.org/show_bug.cgi?id=43220 |
| |
| * plugins/document-open.html: |
| Pass the test identifier as an attribute of the embed tag. |
| |
| 2010-07-29 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Unreviewed, updating Chromium expectations. |
| |
| All storage tests started failing on the Windows canary bot after |
| r64313. Disabling these tests on that bot until we figure out |
| what's wrong. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Test that terminating a worker interrupts all DB operations in that worker. |
| https://bugs.webkit.org/show_bug.cgi?id=42843 |
| |
| * fast/workers/storage/interrupt-database-expected.txt: Added. |
| * fast/workers/storage/interrupt-database-sync-expected.txt: Added. |
| * fast/workers/storage/interrupt-database-sync.html: Added. |
| * fast/workers/storage/interrupt-database.html: Added. |
| * fast/workers/storage/resources/interrupt-database-sync.js: Added. |
| * fast/workers/storage/resources/interrupt-database.js: Added. |
| (runTransaction): |
| |
| 2010-07-29 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium expectation for test: |
| fast/js/regexp-look-ahead-empty.html |
| |
| * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt: Added. |
| |
| 2010-07-29 Michael Saboff <msaboff@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Added tests to correspond to the changes made in |
| JavaScriptCore/yarr/RegexJIT.cpp to fix |
| https://bugs.webkit.org/show_bug.cgi?id=42664. |
| Note that some of the new test cases fail due to one or more |
| unrelated bugs in the pcre interpreter. The expected results |
| for these tests will need to be updated when the implementation |
| conforms to the JS standard. |
| |
| * fast/js/regexp-look-ahead-empty-expected.txt: Added. |
| * fast/js/regexp-look-ahead-empty.html: Added. |
| * fast/js/script-tests/regexp-look-ahead-empty.js: Added. |
| |
| 2010-07-29 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Tor Arne Vestbø. |
| |
| fix for editing/style/remove-underline-from-stylesheet.html on qt after r64303 |
| https://bugs.webkit.org/show_bug.cgi?id=43208 |
| |
| * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: |
| |
| 2010-07-29 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement NPN_Status |
| https://bugs.webkit.org/show_bug.cgi?id=43205 |
| |
| * platform/mac-wk2/Skipped: |
| |
| Add plugins/access-after-page-destroyed.html since we don't support |
| layoutTestController.setCanOpenWindows. |
| |
| Remove plugins/set-status.html. |
| |
| 2010-07-27 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| dump-as-markup should have better output |
| https://bugs.webkit.org/show_bug.cgi?id=43015 |
| |
| -Merge dom2string into dump-as-markup and pull over all dom2string features (e.g. indent). |
| -#-prefix selection markers |
| |
| * editing/deleting/delete-br-in-last-table-cell-expected.txt: |
| * editing/execCommand/crash-indenting-list-item-expected.txt: |
| * editing/execCommand/crash-on-enter-in-contentEditable-list-expected.txt: |
| * editing/execCommand/create-list-from-range-selection-expected.txt: |
| * editing/execCommand/hilitecolor-expected.txt: |
| * editing/execCommand/indent-pre-expected.txt: |
| * editing/execCommand/insert-list-empty-div-expected.txt: |
| * editing/selection/dump-as-markup-expected.txt: |
| * editing/selection/dump-as-markup.html: |
| * editing/selection/home-inside-noneditable-table-expected.txt: |
| * editing/style/remove-underline-from-stylesheet-expected.txt: |
| * editing/style/style-text-node-without-editable-parent-expected.txt: |
| * editing/undo/redo-split-text-node-expected.txt: |
| * editing/undo/redo-split-text-with-removal-expected.txt: |
| * html5lib/resources/dom2string.js: Removed. |
| * html5lib/resources/tests4.dat: |
| * html5lib/resources/tests6.dat: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| * html5lib/webkit-resumer.html: |
| * resources/dump-as-markup.js: |
| (Markup.notifyDone): |
| (Markup._get): |
| (Markup._namespace): |
| (Markup._dumpCalls.0.Markup._indent): |
| (Markup._toAsciiLowerCase): |
| (Markup._getMarkupForTextNode): |
| (Markup._getSelectionMarker): |
| |
| 2010-07-29 Victor Wang <victorw@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Update png baseline in mac-leopard for test svg/custom/mask-colorspace.html |
| |
| https://bugs.webkit.org/show_bug.cgi?id=43201 |
| |
| * platform/mac-leopard/svg/custom/mask-colorspace-expected.png: |
| |
| 2010-07-29 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed, rolling out r64270. |
| http://trac.webkit.org/changeset/64270 |
| https://bugs.webkit.org/show_bug.cgi?id=39589 |
| |
| The patch breaks chromium webkit unittest |
| |
| * fast/dom/DeviceOrientation/basic-operation-expected.txt: Removed. |
| * fast/dom/DeviceOrientation/basic-operation.html: Removed. |
| * fast/dom/DeviceOrientation/script-tests/basic-operation.js: Removed. |
| * platform/gtk/Skipped: |
| |
| 2010-07-29 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Resizer control does not paint in otherwise empty compositing layer |
| https://bugs.webkit.org/show_bug.cgi?id=42306 |
| |
| Layer dumping test with an empty div having "resize: both". |
| |
| * compositing/overflow/resize-painting-expected.txt: Added. |
| * compositing/overflow/resize-painting.html: Added. |
| |
| 2010-07-28 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| Clear PluginData's page pointer on Page destruction |
| https://bugs.webkit.org/show_bug.cgi?id=43147 |
| |
| * plugins/access-after-page-destroyed-expected.txt: Added. |
| * plugins/access-after-page-destroyed.html: Added. |
| |
| 2010-07-29 Jeremy Orlow <jorlow@chromium.org> |
| |
| Rebaseline 2 tests that are actually a bit distinct from mac (because of fonts). |
| |
| Not reviewed. |
| |
| * platform/chromium-win/svg/custom/use-events-crash-expected.txt: Added. |
| * platform/chromium-win/svg/hixie/error/017-expected.txt: Added. |
| |
| 2010-07-29 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Pavel Feldman. |
| |
| Crash when computing pseudo-style of a vanished scrollbar in inspector |
| https://bugs.webkit.org/show_bug.cgi?id=42561 |
| |
| Test that destroys a styled overflow:scroll scrollbar inside an event handler. |
| |
| * scrollbars/overflow-custom-scrollbar-crash-expected.txt: Added. |
| * scrollbars/overflow-custom-scrollbar-crash.html: Added. |
| |
| 2010-07-29 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [Chromium] Rebaseline 8 tests which are no longer failing |
| https://bugs.webkit.org/show_bug.cgi?id=43194 |
| |
| http://trac.webkit.org/changeset/64275/ appears to have fixed |
| a bunch of SVG stuff for Chromium. Rebaseline all of these. (The |
| baselines that are modified or deleted were all incorrect, btw. I don't |
| know why they were committed rather than just being "fail"s.) |
| |
| * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum: |
| * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png: |
| * platform/chromium-linux/svg/custom/recursive-clippath-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/recursive-clippath-expected.png: Added. |
| * platform/chromium-linux/svg/custom/recursive-filter-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/recursive-filter-expected.png: Added. |
| * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum: |
| * platform/chromium-linux/svg/custom/recursive-gradient-expected.png: Added. |
| * platform/chromium-linux/svg/custom/recursive-mask-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/recursive-mask-expected.png: Added. |
| * platform/chromium-linux/svg/custom/recursive-pattern-expected.checksum: |
| * platform/chromium-linux/svg/custom/recursive-pattern-expected.png: Added. |
| * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum: |
| * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png: |
| * platform/chromium-win/svg/custom/recursive-clippath-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/recursive-clippath-expected.png: |
| * platform/chromium-win/svg/custom/recursive-clippath-expected.txt: Added. |
| * platform/chromium-win/svg/custom/recursive-filter-expected.checksum: |
| * platform/chromium-win/svg/custom/recursive-filter-expected.png: |
| * platform/chromium-win/svg/custom/recursive-filter-expected.txt: Added. |
| * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum: |
| * platform/chromium-win/svg/custom/recursive-gradient-expected.png: |
| * platform/chromium-win/svg/custom/recursive-gradient-expected.txt: Added. |
| * platform/chromium-win/svg/custom/recursive-mask-expected.checksum: |
| * platform/chromium-win/svg/custom/recursive-mask-expected.png: |
| * platform/chromium-win/svg/custom/recursive-mask-expected.txt: Added. |
| * platform/chromium-win/svg/custom/recursive-pattern-expected.checksum: |
| * platform/chromium-win/svg/custom/recursive-pattern-expected.png: |
| * platform/chromium-win/svg/custom/recursive-pattern-expected.txt: Added. |
| * platform/chromium-win/svg/custom/use-events-crash-expected.txt: Removed. |
| * platform/chromium-win/svg/hixie/error/017-expected.txt: Removed. |
| |
| 2010-07-29 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Update Qt specific baselines for three svg/custom tests. |
| |
| * platform/qt/svg/custom/recursive-gradient-expected.txt: |
| * platform/qt/svg/custom/recursive-mask-expected.txt: |
| * platform/qt/svg/custom/recursive-pattern-expected.txt: |
| |
| 2010-07-29 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| WebKit shouldn't ignore resource cycles, but break them as Opera does |
| https://bugs.webkit.org/show_bug.cgi?id=43031 |
| |
| Rebaseline results now that cycles are broken, instead of ignored. |
| |
| * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-recursive-call-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-recursive-call-expected.png: |
| * platform/mac/svg/custom/circular-marker-reference-4-expected.txt: |
| * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum: |
| * platform/mac/svg/custom/gradient-cycle-detection-expected.png: |
| * platform/mac/svg/custom/recursive-clippath-expected.checksum: |
| * platform/mac/svg/custom/recursive-clippath-expected.png: |
| * platform/mac/svg/custom/recursive-clippath-expected.txt: |
| * platform/mac/svg/custom/recursive-filter-expected.checksum: |
| * platform/mac/svg/custom/recursive-filter-expected.png: |
| * platform/mac/svg/custom/recursive-filter-expected.txt: |
| * platform/mac/svg/custom/recursive-gradient-expected.checksum: |
| * platform/mac/svg/custom/recursive-gradient-expected.png: |
| * platform/mac/svg/custom/recursive-gradient-expected.txt: |
| * platform/mac/svg/custom/recursive-mask-expected.checksum: |
| * platform/mac/svg/custom/recursive-mask-expected.png: |
| * platform/mac/svg/custom/recursive-mask-expected.txt: |
| * platform/mac/svg/custom/recursive-pattern-expected.checksum: |
| * platform/mac/svg/custom/recursive-pattern-expected.png: |
| * platform/mac/svg/custom/recursive-pattern-expected.txt: |
| * platform/mac/svg/custom/use-events-crash-expected.txt: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-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-dom-width-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-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/SVGMaskElement-svgdom-width-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: |
| * platform/mac/svg/hixie/error/017-expected.txt: |
| * svg/clip-path/clip-path-recursive-call-by-child.svg: Rewrite test to match expectations, now that cycles are broken, not ignored. Looks like in Opera. |
| * svg/custom/js-late-clipPath-and-object-creation.svg: Don't update from within the onload event, instead use zero-ms timeouts, to test updating reliable. It failed before this patch. |
| * svg/custom/js-late-clipPath-creation.svg: Ditto. |
| * svg/custom/js-late-gradient-and-object-creation.svg: Ditto. |
| * svg/custom/js-late-gradient-creation.svg: Ditto. |
| * svg/custom/js-late-marker-and-object-creation.svg: Ditto. |
| * svg/custom/js-late-marker-creation.svg: Ditto. |
| * svg/custom/js-late-mask-and-object-creation.svg: Ditto. |
| * svg/custom/js-late-mask-creation.svg: Ditto. |
| * svg/custom/js-late-pattern-and-object-creation.svg: Ditto. |
| * svg/custom/js-late-pattern-creation.svg: Ditto. |
| * svg/custom/recursive-clippath.svg: Add a reference rendering, side by side to the test, for the ease of comparision. Passes in WebKit + Opera. |
| * svg/custom/recursive-filter.svg: Ditto. |
| * svg/custom/recursive-gradient.svg: Ditto. |
| * svg/custom/recursive-mask.svg: Ditto. |
| * svg/custom/recursive-pattern.svg: Ditto. |
| |
| 2010-07-21 Antonio Gomes <tonikitoo@webkit.org> , Grace Kloba <klobag@gmail.com> |
| |
| Reviewed by David Hyatt. |
| |
| Enhance the hit testing to take a rectangle instead of a point |
| https://bugs.webkit.org/show_bug.cgi?id=40197 |
| |
| * fast/dom/nodesFromRect-basic-expected.txt: Added. |
| * fast/dom/nodesFromRect-basic.html: Added. |
| |
| 2010-07-29 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Add LayoutTestController methods to test DeviceOrientation |
| https://bugs.webkit.org/show_bug.cgi?id=39589 |
| |
| * fast/dom/DeviceOrientation/basic-operation-expected.txt: Added. |
| * fast/dom/DeviceOrientation/basic-operation.html: Added. |
| * fast/dom/DeviceOrientation/script-tests/basic-operation.js: Added. |
| * platform/gtk/Skipped: |
| |
| 2010-07-29 Jeremy Orlow <jorlow@chromium.org> |
| |
| http://trac.webkit.org/changeset/64266 and its parents missed one |
| baseline. Add it. |
| |
| Not reviewed. |
| |
| * platform/chromium-win/svg/custom/convolution-crash-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/convolution-crash-expected.png: Added. |
| |
| 2010-07-27 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Inspector should display CDATA section data |
| https://bugs.webkit.org/show_bug.cgi?id=16259 |
| |
| * inspector/elements-panel-xhtml-structure-expected.txt: |
| * inspector/elements-panel-xhtml-structure.xhtml: |
| |
| 2010-07-29 Alex Nicolaou <anicolao@chromium.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| [chromium] new svg failures after r63485 |
| https://bugs.webkit.org/show_bug.cgi?id=42428 |
| |
| Now that my fix for https://bugs.webkit.org/show_bug.cgi?id=43102 |
| is checked in, 42428 is fixed also as well as a bunch of other tests |
| that were previously failing because of the wrong colourspace for the |
| SVG mask. This change resets expectations to pass for the appropriate |
| tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations for svg test. |
| After Alex Nicolaou's patch http://trac.webkit.org/changeset/64254, |
| Chromium should have same results with platform/mac or platform/mac-leopard. |
| Also rebaselin leopard result for the new test added by r64254. |
| |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Removed. |
| * platform/chromium-mac/svg/custom/feDisplacementMap-01-expected.checksum: Removed. |
| * platform/chromium-mac/svg/custom/feDisplacementMap-01-expected.png: Removed. |
| * platform/chromium-mac/svg/custom/image-with-transform-clip-filter-expected.checksum: Removed. |
| * platform/chromium-mac/svg/custom/image-with-transform-clip-filter-expected.png: Removed. |
| * platform/chromium-mac/svg/custom/recursive-filter-expected.checksum: Removed. |
| * platform/chromium-mac/svg/custom/recursive-filter-expected.png: Removed. |
| * platform/chromium-mac/svg/filters/feLighting-crash-expected.checksum: Removed. |
| * platform/chromium-mac/svg/filters/feLighting-crash-expected.png: Removed. |
| * platform/chromium-mac/svg/filters/filter-on-tspan-expected.checksum: Removed. |
| * platform/chromium-mac/svg/filters/filter-on-tspan-expected.png: Removed. |
| * platform/chromium-mac/svg/filters/filter-width-update-expected.checksum: Removed. |
| * platform/chromium-mac/svg/filters/filteredImage-expected.checksum: Removed. |
| * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.checksum: Removed. |
| * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png: Removed. |
| * platform/mac-leopard/svg/custom/mask-colorspace-expected.checksum: Added. |
| * platform/mac-leopard/svg/custom/mask-colorspace-expected.png: Added. |
| |
| 2010-07-28 Daniel Bates <dbates@rim.com> |
| |
| Reviewed by Darin Adler. |
| |
| Output more descriptive PASS messages for list layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=42938 |
| |
| Output a more descriptive PASS message so that it is clear |
| what we are testing in the test cases: fast/lists/w3-css3-list-styles-alphabetic.html |
| and fast/lists/w3-css3-list-styles-numeric.html. |
| |
| Currently, we only output "PASS" if the list marker equals |
| its list item text for every <li> in the list. Instead, we |
| should output a PASS message for each <li> so that we can |
| ensure that we are comparing the list marker and list |
| item text. |
| |
| * fast/lists/resources/dump-list.js: Removed printPassedIfEmptyString() |
| instead merged pass message into testListItemMarkerEqualsListItemText(). |
| (filterListsWithReplacement): Removed support for a post filter |
| function as this is not needed anymore. |
| (testListItemMarkerEquals): Added. |
| (testListItemMarkerEqualsListItemText): Added. |
| * fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Rebased result. |
| * fast/lists/w3-css3-list-styles-alphabetic.html: Updated to call testListItemMarkerEqualsListItemText(). |
| * fast/lists/w3-css3-list-styles-numeric-expected.txt: Rebased result. |
| * fast/lists/w3-css3-list-styles-numeric.html: Modified JavaScript to call |
| testListItemMarkerEquals() so that we can remove the redundant code. |
| |
| 2010-07-28 Alex Nicolaou <anicolao@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Set incorrect but close expectations for mask-colorspace.svg on mac |
| https://bugs.webkit.org/show_bug.cgi?id=43102 |
| |
| Blocks: |
| [chromium] r63450 caused some svg mask tests to fail pixel tests |
| https://bugs.webkit.org/show_bug.cgi?id=42403 |
| |
| On my Mac, after my best efforts, the mask colorspace doesn't |
| seem to come out right. Though the pixel values in the test |
| rectangle should be 111, they come out to 104, and ultimately |
| it is because the pixel values coming out of ImageBufferCG are |
| not linearized properly. Checking in this expected result because |
| visually the colours are close enough and I want to catch other |
| regressions, but if this starts to fail because the first image |
| has color 111,111,111 in the rectange and 76,76,76 or 78,78,78 in |
| the circle, the actual problem will have been corrected. (111 and |
| 78 are the correct values). |
| |
| Also removed fail expectations for those tests that are now |
| passing on my Mac. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/svg/custom/mask-colorspace-expected.checksum: |
| * platform/mac/svg/custom/mask-colorspace-expected.png: |
| |
| 2010-07-28 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| - Rebaseline input-appearance-spinbutton-disabled-readonly.html |
| for Chromium-mac and Chromium-linux. |
| - Remove input-number-events.html. It passes on Chromium now. |
| |
| * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum: Added. |
| * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added. |
| * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added. |
| * platform/chromium-mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| WebKitTestRunner needs to support layoutTestController.execCommand |
| <https://bugs.webkit.org/show_bug.cgi?id=42538> |
| |
| WebKitTestRunner needs layoutTestController.isCommandEnabled |
| <https://bugs.webkit.org/show_bug.cgi?id=42671> |
| |
| * platform/mac-wk2/Skipped: Don't skip the now-functioning tests. |
| |
| 2010-07-28 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [DRT/Chromium] Introduce drt_expectations.txt for NRWT |
| https://bugs.webkit.org/show_bug.cgi?id=43123 |
| |
| * platform/chromium/drt_expectations.txt: Added. |
| |
| 2010-07-28 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement NPN_InvokeDefault and NPN_Construct |
| https://bugs.webkit.org/show_bug.cgi?id=43160 |
| |
| * platform/mac-wk2/Skipped: |
| Remove plugins/npruntime/invoke-default.html |
| |
| 2010-07-28 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| implement getData('text/html') for webkit win |
| https://bugs.webkit.org/show_bug.cgi?id=37981 |
| |
| * platform/win/Skipped: 2 tests now pass |
| |
| 2010-07-28 Alex Nicolaou <anicolao@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| mask-colorspace.svg result for chromium-linux |
| https://bugs.webkit.org/show_bug.cgi?id=43100 |
| |
| blocking: |
| [chromium] r63450 caused some svg mask tests to fail pixel tests |
| https://bugs.webkit.org/show_bug.cgi?id=42403 |
| |
| New expectations and baseline for mask-colorspace on Linux that |
| reflect my idea of what should be the passing output as of when |
| I wrote the original patch. In fact the inner circle should be |
| 78,78,78 instead of 76,76,76 but while I sort out the broken |
| baselines I'm going to consider this an improvement; at least |
| the two images match each other as intended in the original test. |
| |
| * platform/chromium-linux/svg/custom/mask-colorspace-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/mask-colorspace-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement NPN_Invoke |
| https://bugs.webkit.org/show_bug.cgi?id=43158 |
| |
| * platform/mac-wk2/Skipped: |
| Remove plugins/npruntime/invoke.html. |
| |
| 2010-07-28 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement NPN_HasMethod |
| https://bugs.webkit.org/show_bug.cgi?id=43155 |
| |
| * platform/mac-wk2/Skipped: |
| Remove plugins/npruntime/invoke-browserfuncs.html. |
| |
| 2010-07-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Update numbered header element closing to match recent spec change |
| https://bugs.webkit.org/show_bug.cgi?id=43072 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-28 Eric Seidel <eric@webkit.org> |
| |
| No review. Skipping test to restore peace and justice. |
| |
| REGRESSION(63862): animations/play-state.html fails intermittently |
| https://bugs.webkit.org/show_bug.cgi?id=42821 |
| |
| * platform/mac/Skipped: |
| - Attempt to staunch the bleeding by skipping this flake-zor. |
| |
| 2010-07-28 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Add chromium baselines for test: |
| fast/table/early-table-layout |
| |
| * platform/chromium-linux/fast/table/early-table-layout-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/early-table-layout-expected.png: Added. |
| * platform/chromium-mac/fast/table/early-table-layout-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/early-table-layout-expected.png: Added. |
| * platform/chromium-mac/fast/table/early-table-layout-expected.txt: Added. |
| * platform/chromium-win/fast/table/early-table-layout-expected.checksum: Added. |
| * platform/chromium-win/fast/table/early-table-layout-expected.png: Added. |
| * platform/chromium-win/fast/table/early-table-layout-expected.txt: Added. |
| |
| 2010-07-28 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement JSNPObject::put |
| https://bugs.webkit.org/show_bug.cgi?id=43149 |
| |
| * platform/mac-wk2/Skipped: |
| Remove now passing tests. |
| |
| 2010-07-28 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Add support for calling NPObject methods |
| https://bugs.webkit.org/show_bug.cgi?id=43145 |
| |
| * platform/mac-wk2/Skipped: |
| Remove plugins/npruntime/get-int-identifier-special-values.html since it passes now. |
| |
| 2010-07-28 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Fix chromium test expectations: |
| Remove duplicate expectation for test: |
| tables/mozilla/other/slashlogo.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 fsamuel@chromium.org <fsamuel@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| REGRESSION (r63994): Bank of America's home page is horribly mis-rendered |
| https://bugs.webkit.org/show_bug.cgi?id=42993 |
| |
| Restored the expectation for the slashdot logo table test. |
| |
| Added a new layout test to check for the correctness of early table layout. |
| |
| * fast/table/early-table-layout.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/table/early-table-layout-expected.checksum: Added. |
| * platform/gtk/fast/table/early-table-layout-expected.png: Added. |
| * platform/gtk/fast/table/early-table-layout-expected.txt: Added. |
| |
| 2010-07-28 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations for tesst that |
| may crash on mac or linux: |
| fast/dom/prototype-inheritance-2.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations for test: |
| storage/indexeddb/objectstore-basics.html |
| |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| |
| 2010-07-28 Andrei Popescu <andreip@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| The text expectations for storage/objectore-basics.html are out of date |
| https://bugs.webkit.org/show_bug.cgi?id=43126 |
| |
| Following http://trac.webkit.org/changeset/64209 |
| the objectstore-basics-expected.txt file should be updated to reflect |
| the new tests. |
| |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| |
| 2010-07-28 Andrei Popescu <andreip@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Skip IDBKeyRange from the prototype-inheritance layout test. |
| IDBKeyRange is a DOM object and, with V8, it seems that such objects |
| do not respect the prototype inheritance. |
| |
| Once IndexedDatabase is done, we should remove indexedDB and IDBKeyRange |
| from the list of skipped window properties and we should update the |
| Chromium and Android test expectations. |
| |
| fast/dom/prototype-inheritance.html fails from r64141 |
| https://bugs.webkit.org/show_bug.cgi?id=43067 |
| |
| * fast/dom/script-tests/prototype-inheritance.js: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 Andrei Popescu <andreip@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| [IndexedDB] WebDOMStringList default ctor does not initialize its m_private member |
| variable so any attempt to append strings to a WebDOMStringList instance results in a crash. |
| https://bugs.webkit.org/show_bug.cgi?id=43120 |
| |
| * storage/indexeddb/script-tests/objectstore-basics.js: |
| (openSuccess): |
| (createSuccess): |
| |
| 2010-07-28 Xianzhu Wang <phnixwxz@gmail.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Line not wrapped at certain punctuations |
| https://bugs.webkit.org/show_bug.cgi?id=37698 |
| |
| * fast/text/line-breaks-after-closing-punctuations-expected.txt: Added. |
| * fast/text/line-breaks-after-closing-punctuations.html: Added. |
| |
| 2010-07-28 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Fix two layout test failure on the windows slave. Remove win-xp specific results after the r64186 change. |
| |
| * platform/win-xp/fast/lists: Removed. |
| * platform/win-xp/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Removed. |
| * platform/win-xp/fast/lists/w3-css3-list-styles-numeric-expected.txt: Removed. |
| |
| 2010-07-28 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Fix layout test failure on Leopard Intel Debug slave. Remove leopard specific result after the r64186 change. |
| |
| * platform/mac-leopard/fast/lists: Removed. |
| * platform/mac-leopard/fast/lists/w3-css3-list-styles-numeric-expected.txt: Removed. |
| |
| 2010-07-28 Jeremy Orlow <jorlow@chromium.org> |
| |
| Updating Chromium test expectations to expect 8 tests to fail since |
| our "test shell" doesn't implement a method required by Daniel Bates' |
| http://trac.webkit.org/changeset/64186/ change. |
| |
| Not reviewed. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-28 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rebaseline mac-leopard specific pixel test result after the path cleanup patch. |
| |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: |
| |
| 2010-07-28 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change |
| https://bugs.webkit.org/show_bug.cgi?id=42244 |
| |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr.html: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr.html: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr.html: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop.html: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop.html: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop.html: Added. |
| * svg/dynamic-updates/script-tests/SVGFEOffsetElement-dom-dx-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEOffsetElement-dom-dy-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEOffsetElement-dom-in-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEOffsetElement-svgdom-dx-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEOffsetElement-svgdom-dy-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEOffsetElement-svgdom-in-prop.js: Added. |
| (executeTest): |
| |
| 2010-07-28 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change |
| https://bugs.webkit.org/show_bug.cgi?id=42244 |
| |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr.html: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr.html: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr.html: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr.html: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop.html: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop.html: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop.html: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop.html: Added. |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-dom-in-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-dom-lighting-color-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-dom-surfaceScale-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-svgdom-in-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop.js: Added. |
| (executeTest): |
| |
| 2010-07-27 Daniel Bates <dbates@rim.com> |
| |
| Unreviewed; remove platform-specific expected results. |
| https://bugs.webkit.org/show_bug.cgi?id=42803 |
| |
| We no longer need the Qt an GTK platform-specific render tree dumps |
| as we now dump text. |
| |
| * platform/gtk/fast/lists/alpha-boundary-values-expected.txt: Removed. |
| * platform/gtk/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Removed. |
| * platform/qt/fast/lists/alpha-boundary-values-expected.checksum: Removed. |
| * platform/qt/fast/lists/alpha-boundary-values-expected.png: Removed. |
| * platform/qt/fast/lists/alpha-boundary-values-expected.txt: Removed. |
| * platform/qt/fast/lists/w3-css3-list-styles-numeric-expected.txt: Removed. |
| * platform/qt/fast/lists/w3-list-styles-expected.txt: Removed. |
| |
| 2010-07-26 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| @page rules in media queries should be tested. |
| Added tests for such rules. |
| https://bugs.webkit.org/show_bug.cgi?id=42971 |
| |
| * printing/page-rule-selection-expected.txt: |
| * printing/page-rule-selection.html: |
| |
| 2010-07-27 Daniel Bates <dbates@rim.com> |
| |
| Reviewed by Darin Adler. |
| |
| Convert DRT list tests from pixel-tests/render tree dumps to text |
| https://bugs.webkit.org/show_bug.cgi?id=42803 |
| |
| With the passing of Bug #37929 and Bug #37930, convert a subset of the |
| DRT tests for lists from pixel-tests to text-based tests now that we |
| can retrieve the list item marker text in both the Mac and Windows ports. |
| |
| * fast/lists/alpha-boundary-values-expected.txt: Added. |
| * fast/lists/alpha-boundary-values.html: Modified to dump as text. |
| * fast/lists/alpha-list-wrap-expected.txt: Added. |
| * fast/lists/alpha-list-wrap.html: Modified to dump as text. |
| * fast/lists/decimal-leading-zero-expected.txt: Added. |
| * fast/lists/decimal-leading-zero.html: Modified to dump as text. |
| * fast/lists/li-values-expected.txt: Added. |
| * fast/lists/li-values.html: Modified to dump as text. |
| * fast/lists/list-style-type-dynamic-change-expected.txt: Added. |
| * fast/lists/list-style-type-dynamic-change.html: Modified to dump as text. |
| * fast/lists/resources/dump-list.js: |
| (dumpList): Modified to call processList. |
| (filterListsWithReplacement): Added. |
| (processList): Added. |
| (dumpListItemAsHTML): Added. |
| (printPassedIfEmptyString): Added. |
| (printFailedIfListItemMarkerNotEqualListItemText): Added. |
| * fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Added. |
| * fast/lists/w3-css3-list-styles-alphabetic.html: Modified to dump as text. |
| * fast/lists/w3-css3-list-styles-numeric-expected.txt: Added. |
| * fast/lists/w3-css3-list-styles-numeric.html: Modified to dump as text. |
| Also, fix typos in the binary list-style-type results. |
| * fast/lists/w3-list-styles-expected.txt: Added. |
| * fast/lists/w3-list-styles.html: Modified to dump as text. |
| * platform/mac/fast/lists/alpha-boundary-values-expected.checksum: Removed. |
| * platform/mac/fast/lists/alpha-boundary-values-expected.png: Removed. |
| * platform/mac/fast/lists/alpha-boundary-values-expected.txt: Removed. |
| * platform/mac/fast/lists/alpha-list-wrap-expected.checksum: Removed. |
| * platform/mac/fast/lists/alpha-list-wrap-expected.png: Removed. |
| * platform/mac/fast/lists/alpha-list-wrap-expected.txt: Removed. |
| * platform/mac/fast/lists/decimal-leading-zero-expected.checksum: Removed. |
| * platform/mac/fast/lists/decimal-leading-zero-expected.png: Removed. |
| * platform/mac/fast/lists/decimal-leading-zero-expected.txt: Removed. |
| * platform/mac/fast/lists/li-values-expected.checksum: Removed. |
| * platform/mac/fast/lists/li-values-expected.png: Removed. |
| * platform/mac/fast/lists/li-values-expected.txt: Removed. |
| * platform/mac/fast/lists/list-style-type-dynamic-change-expected.checksum: Removed. |
| * platform/mac/fast/lists/list-style-type-dynamic-change-expected.png: Removed. |
| * platform/mac/fast/lists/list-style-type-dynamic-change-expected.txt: Removed. |
| * platform/mac/fast/lists/w3-css3-list-styles-alphabetic-expected.checksum: Removed. |
| * platform/mac/fast/lists/w3-css3-list-styles-alphabetic-expected.png: Removed. |
| * platform/mac/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Removed. |
| * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.checksum: Removed. |
| * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.png: Removed. |
| * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.txt: Removed. |
| * platform/mac/fast/lists/w3-list-styles-expected.checksum: Removed. |
| * platform/mac/fast/lists/w3-list-styles-expected.png: Removed. |
| * platform/mac/fast/lists/w3-list-styles-expected.txt: Removed. |
| * platform/win/fast/lists: Removed. |
| * platform/win/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Removed. |
| * platform/win/fast/lists/w3-css3-list-styles-numeric-expected.txt: Removed. |
| |
| 2010-07-27 Andrew Scherkus <scherkus@chromium.org> |
| |
| Unreviewed. |
| |
| Marking media/controls-drag-timebar.html as flaky due to new seek behaviour. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-27 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement JSNPObject::propertyGetter |
| https://bugs.webkit.org/show_bug.cgi?id=43091 |
| |
| * platform/mac-wk2/Skipped: |
| Add a test I forgot to add, and remove plugins/npruntime/embed-property.html because it passes now. |
| |
| 2010-07-27 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Unskip a test that is passing and add expected results to another. |
| |
| * platform/gtk/Skipped: Unskip passing test. |
| * platform/gtk/fast/canvas/set-colors-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/canvas/set-colors-expected.txt. |
| |
| 2010-07-27 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Explicitly list all skipped tests in plugins/ so we can start removing passing tests. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-27 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations for failed test: |
| fast/canvas/canvas-ImageData-behaviour.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Justin Garcia. |
| |
| REGRESSION: editing/style/remove-underline-from-stylesheet.html fails on Qt platform after r64083 |
| https://bugs.webkit.org/show_bug.cgi?id=43061 |
| |
| Added a qt-specific test result because the final range and the generated DOM is same. |
| |
| * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Added. |
| |
| 2010-07-27 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations for failed test on mac: |
| fast/dom/prototype-inheritance.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-23 Helder Correia <heldercorreia@codeaurora.org> |
| |
| Reviewed by Darin Adler. |
| |
| Canvas tests 2d.imageData.object.round and 2d.imageData.object.wrap are |
| failing. For canvas image data manipulation, the values passed should |
| be truncated and wrapped. Also fix the canvas-ImageData-behaviour test |
| to expect wrapping rather than clamping, and add some new checkings. |
| https://bugs.webkit.org/show_bug.cgi?id=40272 |
| |
| * canvas/philip/tests/2d.imageData.object.round-expected.txt: |
| * canvas/philip/tests/2d.imageData.object.round.html: |
| * canvas/philip/tests/2d.imageData.object.wrap-expected.txt: |
| * fast/canvas/canvas-ImageData-behaviour-expected.txt: |
| * fast/canvas/canvas-ImageData-behaviour.js: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-27 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by David Kilzer. |
| |
| AX: Misspellings not shown in AXAttributedStringForTextMarkerRange when selection is on word |
| https://bugs.webkit.org/show_bug.cgi?id=41817 |
| |
| * platform/mac/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt: Added. |
| * platform/mac/accessibility/attributed-string-includes-misspelled-with-selection.html: Added. |
| |
| 2010-07-27 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| * storage/indexeddb/keyrange-expected.txt: |
| |
| 2010-07-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add inspector/debugger-breakpoints-not-activated-on-reload.html (introduced in r64133) to the Skipped list. |
| |
| * platform/qt/Skipped: inspector/debugger-breakpoints-not-activated-on-reload.html skipped. |
| |
| 2010-07-27 Andrei Popescu <andreip@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| [IndexedDB] Key range methods belong to the IDBKeyRange interface |
| https://bugs.webkit.org/show_bug.cgi?id=43052 |
| |
| * storage/indexeddb/script-tests/keyrange.js: |
| (checkSingleKeyRange): |
| (checkLeftBoundKeyRange): |
| (): |
| |
| 2010-07-27 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Remove some mistakenly skipped tests from the skipped list as well as |
| a couple tests that no longer exist. |
| |
| * platform/gtk/Skipped: Fix some errors in the skipped list. |
| |
| 2010-07-27 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: do not activate all breakpoints on page reload |
| https://bugs.webkit.org/show_bug.cgi?id=41461 |
| |
| * http/tests/inspector/debugger-test.js: |
| (frontend_scriptsAreParsed): |
| (frontend_waitUntilScriptsAreParsed.waitForAllScripts): |
| (frontend_waitUntilScriptsAreParsed): |
| (frontend_ensureSourceFrameLoaded): |
| (frontend_showScriptSource): |
| * inspector/debugger-breakpoints-not-activated-on-reload-expected.txt: Added. |
| * inspector/debugger-breakpoints-not-activated-on-reload.html: Added. |
| * platform/gtk/Skipped: skip the test on GTK due to JSC debugger issue |
| |
| 2010-07-27 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| LayoutTests/fast/dom/DeviceOrientation/window-property.html assumes use of V8 |
| https://bugs.webkit.org/show_bug.cgi?id=43025 |
| |
| This change modifies window-property.html and its expected result to work with JSC. |
| A V8-specific expected result is added for Android. |
| |
| * fast/dom/DeviceOrientation/script-tests/window-property.js: |
| * fast/dom/DeviceOrientation/window-property-expected.txt: |
| * platform/android-v8: Added. |
| * platform/android-v8/fast: Added. |
| * platform/android-v8/fast/dom: Added. |
| * platform/android-v8/fast/dom/DeviceOrientation: Added. |
| * platform/android-v8/fast/dom/DeviceOrientation/window-property-expected.txt: Added. |
| |
| 2010-07-27 Anton Muhin <antonm@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Extend a test checking access to nested elements on the document to cover recent regression in Chromium |
| https://bugs.webkit.org/show_bug.cgi?id=42980 |
| |
| See http://code.google.com/p/chromium/issues/detail?id=48804 for more details. |
| |
| * fast/dom/HTMLDocument/document-special-properties-expected.txt: |
| * fast/dom/HTMLDocument/document-special-properties.html: |
| |
| 2010-07-27 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Trivial test fix. |
| |
| * fast/forms/script-tests/input-number-events.js: |
| Adjust pixel values in order to work on Windows. |
| |
| 2010-07-27 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| |
| Reviewed by NOBODY. |
| |
| Update expected result as well to match r64115. |
| |
| * fast/events/spatial-navigation/snav-clipped-overflowed-content-expected.txt: |
| |
| 2010-07-27 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| |
| Reviewed by NOBODY. |
| |
| Fix GTK layout-test break after r64114 |
| |
| Skipping the test for Qt until we can find a non-fragile way to write |
| the test. |
| |
| * fast/events/spatial-navigation/snav-clipped-overflowed-content.html: |
| * platform/qt/Skipped: |
| |
| 2010-07-26 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Change default font from sans-serif to serif |
| |
| This matches what other ports and browser engines do. |
| |
| We now also use QFont's defaultFontFamily() to resolve the |
| correct fonts for each platform. For Qt >= 4.7 we can take |
| advantage of the new enums for generic font families. |
| |
| The spatial-navigation test had to be changed due to the |
| fragile nature of the down-action. By changing the font we |
| hit the case where the two down actions were not enough to |
| scroll the link into view. |
| |
| * fast/events/spatial-navigation/snav-clipped-overflowed-content-expected.txt: |
| * fast/events/spatial-navigation/snav-clipped-overflowed-content.html: |
| * platform/qt/animations/state-at-end-event-expected.txt: |
| * platform/qt/css1/basic/class_as_selector-expected.txt: |
| * platform/qt/css1/basic/comments-expected.txt: |
| * platform/qt/css1/basic/containment-expected.txt: |
| * platform/qt/css1/basic/contextual_selectors-expected.txt: |
| * platform/qt/css1/basic/grouping-expected.txt: |
| * platform/qt/css1/basic/id_as_selector-expected.txt: |
| * platform/qt/css1/basic/inheritance-expected.txt: |
| * platform/qt/css1/box_properties/border-expected.txt: |
| * platform/qt/css1/box_properties/border_bottom-expected.txt: |
| * platform/qt/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_color-expected.txt: |
| * platform/qt/css1/box_properties/border_color_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_left-expected.txt: |
| * platform/qt/css1/box_properties/border_left_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_left_width-expected.txt: |
| * platform/qt/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_right-expected.txt: |
| * platform/qt/css1/box_properties/border_right_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_right_width-expected.txt: |
| * platform/qt/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_style-expected.txt: |
| * platform/qt/css1/box_properties/border_style_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_top-expected.txt: |
| * platform/qt/css1/box_properties/border_top_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_top_width-expected.txt: |
| * platform/qt/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/qt/css1/box_properties/border_width-expected.txt: |
| * platform/qt/css1/box_properties/border_width_inline-expected.txt: |
| * platform/qt/css1/box_properties/clear-expected.txt: |
| * platform/qt/css1/box_properties/clear_float-expected.txt: |
| * platform/qt/css1/box_properties/float-expected.txt: |
| * platform/qt/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/qt/css1/box_properties/float_margin-expected.txt: |
| * platform/qt/css1/box_properties/float_on_text_elements-expected.txt: |
| * platform/qt/css1/box_properties/height-expected.txt: |
| * platform/qt/css1/box_properties/margin-expected.txt: |
| * platform/qt/css1/box_properties/margin_bottom-expected.txt: |
| * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/qt/css1/box_properties/margin_inline-expected.txt: |
| * platform/qt/css1/box_properties/margin_left-expected.txt: |
| * platform/qt/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/qt/css1/box_properties/margin_right-expected.txt: |
| * platform/qt/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/qt/css1/box_properties/margin_top-expected.txt: |
| * platform/qt/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/qt/css1/box_properties/padding-expected.txt: |
| * platform/qt/css1/box_properties/padding_bottom-expected.txt: |
| * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/qt/css1/box_properties/padding_inline-expected.txt: |
| * platform/qt/css1/box_properties/padding_left-expected.txt: |
| * platform/qt/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/qt/css1/box_properties/padding_right-expected.txt: |
| * platform/qt/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/qt/css1/box_properties/padding_top-expected.txt: |
| * platform/qt/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/qt/css1/box_properties/width-expected.txt: |
| * platform/qt/css1/cascade/cascade_order-expected.txt: |
| * platform/qt/css1/cascade/important-expected.txt: |
| * platform/qt/css1/classification/display-expected.txt: |
| * platform/qt/css1/classification/list_style-expected.txt: |
| * platform/qt/css1/classification/list_style_image-expected.txt: |
| * platform/qt/css1/classification/list_style_position-expected.txt: |
| * platform/qt/css1/classification/list_style_type-expected.txt: |
| * platform/qt/css1/color_and_background/background-expected.txt: |
| * platform/qt/css1/color_and_background/background_attachment-expected.txt: |
| * platform/qt/css1/color_and_background/background_color-expected.txt: |
| * platform/qt/css1/color_and_background/background_image-expected.txt: |
| * platform/qt/css1/color_and_background/background_position-expected.txt: |
| * platform/qt/css1/color_and_background/background_repeat-expected.txt: |
| * platform/qt/css1/color_and_background/color-expected.txt: |
| * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/qt/css1/font_properties/font-expected.txt: |
| * platform/qt/css1/font_properties/font_family-expected.txt: |
| * platform/qt/css1/font_properties/font_size-expected.txt: |
| * platform/qt/css1/font_properties/font_style-expected.txt: |
| * platform/qt/css1/font_properties/font_variant-expected.txt: |
| * platform/qt/css1/font_properties/font_weight-expected.txt: |
| * platform/qt/css1/formatting_model/canvas-expected.txt: |
| * platform/qt/css1/formatting_model/floating_elements-expected.txt: |
| * platform/qt/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt: |
| * platform/qt/css1/formatting_model/inline_elements-expected.txt: |
| * platform/qt/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/qt/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/qt/css1/pseudo/anchor-expected.txt: |
| * platform/qt/css1/pseudo/firstletter-expected.txt: |
| * platform/qt/css1/pseudo/firstline-expected.txt: |
| * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/qt/css1/text_properties/letter_spacing-expected.txt: |
| * platform/qt/css1/text_properties/line_height-expected.txt: |
| * platform/qt/css1/text_properties/text_align-expected.txt: |
| * platform/qt/css1/text_properties/text_decoration-expected.txt: |
| * platform/qt/css1/text_properties/text_indent-expected.txt: |
| * platform/qt/css1/text_properties/text_transform-expected.txt: |
| * platform/qt/css1/text_properties/vertical_align-expected.txt: |
| * platform/qt/css1/text_properties/word_spacing-expected.txt: |
| * platform/qt/css1/units/color_units-expected.txt: |
| * platform/qt/css1/units/length_units-expected.txt: |
| * platform/qt/css1/units/percentage_units-expected.txt: |
| * platform/qt/css1/units/urls-expected.txt: |
| * platform/qt/css2.1/t040102-keywords-00-b-expected.txt: |
| * platform/qt/css2.1/t040102-keywords-01-b-expected.txt: |
| * platform/qt/css2.1/t040103-case-00-b-expected.txt: |
| * platform/qt/css2.1/t040103-case-01-c-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-00-b-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-02-d-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-03-b-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-04-b-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-05-c-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-06-b-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-07-b-expected.txt: |
| * platform/qt/css2.1/t040103-escapes-08-b-expected.txt: |
| * platform/qt/css2.1/t040103-ident-00-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-01-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-02-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-03-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-04-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-05-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-06-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-07-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-08-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-09-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-10-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-11-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-12-c-expected.txt: |
| * platform/qt/css2.1/t040103-ident-13-c-expected.txt: |
| * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt: |
| * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt: |
| * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt: |
| * platform/qt/css2.1/t040105-atrule-00-b-expected.txt: |
| * platform/qt/css2.1/t040105-atrule-01-b-expected.txt: |
| * platform/qt/css2.1/t040105-atrule-02-b-expected.txt: |
| * platform/qt/css2.1/t040105-atrule-03-b-expected.txt: |
| * platform/qt/css2.1/t040105-atrule-04-b-expected.txt: |
| * platform/qt/css2.1/t040105-import-00-b-expected.txt: |
| * platform/qt/css2.1/t040105-import-01-b-expected.txt: |
| * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt: |
| * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt: |
| * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: |
| * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt: |
| * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: |
| * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: |
| * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: |
| * platform/qt/css2.1/t0402-syntax-01-f-expected.txt: |
| * platform/qt/css2.1/t0402-syntax-02-f-expected.txt: |
| * platform/qt/css2.1/t0402-syntax-03-f-expected.txt: |
| * platform/qt/css2.1/t0402-syntax-04-f-expected.txt: |
| * platform/qt/css2.1/t0402-syntax-05-f-expected.txt: |
| * platform/qt/css2.1/t0402-syntax-06-f-expected.txt: |
| * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: |
| * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt: |
| * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: |
| * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt: |
| * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt: |
| * platform/qt/css2.1/t040306-syntax-01-f-expected.txt: |
| * platform/qt/css2.1/t040307-syntax-01-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-00-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-01-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-02-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-03-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-04-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-05-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-06-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-07-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-08-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-09-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-11-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-12-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-13-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-14-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-15-b-expected.txt: |
| * platform/qt/css2.1/t1202-counter-16-f-expected.txt: |
| * platform/qt/css2.1/t1202-counters-00-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-01-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-02-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-03-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-05-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-06-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-07-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-08-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-09-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-11-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-12-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-13-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-14-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-15-b-expected.txt: |
| * platform/qt/css2.1/t1202-counters-16-c-expected.txt: |
| * platform/qt/css2.1/t1202-counters-17-d-expected.txt: |
| * platform/qt/css2.1/t1202-counters-18-f-expected.txt: |
| * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt: |
| * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt: |
| * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt: |
| * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt: |
| * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt: |
| * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: |
| * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: |
| * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt: |
| * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt: |
| * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt: |
| * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt: |
| * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt: |
| * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt: |
| * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: |
| * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt: |
| * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt: |
| * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: |
| * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt: |
| * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt: |
| * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: |
| * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: |
| * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: |
| * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt: |
| * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt: |
| * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: |
| * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: |
| * platform/qt/editing/deleting/5300379-expected.txt: |
| * platform/qt/editing/deleting/5408255-expected.txt: |
| * platform/qt/editing/deleting/non-smart-delete-expected.txt: |
| * platform/qt/editing/deleting/smart-delete-003-expected.txt: |
| * platform/qt/editing/deleting/smart-delete-004-expected.txt: |
| * platform/qt/editing/execCommand/insert-list-xml-expected.txt: |
| * platform/qt/editing/inserting/12882-expected.txt: |
| * platform/qt/editing/inserting/4840662-expected.txt: |
| * platform/qt/editing/inserting/4875189-1-expected.txt: |
| * platform/qt/editing/inserting/4875189-2-expected.txt: |
| * platform/qt/editing/inserting/4959067-expected.txt: |
| * platform/qt/editing/inserting/4960120-2-expected.txt: |
| * platform/qt/editing/inserting/5002441-expected.txt: |
| * platform/qt/editing/inserting/5058163-1-expected.txt: |
| * platform/qt/editing/inserting/5058163-2-expected.txt: |
| * platform/qt/editing/inserting/5156401-2-expected.txt: |
| * platform/qt/editing/inserting/5418891-expected.txt: |
| * platform/qt/editing/inserting/5510537-expected.txt: |
| * platform/qt/editing/inserting/5549929-2-expected.txt: |
| * platform/qt/editing/inserting/5549929-3-expected.txt: |
| * platform/qt/editing/inserting/6703873-expected.txt: |
| * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt: |
| * platform/qt/editing/inserting/editable-inline-element-expected.txt: |
| * platform/qt/editing/inserting/edited-whitespace-1-expected.txt: |
| * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3659587-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3775316-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3778059-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3786362-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3800346-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-after-delete-001-expected.txt: |
| * platform/qt/editing/inserting/insert-at-end-01-expected.txt: |
| * platform/qt/editing/inserting/insert-at-end-02-expected.txt: |
| * platform/qt/editing/inserting/insert-br-001-expected.txt: |
| * platform/qt/editing/inserting/insert-br-002-expected.txt: |
| * platform/qt/editing/inserting/insert-br-003-expected.txt: |
| * platform/qt/editing/inserting/insert-br-004-expected.txt: |
| * platform/qt/editing/inserting/insert-br-005-expected.txt: |
| * platform/qt/editing/inserting/insert-br-006-expected.txt: |
| * platform/qt/editing/inserting/insert-br-007-expected.txt: |
| * platform/qt/editing/inserting/insert-br-008-expected.txt: |
| * platform/qt/editing/inserting/insert-br-009-expected.txt: |
| * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt: |
| * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: |
| * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-001-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-002-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-003-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-004-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-005-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-006-expected.txt: |
| * platform/qt/editing/inserting/insert-div-001-expected.txt: |
| * platform/qt/editing/inserting/insert-div-002-expected.txt: |
| * platform/qt/editing/inserting/insert-div-003-expected.txt: |
| * platform/qt/editing/inserting/insert-div-004-expected.txt: |
| * platform/qt/editing/inserting/insert-div-005-expected.txt: |
| * platform/qt/editing/inserting/insert-div-006-expected.txt: |
| * platform/qt/editing/inserting/insert-div-007-expected.txt: |
| * platform/qt/editing/inserting/insert-div-008-expected.txt: |
| * platform/qt/editing/inserting/insert-div-009-expected.txt: |
| * platform/qt/editing/inserting/insert-div-010-expected.txt: |
| * platform/qt/editing/inserting/insert-div-011-expected.txt: |
| * platform/qt/editing/inserting/insert-div-012-expected.txt: |
| * platform/qt/editing/inserting/insert-div-013-expected.txt: |
| * platform/qt/editing/inserting/insert-div-014-expected.txt: |
| * platform/qt/editing/inserting/insert-div-015-expected.txt: |
| * platform/qt/editing/inserting/insert-div-016-expected.txt: |
| * platform/qt/editing/inserting/insert-div-017-expected.txt: |
| * platform/qt/editing/inserting/insert-div-018-expected.txt: |
| * platform/qt/editing/inserting/insert-div-019-expected.txt: |
| * platform/qt/editing/inserting/insert-div-020-expected.txt: |
| * platform/qt/editing/inserting/insert-div-021-expected.txt: |
| * platform/qt/editing/inserting/insert-div-022-expected.txt: |
| * platform/qt/editing/inserting/insert-div-024-expected.txt: |
| * platform/qt/editing/inserting/insert-div-025-expected.txt: |
| * platform/qt/editing/inserting/insert-div-026-expected.txt: |
| * platform/qt/editing/inserting/insert-div-027-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-03-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-04-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-05-expected.txt: |
| * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: |
| * platform/qt/editing/inserting/insert-tab-001-expected.txt: |
| * platform/qt/editing/inserting/insert-tab-002-expected.txt: |
| * platform/qt/editing/inserting/insert-tab-004-expected.txt: |
| * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: |
| * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: |
| * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt: |
| * platform/qt/editing/inserting/line-break-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-01-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-02-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/qt/editing/inserting/redo-expected.txt: |
| * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt: |
| * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt: |
| * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt: |
| * platform/qt/editing/inserting/typing-001-expected.txt: |
| * platform/qt/editing/inserting/typing-002-expected.txt: |
| * platform/qt/editing/inserting/typing-003-expected.txt: |
| * platform/qt/editing/inserting/typing-around-br-001-expected.txt: |
| * platform/qt/editing/inserting/typing-around-image-001-expected.txt: |
| * platform/qt/editing/pasteboard/3976872-expected.txt: |
| * platform/qt/editing/pasteboard/4076267-3-expected.txt: |
| * platform/qt/editing/pasteboard/4242293-expected.txt: |
| * platform/qt/editing/pasteboard/4631972-expected.txt: |
| * platform/qt/editing/pasteboard/4641033-expected.txt: |
| * platform/qt/editing/pasteboard/4700297-expected.txt: |
| * platform/qt/editing/pasteboard/4944770-1-expected.txt: |
| * platform/qt/editing/pasteboard/4944770-2-expected.txt: |
| * platform/qt/editing/pasteboard/4989774-expected.txt: |
| * platform/qt/editing/pasteboard/5006779-expected.txt: |
| * platform/qt/editing/pasteboard/5027857-expected.txt: |
| * platform/qt/editing/pasteboard/5028447-expected.txt: |
| * platform/qt/editing/pasteboard/5032095-expected.txt: |
| * platform/qt/editing/pasteboard/5065605-expected.txt: |
| * platform/qt/editing/pasteboard/5071074-2-expected.txt: |
| * platform/qt/editing/pasteboard/5071074-expected.txt: |
| * platform/qt/editing/pasteboard/5075944-2-expected.txt: |
| * platform/qt/editing/pasteboard/5075944-3-expected.txt: |
| * platform/qt/editing/pasteboard/5075944-expected.txt: |
| * platform/qt/editing/pasteboard/5089327-expected.txt: |
| * platform/qt/editing/pasteboard/5134759-expected.txt: |
| * platform/qt/editing/pasteboard/5156401-1-expected.txt: |
| * platform/qt/editing/pasteboard/5247341-expected.txt: |
| * platform/qt/editing/pasteboard/5368833-expected.txt: |
| * platform/qt/editing/pasteboard/5478250-expected.txt: |
| * platform/qt/editing/pasteboard/5483567-expected.txt: |
| * platform/qt/editing/pasteboard/5601583-1-expected.txt: |
| * platform/qt/editing/pasteboard/5780697-2-expected.txt: |
| * platform/qt/editing/pasteboard/7955-expected.txt: |
| * platform/qt/editing/pasteboard/8145-1-expected.txt: |
| * platform/qt/editing/pasteboard/8145-2-expected.txt: |
| * platform/qt/editing/pasteboard/8145-3-expected.txt: |
| * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: |
| * platform/qt/editing/pasteboard/cut-text-001-expected.txt: |
| * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: |
| * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: |
| * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: |
| * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: |
| * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: |
| * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: |
| * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: |
| * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: |
| * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: |
| * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: |
| * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-3-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-4-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-5-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-list-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-table-expected.txt: |
| * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/merge-start-list-expected.txt: |
| * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: |
| * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: |
| * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: |
| * platform/qt/editing/pasteboard/paste-list-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-table-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-table-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-004-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-005-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-006-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-007-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-009-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-012-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-013-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-014-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-015-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-016-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-017-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-018-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-019-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: |
| * platform/qt/editing/pasteboard/pasting-object-expected.txt: |
| * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: |
| * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: |
| * platform/qt/editing/pasteboard/select-element-1-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-001-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-002-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-003-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-005-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-007-expected.txt: |
| * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: |
| * platform/qt/editing/pasteboard/testcase-9507-expected.txt: |
| * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt: |
| * platform/qt/editing/pasteboard/unrendered-br-expected.txt: |
| * platform/qt/editing/selection/5195166-2-expected.txt: |
| * platform/qt/editing/selection/5825350-1-expected.txt: |
| * platform/qt/editing/selection/5825350-2-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-10-expected.txt: |
| * platform/qt/editing/selection/range-between-block-and-inline-expected.txt: |
| * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt: |
| * platform/qt/fast/backgrounds/001-expected.txt: |
| * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt: |
| * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt: |
| * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt: |
| * platform/qt/fast/backgrounds/background-position-1-expected.txt: |
| * platform/qt/fast/backgrounds/background-position-rounding-expected.txt: |
| * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: |
| * platform/qt/fast/backgrounds/mask-composite-expected.txt: |
| * platform/qt/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: |
| * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt: |
| * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: |
| * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: |
| * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt: |
| * platform/qt/fast/backgrounds/size/zero-expected.txt: |
| * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt: |
| * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt: |
| * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt: |
| * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt: |
| * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt: |
| * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt: |
| * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt: |
| * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt: |
| * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt: |
| * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt: |
| * platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: |
| * platform/qt/fast/borders/border-radius-constraints-expected.txt: |
| * platform/qt/fast/borders/border-radius-split-inline-expected.txt: |
| * platform/qt/fast/borders/different-color-borders-expected.txt: |
| * platform/qt/fast/box-shadow/basic-shadows-expected.txt: |
| * platform/qt/fast/box-shadow/inset-expected.txt: |
| * platform/qt/fast/box-shadow/transform-fringing-expected.txt: |
| * platform/qt/fast/canvas/arc360-expected.txt: |
| * platform/qt/fast/canvas/canvas-before-css-expected.txt: |
| * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt: |
| * platform/qt/fast/canvas/canvas-incremental-repaint-2-expected.txt: |
| * platform/qt/fast/canvas/canvas-resize-reset-expected.txt: |
| * platform/qt/fast/canvas/canvas-size-change-after-layout-expected.txt: |
| * platform/qt/fast/canvas/canvas-transform-identity-expected.txt: |
| * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt: |
| * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt: |
| * platform/qt/fast/canvas/canvas-transform-nan-expected.txt: |
| * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt: |
| * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt: |
| * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt: |
| * platform/qt/fast/canvas/canvas-zoom-expected.txt: |
| * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.txt: |
| * platform/qt/fast/canvas/drawImage-expected.txt: |
| * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt: |
| * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.txt: |
| * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.txt: |
| * platform/qt/fast/canvas/fillrect_gradient-expected.txt: |
| * platform/qt/fast/canvas/image-object-in-canvas-expected.txt: |
| * platform/qt/fast/canvas/image-pattern-rotate-expected.txt: |
| * platform/qt/fast/canvas/patternfill-repeat-expected.txt: |
| * platform/qt/fast/canvas/quadraticCurveTo-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-1-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-2-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-3-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-4-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-5-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-6-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-7-expected.txt: |
| * platform/qt/fast/canvas/toDataURL-alpha-expected.txt: |
| * platform/qt/fast/canvas/zero-size-fill-rect-expected.txt: |
| * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.txt: |
| * platform/qt/fast/css/attribute-selector-dynamic-expected.txt: |
| * platform/qt/fast/css/css3-space-in-nth-and-lang-expected.txt: |
| * platform/qt/fast/css/first-letter-first-line-hover-expected.txt: |
| * platform/qt/fast/css/font-face-opentype-expected.txt: |
| * platform/qt/fast/css/font-smoothing-expected.txt: |
| * platform/qt/fast/css/inline-element-line-break-expected.txt: |
| * platform/qt/fast/css/namespaces/namespaces-escapes-expected.txt: |
| * platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.txt: |
| * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt: |
| * platform/qt/fast/css/nth-child-dynamic-expected.txt: |
| * platform/qt/fast/css/pseudo-cache-stale-expected.txt: |
| * platform/qt/fast/css/pseudo-element-line-break-expected.txt: |
| * platform/qt/fast/css/rem-dynamic-scaling-expected.txt: |
| * platform/qt/fast/css/rem-units-on-root-expected.txt: |
| * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/qt/fast/css/text-rendering-expected.txt: |
| * platform/qt/fast/doctypes/001-expected.txt: |
| * platform/qt/fast/doctypes/002-expected.txt: |
| * platform/qt/fast/doctypes/004-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt: |
| * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/qt/fast/dynamic/anchor-lock-expected.txt: |
| * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt: |
| * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt: |
| * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt: |
| * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt: |
| * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt: |
| * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt: |
| * platform/qt/fast/forms/basic-buttons-expected.txt: |
| * platform/qt/fast/forms/basic-inputs-expected.txt: |
| * platform/qt/fast/forms/basic-selects-expected.txt: |
| * platform/qt/fast/forms/button-style-color-expected.txt: |
| * platform/qt/fast/forms/isindex-placeholder-expected.txt: |
| * platform/qt/fast/forms/menulist-style-color-expected.txt: |
| * platform/qt/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/qt/fast/forms/text-style-color-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt: |
| * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: |
| * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt: |
| * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt: |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt: |
| * platform/qt/fast/frames/frame-navigation-expected.txt: |
| * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt: |
| * platform/qt/fast/frames/frameset-style-recalc-expected.txt: |
| * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt: |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/qt/fast/frames/viewsource-on-image-file-expected.txt: |
| * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt: |
| * platform/qt/fast/images/animated-gif-with-offsets-expected.txt: |
| * platform/qt/fast/images/image-in-map-expected.txt: |
| * platform/qt/fast/images/svg-as-background-expected.txt: |
| * platform/qt/fast/images/svg-background-partial-redraw-expected.txt: |
| * platform/qt/fast/images/svg-width-100p-as-background-expected.txt: |
| * platform/qt/fast/lists/alpha-boundary-values-expected.txt: |
| * platform/qt/fast/lists/anonymous-items-expected.txt: |
| * platform/qt/fast/lists/ol-start-parsing-expected.txt: |
| * platform/qt/fast/lists/w3-css3-list-styles-numeric-expected.txt: |
| * platform/qt/fast/multicol/client-rects-expected.txt: |
| * platform/qt/fast/multicol/column-count-with-rules-expected.txt: |
| * platform/qt/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/qt/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/qt/fast/multicol/nested-columns-expected.txt: |
| * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt: |
| * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt: |
| * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt: |
| * platform/qt/fast/overflow/line-clamp-expected.txt: |
| * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt: |
| * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt: |
| * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt: |
| * platform/qt/fast/reflections/opacity-reflection-transform-expected.txt: |
| * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt: |
| * platform/qt/fast/repaint/block-no-inflow-children-expected.txt: |
| * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt: |
| * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt: |
| * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt: |
| * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt: |
| * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt: |
| * platform/qt/fast/repaint/positioned-document-element-expected.txt: |
| * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt: |
| * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt: |
| * platform/qt/fast/repaint/stacked-diacritics-expected.txt: |
| * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.txt: |
| * platform/qt/fast/ruby/ruby-inline-table-expected.txt: |
| * platform/qt/fast/runin/generated2-expected.txt: |
| * platform/qt/fast/runin/generated3-expected.txt: |
| * platform/qt/fast/runin/generated4-expected.txt: |
| * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: |
| * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: |
| * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: |
| * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: |
| * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: |
| * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt: |
| * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt: |
| * platform/qt/fast/text/backslash-to-yen-sign-expected.txt: |
| * platform/qt/fast/text/fake-italic-expected.txt: |
| * platform/qt/fast/text/format-control-expected.txt: |
| * platform/qt/fast/text/international/hebrew-vowels-expected.txt: |
| * platform/qt/fast/text/international/hindi-whitespace-expected.txt: |
| * platform/qt/fast/text/international/khmer-selection-expected.txt: |
| * platform/qt/fast/text/shadow-translucent-fill-expected.txt: |
| * platform/qt/fast/text/stripNullFromText-expected.txt: |
| * platform/qt/fast/text/text-letter-spacing-expected.txt: |
| * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt: |
| * platform/qt/fast/xsl/document-function-expected.txt: |
| * platform/qt/http/tests/local/file-url-sent-as-referer-expected.txt: |
| * platform/qt/http/tests/misc/error404-expected.txt: |
| * platform/qt/http/tests/misc/frame-access-during-load-expected.txt: |
| * platform/qt/http/tests/misc/generated-content-inside-table-expected.txt: |
| * platform/qt/http/tests/misc/iframe404-expected.txt: |
| * platform/qt/http/tests/misc/location-replace-crossdomain-expected.txt: |
| * platform/qt/http/tests/uri/css-href-expected.txt: |
| * platform/qt/plugins/netscape-dom-access-expected.txt: |
| * platform/qt/plugins/qt-qwidget-plugin-expected.txt: |
| * platform/qt/printing/page-rule-in-media-query-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: |
| * platform/qt/svg/batik/text/textDecoration-expected.txt: |
| * platform/qt/svg/custom/broken-internal-references-expected.txt: |
| * platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.txt: |
| * platform/qt/svg/custom/createImageElement2-expected.txt: |
| * platform/qt/svg/custom/empty-mask-expected.txt: |
| * platform/qt/svg/custom/mask-invalidation-expected.txt: |
| * platform/qt/svg/custom/relative-sized-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt: |
| * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-inner-svg-expected.txt: |
| * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/qt/svg/custom/stroke-width-large-expected.txt: |
| * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt: |
| * platform/qt/svg/custom/text-rotated-gradient-expected.txt: |
| * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/qt/svg/custom/text-zoom-expected.txt: |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/qt/svg/filters/feColorMatrix-values-expected.txt: |
| * platform/qt/svg/filters/feComposite-expected.txt: |
| * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt: |
| * platform/qt/svg/filters/filter-on-tspan-expected.txt: |
| * platform/qt/svg/filters/filter-width-update-expected.txt: |
| * platform/qt/svg/filters/sourceAlpha-expected.txt: |
| * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: |
| * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt: |
| * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: |
| * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/qt/svg/text/selection-background-color-expected.txt: |
| * platform/qt/svg/text/selection-styles-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: |
| * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug196870-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug56201-expected.txt: |
| * platform/qt/tables/mozilla/other/slashlogo-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: |
| * platform/qt/transforms/2d/transform-fixed-container-expected.txt: |
| |
| 2010-07-27 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Add a runtime setting for interactive form validation. |
| https://bugs.webkit.org/show_bug.cgi?id=40520 |
| |
| Remove the mode-specific tests and skip tests which don't work |
| without the interactive validation feature. |
| |
| * fast/forms/interactive-validation-compat-mode-expected.txt: Removed. |
| * fast/forms/interactive-validation-compat-mode.html: Removed. |
| * fast/forms/interactive-validation-html4-expected.txt: Removed. |
| * fast/forms/interactive-validation-html4.html: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-26 Cosmin Truta <ctruta@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Some SVGs with empty <g> elements crash Chromium on Linux |
| https://bugs.webkit.org/show_bug.cgi?id=41175 |
| |
| Remove the suppression of this bug's test on Chromium. The new fix in WebKit no longer requires |
| an update in Chromium, making this test safe to expose. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix a couple of test results after r64095. |
| |
| * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: |
| * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: |
| |
| 2010-07-26 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| WebKitTestRunner needs to support layoutTestController.counterValueForElementById |
| https://bugs.webkit.org/show_bug.cgi?id=42537 |
| |
| WebKitTestRunner needs layoutTestController.markerTextForListItem |
| https://bugs.webkit.org/show_bug.cgi?id=42549 |
| |
| * platform/mac-wk2/Skipped: Removed tests that were failing due to one of the above. |
| |
| 2010-07-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Google image search results broken on pages with Flash |
| https://bugs.webkit.org/show_bug.cgi?id=43014 |
| |
| Test with overflow:hidden on empty root, and absolutely positioned elements with compositing. |
| |
| * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added. |
| * compositing/geometry/limit-layer-bounds-overflow-root.html: Added. |
| |
| 2010-07-26 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: Safari does not support ARIA mixed checkboxes |
| https://bugs.webkit.org/show_bug.cgi?id=43016 |
| |
| * platform/mac/accessibility/mixed-checkbox-expected.txt: Added. |
| * platform/mac/accessibility/mixed-checkbox.html: Added. |
| |
| 2010-07-26 Shimeng (Simon) Wang <swang@google.com> |
| |
| Reviewed by Darin Adler. |
| |
| Add android specific expected test results for auto hyphenation |
| tests. |
| |
| * platform/android: Added. |
| * platform/android/fast: Added. |
| * platform/android/fast/text: Added. |
| * platform/android/fast/text/hyphenate-character-expected.txt: Added. |
| * platform/android/fast/text/hyphens-expected.txt: Added. |
| |
| 2010-07-26 Darin Adler <darin@apple.com> |
| |
| Reviewed by Eric Carlson. |
| |
| Don’t handle empty URL attributes specially in reflection, even in cases such as <img src=""> |
| https://bugs.webkit.org/show_bug.cgi?id=42087 |
| |
| * fast/dom/URL-attribute-reflection-expected.txt: Updated. |
| * fast/dom/script-tests/URL-attribute-reflection.js: Updated test expectations so that even |
| for URLs where "" is invalid, we reflect the empty string resolved to the base URL. |
| |
| * media/video-poster-expected.txt: Updated. |
| * media/video-poster.html: Updated to expect poster="" to reflect as the base URL. |
| * media/video-source-error-no-candidate-expected.txt: Updated. |
| * media/video-src-none-expected.txt: Updated. |
| * media/video-src-none.html: Updated to expect src="" to reflect as the base URL. |
| |
| 2010-07-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Applying inline style to a text node whose parent is an inline editable root causes crash |
| https://bugs.webkit.org/show_bug.cgi?id=39989 |
| |
| Added a test to apply inline styles to a text node which is a editable root's child. |
| The test should not crash. |
| |
| Two tests require rebaseline for the editing delegates. However, the final selection is kept same. |
| |
| * editing/execCommand/hilitecolor-expected.txt: |
| * editing/style/remove-underline-from-stylesheet-expected.txt: |
| * editing/style/style-text-node-without-editable-parent-expected.txt: Added. |
| * editing/style/style-text-node-without-editable-parent.html: Added. |
| * resources/dump-as-markup.js: |
| |
| 2010-07-26 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [GTK] The EventSender should support simulating drop events |
| https://bugs.webkit.org/show_bug.cgi?id=39844 |
| |
| Unskip tests that are now passing and add baselines for new tests. Re-organize |
| remaining failures so they can be unskipped more easily in the future. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/editing/pasteboard/dataTransfer-setData-getData-expected.txt: Added. |
| * platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt: Added. |
| * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt: Added. |
| * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt: Added. |
| * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt: Added. |
| * platform/gtk/editing/selection/drag-select-1-expected.txt: Added. |
| * platform/gtk/editing/selection/drag-text-delay-expected.txt: Added. |
| * platform/gtk/fast/events/bogus-dropEffect-effectAllowed-expected.txt: Removed. |
| * platform/gtk/fast/forms/input-text-drag-down-expected.txt: Added. |
| * platform/gtk/fast/lists/drag-into-marker-expected.txt: Added. |
| |
| 2010-07-26 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations for flaky test on linux: |
| tables/mozilla_expected_failures/bugs/bug89315.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix tests on Leopard. |
| |
| No need for these Leopard-specific results any more. |
| |
| * platform/mac-leopard/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed. |
| * platform/mac-leopard/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed. |
| * platform/mac-leopard/compositing/iframes/iframe-resize-expected.txt: Removed. |
| * platform/mac-leopard/compositing/iframes/iframe-size-from-zero-expected.txt: Removed. |
| * platform/mac-leopard/compositing/iframes/overlapped-iframe-expected.txt: Removed. |
| * platform/mac-leopard/compositing/iframes/scrolling-iframe-expected.txt: Removed. |
| |
| 2010-07-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| Gmail compose is upside-down after r64054 |
| https://bugs.webkit.org/show_bug.cgi?id=43000 |
| |
| Testcase that hooks up compositing layers across the iframe boundary, and tests |
| whether the iframe contents are right way up. |
| |
| * compositing/iframes/iframe-content-flipping-expected.checksum: Added. |
| * compositing/iframes/iframe-content-flipping-expected.png: Added. |
| * compositing/iframes/iframe-content-flipping-expected.txt: Added. |
| * compositing/iframes/iframe-content-flipping.html: Added. |
| * compositing/iframes/resources/red-green-subframe.html: Added. |
| |
| 2010-07-26 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Check history state when base URL is changed |
| https://bugs.webkit.org/show_bug.cgi?id=42858 |
| |
| * fast/loader/stateobjects/replacestate-base-illegal-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-base-illegal.html: Added. |
| * fast/loader/stateobjects/replacestate-base-legal-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-base-legal.html: Added. |
| * fast/loader/stateobjects/resources/replacestate-base-pass.html: Added. |
| |
| 2010-07-26 Mark Rowe <mrowe@apple.com> |
| |
| Disable a test that was added to verify the vendor prefix change that I rolled out in r64071. |
| It can be reenabled when the vendor prefix change is reintroduced in a more limited fashion. |
| |
| * fast/css/limited-vendor-prefix-behavior.html-disabled: Renamed from LayoutTests/fast/css/limited-vendor-prefix-behavior.html. |
| |
| 2010-07-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix compositing iframe tests on Leopard. |
| |
| Add Leopard-specific results where geometry flipping causes a different test output. |
| |
| * platform/mac-leopard/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added. |
| * platform/mac-leopard/compositing/iframes/connect-compositing-iframe3-expected.txt: Added. |
| * platform/mac-leopard/compositing/iframes/iframe-resize-expected.txt: Added. |
| * platform/mac-leopard/compositing/iframes/iframe-size-from-zero-expected.txt: Added. |
| * platform/mac-leopard/compositing/iframes/overlapped-iframe-expected.txt: Added. |
| * platform/mac-leopard/compositing/iframes/scrolling-iframe-expected.txt: Added. |
| |
| 2010-07-26 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update bug number in chromium test expectations for test: |
| tables/mozilla_expected_failures/bugs/bug89315.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-26 Victor Wang <victorw@chromium.org> |
| |
| Unreviewed. Update chromium test expectations fro flaky test. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42989 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-23 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| crash in insertParagraph in a contentEditable list |
| https://bugs.webkit.org/show_bug.cgi?id=42919 |
| |
| * editing/execCommand/crash-on-enter-in-contentEditable-list-expected.txt: Added. |
| * editing/execCommand/crash-on-enter-in-contentEditable-list.html: Added. |
| |
| 2010-07-26 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Rename indexedDB tests to match new scheme |
| https://bugs.webkit.org/show_bug.cgi?id=42375 |
| |
| No changes to the tests themselves. |
| |
| * storage/indexeddb/script-tests/basics.js: Added. |
| (openCallback): |
| (test): |
| * storage/indexeddb/script-tests/database-basics.js: Added. |
| (openSuccess): |
| (test): |
| * storage/indexeddb/script-tests/idb-database-request.js: Removed. |
| * storage/indexeddb/script-tests/idb-objectstore-request.js: Removed. |
| * storage/indexeddb/script-tests/indexed-database-request.js: Removed. |
| * storage/indexeddb/script-tests/keyrange.js: Renamed from LayoutTests/storage/indexeddb/script-tests/idb-keyrange.js. |
| (checkSingleKeyRange): |
| (checkLeftBoundKeyRange): |
| (): |
| * storage/indexeddb/script-tests/objectstore-basics.js: Added. |
| (test): |
| (openSuccess): |
| (createSuccess): |
| (addSuccess): |
| (getSuccess): |
| (removeSuccess): |
| |
| 2010-07-26 Marcus Bulach <bulach@chromium.org> |
| |
| Unreviewed. Add chromium expectations for failing tests. |
| |
| tables/mozilla/other/slashlogo.html fails after r63994 |
| https://bugs.webkit.org/show_bug.cgi?id=42964 |
| |
| Adds a suppression for chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] DRT sideeffect revealed by r63657 |
| https://bugs.webkit.org/show_bug.cgi?id=42578 |
| |
| * platform/qt/Skipped: Add tests to the Skipped list until fix. |
| - http/tests/xmlhttprequest/authorization-header.html |
| - http/tests/xmlhttprequest/null-auth.php |
| |
| 2010-07-25 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Added a test that splits a text node by inserting a paragraph and applies inline style. |
| The test then ensures that the style is preserved after undos and redos. |
| |
| Also added a test in which the text node is removed by the script after undo. |
| |
| Redo fails after text node is split by SplitTextNodeCommand |
| https://bugs.webkit.org/show_bug.cgi?id=42941 |
| |
| * editing/undo/redo-split-text-node-expected.txt: Added. |
| * editing/undo/redo-split-text-node.html: Added. |
| * editing/undo/redo-split-text-with-removal-expected.txt: Added. |
| * editing/undo/redo-split-text-with-removal.html: Added. |
| |
| 2010-07-25 Darin Adler <darin@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| WebKitTestRunner needs to support layoutTestController.dumpSelectionRect |
| https://bugs.webkit.org/show_bug.cgi?id=42326 |
| |
| * platform/mac-wk2/Skipped: Removed all the tests from the list |
| that were there only because they called dumpSelectionRect. Most of |
| them pass now. |
| |
| 2010-07-23 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Eric Carlson. |
| |
| [GTK] media/media-can-play-mpeg-audio.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=42895 |
| |
| * platform/gtk/Skipped: Unskip fixed test. |
| |
| 2010-07-23 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Eric Carlson. |
| |
| LayoutTests/media/media-document-audio-size.html failure |
| https://bugs.webkit.org/show_bug.cgi?id=38376 |
| |
| * platform/gtk/Skipped: Unskip fixed test on GTK port. |
| |
| 2010-07-25 Darin Adler <darin@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Need to support unsafe access console messages in WebKitTestRunner |
| https://bugs.webkit.org/show_bug.cgi?id=42320 |
| |
| * platform/mac-wk2/Skipped: Since unsafe access console messages are |
| working properly, moved the failing tests listed under this bug to |
| other sections in the file based on the reason they are failing. |
| Removed the tests that are passing. |
| |
| 2010-07-25 Darin Adler <darin@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| WebKitTestRunner needs to support layoutTestController.keepWebHistory |
| https://bugs.webkit.org/show_bug.cgi?id=42323 |
| |
| * platform/mac-wk2/Skipped: Removed the tests that needed only keepWebHistory |
| and computedStyleIncludingVisitedInfo. Moved the other tests in the |
| keepWebHistory section of the file into the other appropriate lists. |
| |
| 2010-07-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement adjustMathMLAttributes |
| https://bugs.webkit.org/show_bug.cgi?id=42952 |
| |
| Yay test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42193 |
| Support layoutTestController.dumpEditingDelegates in WebKitTestRunner |
| |
| Step 2 - add the rest of editing delegates. |
| |
| * platform/mac-wk2/Skipped: Changed the bug tracking why the tests are skipped - the delegates |
| are now implemented, but one of them isn't called for some reason. |
| |
| 2010-07-24 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by David Kilzer. |
| |
| AX: need a layout test testing misspelled words in attributed strings |
| https://bugs.webkit.org/show_bug.cgi?id=42899 |
| |
| * platform/mac/accessibility/misspelled-attributed-string-expected.txt: Added. |
| * platform/mac/accessibility/misspelled-attributed-string.html: Added. |
| |
| 2010-07-23 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| editing/execCommand/hilitecolor.html and editing/style/remove-underline-from-stylesheet.html should be dumpAsMarkup tests |
| https://bugs.webkit.org/show_bug.cgi?id=42793 |
| |
| Converted the tests and removed the platform specific expected results. |
| |
| * editing/execCommand/hilitecolor-expected.txt: Added. |
| * editing/execCommand/hilitecolor.html: Converted. |
| * editing/style/remove-underline-from-stylesheet-expected.txt: Converted. |
| * editing/style/remove-underline-from-stylesheet.html: Converted. |
| * platform/chromium-linux/editing/execCommand/hilitecolor-expected.checksum: Removed. |
| * platform/chromium-win/editing/execCommand/hilitecolor-expected.checksum: Removed. |
| * platform/chromium-win/editing/execCommand/hilitecolor-expected.png: Removed. |
| * platform/chromium-win/editing/execCommand/hilitecolor-expected.txt: Removed. |
| * platform/mac/editing/execCommand/hilitecolor-expected.checksum: Removed. |
| * platform/mac/editing/execCommand/hilitecolor-expected.png: Removed. |
| * platform/mac/editing/execCommand/hilitecolor-expected.txt: Removed. |
| * platform/qt/editing/execCommand/hilitecolor-expected.txt: Removed. |
| |
| 2010-07-23 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Add chromium expectations for new tests. |
| |
| * platform/chromium-mac/tables/layering/paint-test-layering-1-expected.checksum: |
| * platform/chromium-mac/tables/layering/paint-test-layering-1-expected.png: |
| * platform/chromium-mac/tables/layering/paint-test-layering-2-expected.checksum: |
| * platform/chromium-mac/tables/layering/paint-test-layering-2-expected.png: |
| * platform/chromium-win/tables/layering: Added. |
| * platform/chromium-win/tables/layering/paint-test-layering-1-expected.checksum: Added. |
| * platform/chromium-win/tables/layering/paint-test-layering-1-expected.png: Added. |
| * platform/chromium-win/tables/layering/paint-test-layering-1-expected.txt: Added. |
| * platform/chromium-win/tables/layering/paint-test-layering-2-expected.checksum: Added. |
| * platform/chromium-win/tables/layering/paint-test-layering-2-expected.png: Added. |
| * platform/chromium-win/tables/layering/paint-test-layering-2-expected.txt: Added. |
| |
| 2010-07-23 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| HTML5 Parser: document.write in a asynchronous script which is specified to load before page finish blows away document |
| https://bugs.webkit.org/show_bug.cgi?id=42365 |
| |
| * http/tests/misc/write-from-dom-script-expected.txt: Added. |
| * http/tests/misc/write-from-dom-script.html: Added. |
| - Test the scenario where a script added to the DOM asynchronously |
| while the nesting level is >0. It's supposed to have its calls to |
| document.write blocked. |
| * http/tests/misc/write-while-waiting.html: |
| - Writes are only prevented from scripts that are added to the DOM. |
| Scripts that run via setTimeout do not have their writes blocked. |
| |
| 2010-07-23 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Land the expectation for win. |
| |
| Backslash isn't transcoded in <input> |
| https://bugs.webkit.org/show_bug.cgi?id=42878 |
| |
| * platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt: Added. |
| |
| 2010-07-23 fsamuel@chromium.org <fsamuel@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| Updated table painting to draw cell layers in the correct order. |
| |
| Table Cell Layering |
| https://bugs.webkit.org/show_bug.cgi?id=40775 |
| |
| * platform/chromium-linux/tables/layering/paint-test-layering-1-expected.checksum: Added. |
| * platform/chromium-linux/tables/layering/paint-test-layering-1-expected.png: Added. |
| * platform/chromium-linux/tables/layering/paint-test-layering-1-expected.txt: Added. |
| * platform/chromium-linux/tables/layering/paint-test-layering-2-expected.checksum: Added. |
| * platform/chromium-linux/tables/layering/paint-test-layering-2-expected.png: Added. |
| * platform/chromium-linux/tables/layering/paint-test-layering-2-expected.txt: Added. |
| * platform/chromium-mac/tables/layering/paint-test-layering-1-expected.checksum: Added. |
| * platform/chromium-mac/tables/layering/paint-test-layering-1-expected.png: Added. |
| * platform/chromium-mac/tables/layering/paint-test-layering-1-expected.txt: Added. |
| * platform/chromium-mac/tables/layering/paint-test-layering-2-expected.checksum: Added. |
| * platform/chromium-mac/tables/layering/paint-test-layering-2-expected.png: Added. |
| * platform/chromium-mac/tables/layering/paint-test-layering-2-expected.txt: Added. |
| * platform/gtk/tables/layering/paint-test-layering-1-expected.checksum: Added. |
| * platform/gtk/tables/layering/paint-test-layering-1-expected.png: Added. |
| * platform/gtk/tables/layering/paint-test-layering-1-expected.txt: Added. |
| * platform/gtk/tables/layering/paint-test-layering-2-expected.checksum: Added. |
| * platform/gtk/tables/layering/paint-test-layering-2-expected.png: Added. |
| * platform/gtk/tables/layering/paint-test-layering-2-expected.txt: Added. |
| * platform/mac/tables/layering/paint-test-layering-1-expected.checksum: Added. |
| * platform/mac/tables/layering/paint-test-layering-1-expected.png: Added. |
| * platform/mac/tables/layering/paint-test-layering-1-expected.txt: Added. |
| * platform/mac/tables/layering/paint-test-layering-2-expected.checksum: Added. |
| * platform/mac/tables/layering/paint-test-layering-2-expected.png: Added. |
| * platform/mac/tables/layering/paint-test-layering-2-expected.txt: Added. |
| * tables/layering/paint-test-layering-1.html: Added. |
| * tables/layering/paint-test-layering-2.html: Added. |
| |
| 2010-07-23 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; chromium test expectations fix. |
| |
| * platform/chromium-win/fast/borders/different-color-borders-expected.checksum: Added. |
| * platform/chromium-win/fast/borders/different-color-borders-expected.png: Added. |
| * platform/chromium-win/fast/borders/different-color-borders-expected.txt: Added. |
| New baseline for new test. |
| * platform/chromium/test_expectations.txt: |
| Remove passing tests from expectations. |
| |
| 2010-07-23 Hans Wennborg <hans@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Rebaseline fast/dom/prototype-inheritance.html for chromium |
| https://bugs.webkit.org/show_bug.cgi?id=42824 |
| |
| Since Chromium revision 53317, ENABLE_DEVICE_ORIENTATION is enabled, |
| which means window.DeviceOrientationEvent will show up |
| in this layout test. |
| |
| * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: |
| * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-07-23 Justin Schuh <jschuh@chromium.org> |
| |
| Unreviewed, rolling out r63925. |
| http://trac.webkit.org/changeset/63925 |
| https://bugs.webkit.org/show_bug.cgi?id=42858 |
| |
| Introduced a regression in history state. |
| |
| * fast/history/history-replace-illegal-expected.txt: Removed. |
| * fast/history/history-replace-illegal.html: Removed. |
| |
| 2010-07-23 Justin Schuh <jschuh@chromium.org> |
| |
| Unreviewed, rolling out r63959. |
| http://trac.webkit.org/changeset/63959 |
| https://bugs.webkit.org/show_bug.cgi?id=42884 |
| |
| 63925 introduced a regression and is being reverted. |
| |
| * platform/chromium-mac/fast/history/history-replace-illegal-expected.txt: Removed. |
| * platform/chromium-win/fast/history/history-replace-illegal-expected.txt: Removed. |
| |
| 2010-07-23 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| Process link elements immediately if there are no beforeload listeners. |
| https://bugs.webkit.org/show_bug.cgi?id=42859 |
| |
| Add Qt specific expected result after r63924. |
| |
| * platform/qt/http/tests/security/mixedContent: Added. |
| * platform/qt/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt: Copied from LayoutTests/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt and updated. |
| |
| 2010-07-23 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Search input field doesn't have cancel button |
| https://bugs.webkit.org/show_bug.cgi?id=42887 |
| |
| * platform/qt/Skipped: fast/forms/search-cancel-button-events.html skipped until fix. |
| |
| 2010-07-23 Marcus Bulach <bulach@chromium.org> |
| |
| Unreviewed. Adds expectations for chromium. |
| |
| [chromium] Updates baselines following changes in history (http://trac.webkit.org/changeset/63925) |
| https://bugs.webkit.org/show_bug.cgi?id=42884 |
| |
| * platform/chromium-mac/fast/history/history-replace-illegal-expected.txt: Added. |
| * platform/chromium-win/fast/history/history-replace-illegal-expected.txt: Added. |
| |
| 2010-07-22 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [chromium] Updates baselines following changes in border drawing code (http://trac.webkit.org/changeset/63864). |
| https://bugs.webkit.org/show_bug.cgi?id=42822 |
| |
| * platform/chromium-linux/fast/borders/different-color-borders-expected.checksum: Added. |
| * platform/chromium-linux/fast/borders/different-color-borders-expected.png: Added. |
| * platform/chromium-linux/fast/borders/different-color-borders-expected.txt: Added. |
| * platform/chromium-mac/fast/borders/border-radius-constraints-expected.checksum: |
| * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png: |
| * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.checksum: |
| * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum: |
| * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: |
| * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.checksum: |
| * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.checksum: |
| * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum: |
| * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.checksum: |
| * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png: |
| * platform/chromium-mac/fast/borders/different-color-borders-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/different-color-borders-expected.png: Added. |
| * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.checksum: Removed. |
| * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: |
| * platform/chromium-mac/fast/css/nested-rounded-corners-expected.checksum: Added. |
| * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png: Added. |
| * platform/chromium-mac/fast/forms/basic-selects-expected.checksum: |
| * platform/chromium-mac/fast/forms/basic-selects-expected.png: |
| * platform/chromium-mac/fast/forms/menulist-clip-expected.checksum: |
| * platform/chromium-mac/fast/forms/menulist-clip-expected.png: |
| * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.checksum: |
| * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: |
| * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.checksum: |
| * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: |
| * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.checksum: |
| * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: |
| * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.checksum: |
| * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png: |
| * platform/chromium-mac/fast/forms/menulist-style-color-expected.checksum: |
| * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: |
| * platform/chromium-mac/fast/forms/select-baseline-expected.checksum: |
| * platform/chromium-mac/fast/forms/select-baseline-expected.png: |
| * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.checksum: |
| * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png: |
| * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum: |
| * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-win-xp/fast/css/nested-rounded-corners-expected.png: Added. |
| * platform/chromium-win/fast/css/nested-rounded-corners-expected.checksum: Added. |
| * platform/chromium-win/fast/css/nested-rounded-corners-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-23 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Backslash isn't transcoded in <input> |
| https://bugs.webkit.org/show_bug.cgi?id=42878 |
| |
| * editing/selection/find-yensign-and-backslash-expected.txt: |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png: |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt: |
| |
| 2010-07-23 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Put a failing result for now. |
| |
| Backslash is transcoded into yen sign even when non japanese font is specified |
| https://bugs.webkit.org/show_bug.cgi?id=39654 |
| |
| * editing/selection/find-yensign-and-backslash-expected.txt: |
| |
| 2010-07-22 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Eric Carlson. |
| |
| media/video-duration-known-after-eos.html test is slow |
| https://bugs.webkit.org/show_bug.cgi?id=42809 |
| |
| Seek near the end of the media to speed the test up. |
| |
| * media/video-duration-known-after-eos-expected.txt: |
| * media/video-duration-known-after-eos.html: |
| |
| 2010-07-22 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Add expectations for Qt and Gtk. |
| |
| Backslash is transcoded into yen sign even when non japanese font is specified |
| https://bugs.webkit.org/show_bug.cgi?id=39654 |
| |
| * platform/gtk/fast/text/backslash-to-yen-sign-euc-expected.txt: Added. |
| * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt: Added. |
| |
| 2010-07-22 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Backslash is transcoded into yen sign even when non japanese font is specified |
| https://bugs.webkit.org/show_bug.cgi?id=39654 |
| |
| * fast/text/backslash-to-yen-sign-euc.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: Added. |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png: Added. |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt: Added. |
| |
| 2010-07-22 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| maxLength should not be applied to non-text types |
| https://bugs.webkit.org/show_bug.cgi?id=42814 |
| |
| * fast/forms/input-maxlength-unsupported-expected.txt: Added. |
| * fast/forms/input-maxlength-unsupported.html: Added. |
| * fast/forms/script-tests/input-maxlength-unsupported.js: Added. |
| |
| 2010-07-22 Cosmin Truta <ctruta@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| SVG: Temporarily disable the layout test for the bug 41175 on Leopard. |
| https://bugs.webkit.org/show_bug.cgi?id=42802 |
| |
| * platform/mac-leopard/Skipped: svg/filters/filter-empty-g.svg skipped until fix. |
| |
| 2010-07-22 John Gregg <johnnyg@google.com> |
| |
| Unreviewed; chromium test expectation change. |
| |
| fast/forms/input-file-directory-upload.html passes on windows after r63914 |
| https://bugs.webkit.org/show_bug.cgi?id=42768 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-22 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Cancel button of search input field should fire input/change events |
| https://bugs.webkit.org/show_bug.cgi?id=34393 |
| |
| * fast/forms/script-tests/search-cancel-button-events.js: Added. |
| * fast/forms/search-cancel-button-events-expected.txt: Added. |
| * fast/forms/search-cancel-button-events.html: Added. |
| |
| 2010-07-22 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| <input type=number> stepper buttons should dispatch input/change events |
| https://bugs.webkit.org/show_bug.cgi?id=42440 |
| |
| * fast/forms/input-number-events-expected.txt: Added. |
| * fast/forms/input-number-events.html: Added. |
| * fast/forms/script-tests/input-number-events.js: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-22 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make history state methods validate against document URL |
| https://bugs.webkit.org/show_bug.cgi?id=42858 |
| |
| * fast/history/history-replace-illegal-expected.txt: Added. |
| * fast/history/history-replace-illegal.html: Added. |
| |
| 2010-07-22 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Joseph Pecoraro. |
| |
| Web Inspector: test that inspector will log syntax error in console without crashing |
| https://bugs.webkit.org/show_bug.cgi?id=42831 |
| |
| * inspector/console-log-syntax-error-expected.txt: Added. |
| * inspector/console-log-syntax-error.html: Added. |
| * inspector/resources/syntax-error.js: Added. |
| * platform/chromium/inspector/console-log-syntax-error-expected.txt: Added. |
| |
| 2010-07-22 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] QtWebKit needs public API for Notifications. |
| https://bugs.webkit.org/show_bug.cgi?id=41413 |
| |
| Add a DRT API to set a flag so that notification requests are ignored, |
| and add a test for cancelling a pending notification request. |
| New API and test are disabled for Chromium port. |
| |
| * fast/notifications/notifications-cancel-request-permission-expected.txt: Added. |
| * fast/notifications/notifications-cancel-request-permission.html: Added. |
| * fast/notifications/resources: Added. |
| * fast/notifications/resources/notifications-cancel-request-permission.html: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-22 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| [Windows] Home hey doesn't work in first DIV inside a TABLE |
| https://bugs.webkit.org/show_bug.cgi?id=42767 |
| |
| Added a test to move caret backwards to the line boundary inside a content-editable div |
| inside a non-editable table. |
| |
| * editing/selection/home-inside-noneditable-table-expected.txt: Added. |
| * editing/selection/home-inside-noneditable-table.html: Added. |
| * resources/dump-as-markup.js: Modified to support multiple calls to dump |
| (Markup.dump.get if): |
| (Markup.dump): |
| (Markup.notifyDone): |
| |
| 2010-07-22 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Simplify some tests, and make sure db.changeVersion()'s third parameter is optional. |
| https://bugs.webkit.org/show_bug.cgi?id=42787 |
| |
| * fast/workers/storage/resources/change-version-sync-1.js: |
| * fast/workers/storage/resources/change-version-sync-2.js: |
| * storage/change-version.html: |
| |
| 2010-07-22 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; test expectations fix. |
| |
| * platform/chromium/test_expectations.txt: |
| Updated expectations to match reality on the bots. |
| |
| 2010-07-22 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| WebKitTestRunner needs to support layoutTestController.dumpChildFramesAsText |
| https://bugs.webkit.org/show_bug.cgi?id=42325 |
| |
| * platform/mac-wk2/Skipped: Removed a duplicate and sorted lists of tests. |
| Added some tests to the pasteboard list. Removed the tests from the |
| dumpChildFramesAsText list that now pass, and moved others to other lists. |
| |
| 2010-07-22 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add platform specific expected results for tests introduced in r62200. |
| |
| * platform/qt/fast/borders/border-radius-circle-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-circle-expected.txt. |
| * platform/qt/fast/borders/border-radius-groove-01-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-groove-01-expected.txt. |
| * platform/qt/fast/borders/border-radius-groove-02-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-groove-02-expected.txt. |
| * platform/qt/fast/borders/border-radius-groove-03-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-groove-03-expected.txt. |
| * platform/qt/fast/borders/border-radius-wide-border-01-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-01-expected.txt. |
| * platform/qt/fast/borders/border-radius-wide-border-02-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-02-expected.txt. |
| * platform/qt/fast/borders/border-radius-wide-border-03-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-03-expected.txt. |
| * platform/qt/fast/borders/border-radius-wide-border-04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/border-radius-wide-border-04-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDashed04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDashed04-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDashed05-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDashed05-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDashed06-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDashed06-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDotted04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDotted04-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDotted05-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDotted05-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDotted06-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDotted06-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDouble04-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble04-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDouble05-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble05-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDouble06-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble06-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDouble07-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble07-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDouble08-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble08-expected.txt. |
| * platform/qt/fast/borders/borderRadiusDouble09-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/borderRadiusDouble09-expected.txt. |
| * platform/qt/fast/borders/different-color-borders-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/different-color-borders-expected.txt and updated. |
| |
| 2010-07-22 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] REGRESSION(63862): animations/play-state.html fails intermittently |
| https://bugs.webkit.org/show_bug.cgi?id=42821 |
| |
| * platform/qt/Skipped: animations/play-state.html skipped until fix. |
| |
| 2010-07-22 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Rename method for CSS rule source range retrieval and fix return object format |
| https://bugs.webkit.org/show_bug.cgi?id=42379 |
| |
| * inspector/styles-source-offsets.html: |
| |
| 2010-07-22 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change |
| https://bugs.webkit.org/show_bug.cgi?id=42244 |
| |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop.html: Added. |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-height-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-result-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-width-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-x-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-y-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop.js: Added. |
| (executeTest): |
| |
| 2010-07-22 Kent Hansen <kent.hansen@nokia.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Error properties of the Global Object are missing the DontEnum attribute |
| https://bugs.webkit.org/show_bug.cgi?id=28771 |
| |
| Update expected results for tests that now pass. |
| |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3-expected.txt: |
| |
| 2010-07-22 Kent Hansen <kent.hansen@nokia.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Improve coverage of fast/dom/prototype-inheritance test |
| https://bugs.webkit.org/show_bug.cgi?id=42354 |
| |
| Use Object.getOwnPropertyNames rather than for..in to enumerate |
| the window object's properties, so that non-enumerable (ECMA) |
| properties are covered as well. |
| |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/dom/script-tests/prototype-inheritance.js: |
| (propertiesOnObject): |
| * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: |
| * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-07-21 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| WebKitTestRunner needs layoutTestController.dumpChildFrameScrollPositions |
| https://bugs.webkit.org/show_bug.cgi?id=42548 |
| |
| * platform/mac-wk2/Skipped: Moved some tests into the correct section |
| now that dumpChildFrameScrollPositions is no longer the reason they |
| fail. Removed now-passing test. Resorted some of the tests. |
| |
| 2010-07-21 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Assertion failure by changing the type of an input element with a |
| non-number value to 'range'. |
| https://bugs.webkit.org/show_bug.cgi?id=42643 |
| |
| * fast/forms/input-value-sanitization-expected.txt: Added. |
| * fast/forms/input-value-sanitization.html: Added. |
| * fast/forms/script-tests/input-value-sanitization.js: Added. |
| |
| 2010-07-21 Justin Schuh <jschuh@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Added platform test to account for qt's xml parser |
| |
| * platform/qt/svg/custom/use-invalid-html-expected.txt: Added. |
| |
| 2010-07-21 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| dumpAsMarkup test conversion: create-list-from-range-selection.html and insert-list-empty-div.html |
| https://bugs.webkit.org/show_bug.cgi?id=42608 |
| |
| Converted the tests and removed the platform specific expected results. |
| |
| * editing/execCommand/create-list-from-range-selection-expected.txt: Added. |
| * editing/execCommand/create-list-from-range-selection.html: Use dumpAsMarkup |
| * editing/execCommand/insert-list-empty-div-expected.txt: Added. |
| * editing/execCommand/insert-list-empty-div.html: Use dumpAsMarkup |
| * platform/chromium-linux/editing/execCommand/create-list-from-range-selection-expected.checksum: Removed. |
| * platform/chromium-linux/editing/execCommand/create-list-from-range-selection-expected.png: Removed. |
| * platform/chromium-linux/editing/execCommand/insert-list-empty-div-expected.checksum: Removed. |
| * platform/chromium-win/editing/execCommand/create-list-from-range-selection-expected.checksum: Removed. |
| * platform/chromium-win/editing/execCommand/create-list-from-range-selection-expected.png: Removed. |
| * platform/chromium-win/editing/execCommand/create-list-from-range-selection-expected.txt: Removed. |
| * platform/chromium-win/editing/execCommand/insert-list-empty-div-expected.checksum: Removed. |
| * platform/chromium-win/editing/execCommand/insert-list-empty-div-expected.png: Removed. |
| * platform/chromium-win/editing/execCommand/insert-list-empty-div-expected.txt: Removed. |
| * platform/gtk/editing/execCommand/insert-list-empty-div-expected.txt: Removed. |
| * platform/mac/editing/execCommand/create-list-from-range-selection-expected.checksum: Removed. |
| * platform/mac/editing/execCommand/create-list-from-range-selection-expected.png: Removed. |
| * platform/mac/editing/execCommand/create-list-from-range-selection-expected.txt: Removed. |
| * platform/mac/editing/execCommand/insert-list-empty-div-expected.checksum: Removed. |
| * platform/mac/editing/execCommand/insert-list-empty-div-expected.png: Removed. |
| * platform/mac/editing/execCommand/insert-list-empty-div-expected.txt: Removed. |
| * platform/qt/editing/execCommand/create-list-from-range-selection-expected.txt: Removed. |
| * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt: Removed. |
| * resources/dump-as-markup.js: Added setNodeToDump. |
| (Markup.setNodeToDump): |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| incorrect tabindex parsing |
| https://bugs.webkit.org/show_bug.cgi?id=21076 |
| |
| Add a test showing that our parsing of unquoted attributes in |
| self-closing tags complies with the spec. |
| |
| * html5lib/resources/webkit02.dat: Added. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Let's pass the doctype01.dat tests again, please |
| https://bugs.webkit.org/show_bug.cgi?id=42794 |
| |
| The upstream results check the publicId and the systemId, so we need to |
| make dom2string smarter and print them. |
| |
| * html5lib/resources/dom2string.js: |
| (dom2string): |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement spec changes for basefont and bgsound |
| https://bugs.webkit.org/show_bug.cgi?id=42792 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Update a list of tags to match changes in the HTML5 spec |
| https://bugs.webkit.org/show_bug.cgi?id=42791 |
| |
| Testing makes perfect. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| HTMLTreeBuilder needs to update to match new spec behavior for <button> |
| https://bugs.webkit.org/show_bug.cgi?id=42233 |
| |
| Test progression. There's one regression mixed in here. I'll |
| investigate in the next patch. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-21 Justin Schuh <jschuh@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Removed comment element for test added with: |
| http://trac.webkit.org/changeset/63865 |
| |
| * svg/custom/use-invalid-html-expected.txt: |
| * svg/custom/use-invalid-html.xhtml: |
| |
| 2010-07-21 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| WebKitTestRunner needs to support dumping of scroll position |
| https://bugs.webkit.org/show_bug.cgi?id=42514 |
| |
| * platform/mac-wk2/Skipped: Removed now-passing tests from |
| skipped list and moved one miscategorized test. |
| |
| 2010-07-21 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Oliver Hunt. |
| |
| Prevent DeleteButtonController enable state from changing when not editing |
| https://bugs.webkit.org/show_bug.cgi?id=42659 |
| |
| * svg/custom/use-invalid-html-expected.txt: Added. |
| * svg/custom/use-invalid-html.xhtml: Added. |
| |
| 2010-07-21 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Some of these layout tests are updated results from the fix for |
| https://bugs.webkit.org/show_bug.cgi?id=42605 New border- |
| radius path-based drawing code has some issues with corner-joins. |
| The others have been in need of an update since |
| https://bugs.webkit.org/show_bug.cgi?id=9197 , but since the |
| differences were only detectable visually and with a pixel-text |
| tolerance of 0 (not the default), they slipped under the rug until |
| now. |
| |
| New test: |
| * fast/borders/different-color-borders.html: Added. |
| * platform/mac/fast/borders/border-radius-circle-expected.checksum: |
| * platform/mac/fast/borders/border-radius-circle-expected.png: |
| |
| * platform/mac/fast/borders/border-radius-constraints-expected.checksum: |
| * platform/mac/fast/borders/border-radius-constraints-expected.png: |
| * platform/mac/fast/borders/border-radius-groove-01-expected.checksum: |
| * platform/mac/fast/borders/border-radius-groove-01-expected.png: |
| * platform/mac/fast/borders/border-radius-groove-02-expected.checksum: |
| * platform/mac/fast/borders/border-radius-groove-02-expected.png: |
| * platform/mac/fast/borders/border-radius-groove-03-expected.checksum: |
| * platform/mac/fast/borders/border-radius-groove-03-expected.png: |
| * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum: |
| * platform/mac/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/mac/fast/borders/border-radius-wide-border-02-expected.checksum: |
| * platform/mac/fast/borders/border-radius-wide-border-02-expected.png: |
| * platform/mac/fast/borders/border-radius-wide-border-03-expected.checksum: |
| * platform/mac/fast/borders/border-radius-wide-border-03-expected.png: |
| * platform/mac/fast/borders/border-radius-wide-border-04-expected.checksum: |
| * platform/mac/fast/borders/border-radius-wide-border-04-expected.png: |
| * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/mac/fast/borders/borderRadiusArcs01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusArcs01-expected.png: |
| * platform/mac/fast/borders/borderRadiusDashed01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDashed01-expected.png: |
| * platform/mac/fast/borders/borderRadiusDashed02-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDashed02-expected.png: |
| * platform/mac/fast/borders/borderRadiusDashed03-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDashed03-expected.png: |
| * platform/mac/fast/borders/borderRadiusDashed04-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDashed04-expected.png: |
| * platform/mac/fast/borders/borderRadiusDotted02-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDotted02-expected.png: |
| * platform/mac/fast/borders/borderRadiusDotted03-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDotted03-expected.png: |
| * platform/mac/fast/borders/borderRadiusDotted04-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDotted04-expected.png: |
| * platform/mac/fast/borders/borderRadiusDotted06-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDotted06-expected.png: |
| * platform/mac/fast/borders/borderRadiusDouble01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDouble01-expected.png: |
| * platform/mac/fast/borders/borderRadiusDouble02-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDouble02-expected.png: |
| * platform/mac/fast/borders/borderRadiusDouble03-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDouble03-expected.png: |
| * platform/mac/fast/borders/borderRadiusDouble05-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDouble05-expected.png: |
| * platform/mac/fast/borders/borderRadiusDouble06-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDouble06-expected.png: |
| * platform/mac/fast/borders/borderRadiusDouble08-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDouble08-expected.png: |
| * platform/mac/fast/borders/borderRadiusGroove01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusGroove01-expected.png: |
| * platform/mac/fast/borders/borderRadiusGroove02-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusGroove02-expected.png: |
| * platform/mac/fast/borders/borderRadiusInset01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusInset01-expected.png: |
| * platform/mac/fast/borders/borderRadiusInvalidColor-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png: |
| * platform/mac/fast/borders/borderRadiusOutset01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusOutset01-expected.png: |
| * platform/mac/fast/borders/borderRadiusRidge01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusRidge01-expected.png: |
| * platform/mac/fast/borders/borderRadiusSolid01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusSolid01-expected.png: |
| * platform/mac/fast/borders/borderRadiusSolid02-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusSolid02-expected.png: |
| * platform/mac/fast/borders/borderRadiusSolid03-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusSolid03-expected.png: |
| * platform/mac/fast/borders/borderRadiusSolid04-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusSolid04-expected.png: |
| * platform/mac/fast/borders/different-color-borders-expected.checksum: Added. |
| * platform/mac/fast/borders/different-color-borders-expected.png: Added. |
| * platform/mac/fast/borders/different-color-borders-expected.txt: Added. |
| * platform/mac/fast/borders/fieldsetBorderRadius-expected.checksum: |
| * platform/mac/fast/borders/fieldsetBorderRadius-expected.png: |
| |
| 2010-07-21 Peter Beverloo <peter@lvp-media.com> |
| |
| Reviewed by Darin Adler. |
| |
| Updated six more layout tests from -khtml to -webkit |
| https://bugs.webkit.org/show_bug.cgi?id=42788 |
| |
| This is a follow up to r63854 and r63857 |
| |
| * css3/khtml-background-size-0x0-bmp.html: |
| * editing/deleting/delete-3959464-fix.html: |
| * editing/deleting/delete-and-undo.html: |
| * editing/deleting/delete-at-paragraph-boundaries-001.html: |
| * editing/deleting/delete-at-paragraph-boundaries-002.html: |
| * editing/deleting/delete-at-paragraph-boundaries-003.html: |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Skip html5lib/runner.html on these platforms because the |
| <keygen> element creates a different DOM. I need to |
| investigate why they're getting a different DOM, but I don't |
| have time to do that right now. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Pull HTML5lib test suite from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=42776 |
| |
| Grab a bunch of new tests from html5lib upstream. Also, upstream |
| tweaked some of our tests, so I've updated our tests to match the |
| upstream tweaks. |
| |
| * html5lib/resources/adoption01.dat: |
| * html5lib/resources/doctype01.dat: |
| * html5lib/resources/scripted/adoption01.dat: Added. |
| * html5lib/resources/scripted/webkit01.dat: Added. |
| * html5lib/resources/tests1.dat: |
| * html5lib/resources/tests17.dat: Added. |
| * html5lib/resources/tests18.dat: Added. |
| * html5lib/resources/tests19.dat: Added. |
| * html5lib/resources/tests2.dat: |
| * html5lib/resources/tests20.dat: Added. |
| * html5lib/resources/tricky01.dat: |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| * html5lib/webkit-resumer-expected.txt: |
| |
| 2010-07-21 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| convert more layout tests from -khtml to -webkit |
| https://bugs.webkit.org/show_bug.cgi?id=42786 |
| |
| This is a follow up to r63854. |
| |
| * fast/backgrounds/size/backgroundSize02.html: |
| * fast/backgrounds/size/backgroundSize03.html: |
| * fast/backgrounds/size/backgroundSize04.html: |
| * fast/backgrounds/size/backgroundSize05.html: |
| * fast/backgrounds/size/backgroundSize06.html: |
| * fast/backgrounds/size/backgroundSize07.html: |
| * fast/backgrounds/size/backgroundSize08.html: |
| * fast/backgrounds/size/backgroundSize09.html: |
| * fast/backgrounds/size/backgroundSize10.html: |
| * fast/backgrounds/size/backgroundSize11.html: |
| * fast/backgrounds/size/backgroundSize12.html: |
| * fast/backgrounds/size/backgroundSize13.html: |
| * fast/backgrounds/size/backgroundSize14.html: |
| * fast/backgrounds/size/backgroundSize15.html: |
| |
| 2010-07-21 Peter Beverloo <peter@lvp-media.com> |
| |
| Reviewed by Eric Carlson. |
| |
| Removed support for the -khtml CSS vendor prefix and limit the |
| -apple prefix to two properties (dashboard-region and line-clamp). |
| |
| Listed properties in these updated have been changed to -webkit. |
| |
| * fast/block/positioning/height-change.html: -apple-box |
| * fast/block/positioning/resources/window-height-change-frame-flex.html: -apple-box |
| * fast/borders/border-image-omit-right-slice.html: -khtml-border-image |
| * fast/css/apple-prefix.html: -khtml-box-orient |
| * fast/css/legacy-opacity-styles-expected.txt: -*-opacity |
| * fast/css/legacy-opacity-styles.html: -*-opacity |
| * fast/css/limited-vendor-prefix-behavior-expected.txt: Added. |
| * fast/css/limited-vendor-prefix-behavior.html: Added. |
| * fast/flexbox/001.html: -khtml-box-flex |
| * fast/flexbox/002.html: -khtml-box, -khtml-box-align, -khtml-box-orient |
| * fast/flexbox/003.html: -khtml-box, -khtml-box-align, -khtml-box-orient |
| * fast/flexbox/004.html: -khtml-box |
| * fast/flexbox/005.html: -khtml-box |
| * fast/flexbox/006.html: -khtml-box |
| * fast/flexbox/007.html: -khtml-box |
| * fast/flexbox/008.html: -khtml-box |
| * fast/flexbox/009.html: -khtml-box |
| * fast/flexbox/010.html: -khtml-box |
| * fast/flexbox/011.html: -khtml-box, -khtml-box-flex |
| * fast/flexbox/012.html: -khtml-box, -khtml-box-orient, -khtml-box-align |
| * fast/flexbox/013.html: -khtml-box, -khtml-box-flex |
| * fast/flexbox/014.html: -khtml-box, -khtml-box-orient, -khtml-box-flex |
| * fast/flexbox/015.html: -khtml-box, -khtml-box-flex, -khtml-box-flex |
| * fast/flexbox/016.html: -khtml-box-flex, -khtml-box, -khtml-box-orient |
| * fast/flexbox/017.html: -khtml-box, -khtml-box-orient, -webkit-box-pack, -khtml-box-direction |
| * fast/flexbox/018.html: -khtml-box, -khtml-box-orient, -khtml-box-pack |
| * fast/flexbox/019.html: -khtml-box, -khtml-box-pack, -khtml-box-orient |
| * fast/flexbox/020.html: -khtml-box, -khtml-box-flex-group, -khtml-box-flex |
| * fast/flexbox/021.html: -khtml-box, -khtml-box-flex |
| * fast/flexbox/022.html: -khtml-box, -khtml-box-flex |
| * fast/flexbox/023.html: -khtml-box |
| * fast/flexbox/024.html: -khtml-box, -khtml-box-orient |
| * fast/flexbox/025.html: -khtml-box, -khtml-box-flex |
| * fast/flexbox/026.html: -khtml-box, -khtml-box-flex |
| * fast/flexbox/child-flexing.html: -khtml-box, -khtml-box-align, -khtml-box-orient |
| * fast/repaint/flexible-box-overflow-horizontal.html: -khtml-box, -khtml-box-align, -khtml-box-orient |
| * fast/repaint/flexible-box-overflow.html: -khtml-box, -khtml-box-align, -khtml-box-orient |
| |
| 2010-07-21 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Anders Carlsson. |
| |
| Patch for https://bugs.webkit.org/show_bug.cgi?id=42539 |
| WebKitTestRunner needs to support printing ALERT, PROMPT and CONFIRM messages |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-21 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, updating chromium test expectations. |
| |
| Remove expectations for tests that were moved to platform/mac in r63616. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-21 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, updating chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: Marking remember-bad-password.html and |
| 401-logout.php as failing. |
| |
| 2010-07-21 Alexey Proskuryakov <ap@apple.com> |
| |
| Unreviewed. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42717 |
| <rdar://problem/7062824> A wrong password entered for site or proxy auth remains in WebCore |
| credential storage, and is sent with subsequent requests |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| Skip the new tests, they don't pass. |
| |
| 2010-07-20 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42717 |
| <rdar://problem/7062824> A wrong password entered for site or proxy auth remains in WebCore |
| credential storage, and is sent with subsequent requests |
| |
| Adding tests with and without XMLHttpRequest. |
| |
| * http/tests/security/401-logout: Added. |
| * http/tests/security/401-logout/401-logout-expected.txt: Added. |
| * http/tests/security/401-logout/401-logout.php: Added. |
| * http/tests/xmlhttprequest/remember-bad-password-expected.txt: Added. |
| * http/tests/xmlhttprequest/remember-bad-password.html: Added. |
| * http/tests/xmlhttprequest/resources/remember-bad-password: Added. |
| * http/tests/xmlhttprequest/resources/remember-bad-password/count-failures.php: Added. |
| |
| 2010-07-20 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| CSS rotation transform can cause elements with certain styles to vanish during rotation. |
| https://bugs.webkit.org/show_bug.cgi?id=42579 |
| |
| Testcase with a composited, zero-size element with a thick border. |
| |
| * compositing/overflow/zero-size-overflow-expected.checksum: Added. |
| * compositing/overflow/zero-size-overflow-expected.png: Added. |
| * compositing/overflow/zero-size-overflow-expected.txt: Added. |
| * compositing/overflow/zero-size-overflow.html: Added. |
| |
| 2010-07-21 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] DRT sideeffect revealed by r63657 |
| https://bugs.webkit.org/show_bug.cgi?id=42578 |
| |
| * platform/qt/Skipped: Unskip tests. |
| |
| 2010-07-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| <input> elements with no type attribute should be foster parented |
| https://bugs.webkit.org/show_bug.cgi?id=42725 |
| |
| Test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-21 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: inspector/debugger-pause-in-eval-script.html fails on Chromium Win |
| https://bugs.webkit.org/show_bug.cgi?id=42735 |
| |
| * inspector/debugger-pause-in-eval-script.html: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-21 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change |
| https://bugs.webkit.org/show_bug.cgi?id=42244 |
| |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-height-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-width-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-x-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-dom-y-attr.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-height-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-width-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-x-prop.html: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFilterElement-svgdom-y-prop.html: Added. |
| * svg/dynamic-updates/script-tests/SVGFilterElement-dom-filterRes-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-dom-filterUnits-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-dom-height-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-dom-primitiveUnits-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-dom-width-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-dom-x-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-dom-y-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-filterRes-call.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-filterResX-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-filterResY-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-filterUnits-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-height-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-primitiveUnits-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-width-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-x-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFilterElement-svgdom-y-prop.js: Added. |
| (executeTest): |
| |
| 2010-07-20 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Steve Block. |
| |
| Touch events do not affect the :active CSS state |
| https://bugs.webkit.org/show_bug.cgi?id=39493 |
| |
| * fast/events/touch/touch-active-state-expected.txt: Added. |
| * fast/events/touch/touch-active-state.html: Added. |
| |
| 2010-07-20 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| console.assert should include stack trace with line numbers. |
| https://bugs.webkit.org/show_bug.cgi?id=22556 |
| |
| * inspector/console-assert-expected.txt: Added. |
| * inspector/console-assert.html: Added. |
| |
| 2010-07-20 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Update expected results for a "tricky" test |
| https://bugs.webkit.org/show_bug.cgi?id=42604 |
| |
| Originally, I created these expectations using Minefield. However, it |
| appears that Minefield parses this case incorrectly according to the |
| spec. I've filed <https://bugzilla.mozilla.org/show_bug.cgi?id=580091>. |
| |
| This patch updates our expected results to what I believe is correct. |
| |
| * html5lib/resources/tricky01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-20 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Include attributes when reconstructing elements in HTML5 tree builder |
| https://bugs.webkit.org/show_bug.cgi?id=42594 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-20 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, chromium test expectation. |
| |
| [chromium] put back baseline for http/tests/inspector/resource-parameters.html |
| https://bugs.webkit.org/show_bug.cgi?id=42720 |
| |
| r63791 put in a failing baseline for webkit win, but chromium-win |
| falls back to webkit win before the result next to the test file. |
| Just put another copy in chromium-win of the original expected |
| results. |
| |
| * platform/chromium/http/tests/inspector/resource-parameters-expected.txt: Copied from LayoutTests/http/tests/inspector/resource-parameters-expected.txt. |
| |
| 2010-07-20 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Sam Weinig. |
| |
| Import HTML5 parsing tests from html5test.com |
| https://bugs.webkit.org/show_bug.cgi?id=42713 |
| |
| * html5lib/resources/html5test-com.dat: Added. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-07-20 Gavin Peters <gavinp@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| prefetch categorization is exactly wrong |
| https://bugs.webkit.org/show_bug.cgi?id=42651 |
| |
| The miscategorization caused onloads to issue early, so you see x, |
| y as 0, 0 in the buggy version. |
| |
| * fast/dom/HTMLLinkElement/onload-completion-test-expected.txt: Added. |
| * fast/dom/HTMLLinkElement/onload-completion-test.html: Added. |
| * fast/dom/HTMLLinkElement/resources: Added. |
| * fast/dom/HTMLLinkElement/resources/nick.jpg: Added. |
| |
| 2010-07-20 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Adam Roben. |
| |
| Land failing results for http/tests/inspector/resource-parameters.html. It has been |
| failing for a while. Fixing these results is being tracked by |
| <https://bugs.webkit.org/show_bug.cgi?id=42718>. |
| |
| * platform/win/http/tests/inspector: Added. |
| * platform/win/http/tests/inspector/resource-parameters-expected.txt: Added. |
| |
| 2010-07-20 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Add a few more items to the WebKit2 skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=42712 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-20 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| make dump-as-markup work better on subframes and allow dumping a subtree |
| https://bugs.webkit.org/show_bug.cgi?id=42673 |
| |
| * editing/selection/dump-as-markup-expected.txt: |
| * editing/selection/dump-as-markup.html: |
| * resources/dump-as-markup.js: |
| (Markup.description): |
| (Markup._getSelectionFromNode): |
| (Markup._getMarkupForTextNode): |
| (Markup._getSelectionMarker): |
| |
| 2010-07-20 Daniel Erat <derat@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Subpixel rendering always disabled for Chromium Linux |
| https://bugs.webkit.org/show_bug.cgi?id=42220 |
| |
| Layout test addition to check that Chromium Linux honors fontconfig |
| settings enabling or disabling subpixel rendering per-strike. |
| |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.txt: |
| * platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html: |
| |
| 2010-07-20 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| CrashTracer: [USER] 300 crashes in Safari at com.apple.WebCore: WebCore::AccessibilityTable::isTableExposableThroughAccessibility + 573 |
| https://bugs.webkit.org/show_bug.cgi?id=42652 |
| |
| * accessibility/updating-attribute-in-table-causes-crash-expected.txt: Added. |
| * accessibility/updating-attribute-in-table-causes-crash.html: Added. |
| |
| 2010-07-20 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| Tests that applying an editing command on a non text node does not |
| result in crash. |
| https://bugs.webkit.org/show_bug.cgi?id=42655 |
| |
| * editing/execCommand/editing-nontext-node-crash-expected.txt: Added. |
| * editing/execCommand/editing-nontext-node-crash.xhtml: Added. |
| |
| 2010-07-20 Leo Yang <leo.yang@torchmobile.com.cn> |
| |
| Reviewed by David Hyatt. |
| |
| Test case to verify https://bugs.webkit.org/show_bug.cgi?id=41375. |
| Test passes if expected result occurs without crash. |
| https://bugs.webkit.org/show_bug.cgi?id=41375. |
| |
| * fast/runin/crash-when-reparent-sibling-expected.txt: Added. |
| * fast/runin/crash-when-reparent-sibling.html: Added. |
| |
| 2010-07-20 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Brady Eidson. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41531 |
| Asynchronous cross origin XMLHttpRequest doesn't expose 401 response when withCredentials is false |
| |
| https://bugs.webkit.org/show_bug.cgi?id=30669 |
| http/tests/xmlhttprequest/cross-origin-no-authorization.html has missing "DONE" in one branch |
| |
| * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt: |
| * http/tests/xmlhttprequest/cross-origin-no-authorization.html: |
| Updated for new results, added the missing "DONE". |
| |
| * http/tests/xmlhttprequest/cross-origin-no-credential-prompt.html: Added. |
| * http/tests/xmlhttprequest/cross-origin-no-credential-prompt-expected.txt: Added. |
| Check that despite these changes, there is still no auth dialog displayed. |
| |
| 2010-07-20 Joseph Pecoraro <joepeck@webkit.org> |
| |
| Reviewed by Geoffrey Garen. |
| |
| WebScriptObject Should Allow Safely Checking For Key Existence |
| https://bugs.webkit.org/show_bug.cgi?id=42613 |
| |
| * platform/mac/fast/objc/script-tests/TEMPLATE.html: Added. |
| * platform/mac/fast/objc/script-tests/webScriptObject-hasWebScriptKey.js: Added. |
| * platform/mac/fast/objc/webScriptObject-hasWebScriptKey-expected.txt: Added. |
| * platform/mac/fast/objc/webScriptObject-hasWebScriptKey.html: Added. |
| |
| 2010-07-20 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; pixel test results fix. |
| |
| Updated pixel test results after r63721. |
| |
| * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/control-points-for-S-and-T-expected.checksum: |
| * platform/chromium-linux/svg/custom/path-getTotalLength-expected.txt: Removed. |
| * platform/chromium-linux/svg/custom/relative-sized-use-on-symbol-expected.checksum: |
| * platform/chromium-linux/svg/custom/relative-sized-use-on-symbol-expected.png: |
| * platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added. |
| * platform/chromium-linux/svg/dom: Added. |
| * platform/chromium-linux/svg/dom/path-parser-expected.txt: Added. |
| * platform/chromium-linux/svg/hixie/perf/001-expected.txt: |
| * platform/chromium-linux/svg/hixie/perf/002-expected.txt: |
| * platform/chromium-linux/svg/hixie/perf/007-expected.checksum: |
| * platform/chromium-linux/svg/hixie/perf/007-expected.png: |
| * platform/chromium-linux/svg/hixie/perf/007-expected.txt: |
| * platform/chromium-mac/fast/backgrounds/svg-as-background-5-expected.checksum: Removed. |
| * platform/chromium-win/fast/backgrounds/svg-as-background-5-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/svg-as-background-5-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: |
| * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum: |
| * platform/chromium-win/svg/batik/text/textEffect3-expected.png: |
| * platform/chromium-win/svg/custom/control-points-for-S-and-T-expected.checksum: |
| * platform/chromium-win/svg/custom/control-points-for-S-and-T-expected.png: |
| * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/chromium-win/svg/hixie/perf/001-expected.txt: |
| * platform/chromium-win/svg/hixie/perf/002-expected.txt: |
| * platform/chromium-win/svg/hixie/perf/007-expected.checksum: |
| * platform/chromium-win/svg/hixie/perf/007-expected.png: |
| * platform/chromium-win/svg/hixie/perf/007-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: |
| * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: |
| * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: |
| * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: |
| * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: |
| * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: |
| |
| 2010-07-20 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Move the canvas security tests to http tests to simulate remote host |
| access and then pass the tests. Remove them from Mac and Qt's skipped files. |
| https://bugs.webkit.org/show_bug.cgi?id=41279 |
| |
| * canvas/philip/tests/security.drawImage.canvas-expected.txt: Removed. |
| * canvas/philip/tests/security.drawImage.canvas.html: Removed. |
| * canvas/philip/tests/security.drawImage.image-expected.txt: Removed. |
| * canvas/philip/tests/security.drawImage.image.html: Removed. |
| * canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt: Removed. |
| * canvas/philip/tests/security.pattern.canvas.fillStyle.html: Removed. |
| * canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt: Removed. |
| * canvas/philip/tests/security.pattern.canvas.strokeStyle.html: Removed. |
| * canvas/philip/tests/security.pattern.canvas.timing-expected.txt: Removed. |
| * canvas/philip/tests/security.pattern.canvas.timing.html: Removed. |
| * canvas/philip/tests/security.pattern.create-expected.txt: Removed. |
| * canvas/philip/tests/security.pattern.create.html: Removed. |
| * canvas/philip/tests/security.pattern.cross-expected.txt: Removed. |
| * canvas/philip/tests/security.pattern.cross.html: Removed. |
| * canvas/philip/tests/security.pattern.image.fillStyle-expected.txt: Removed. |
| * canvas/philip/tests/security.pattern.image.fillStyle.html: Removed. |
| * canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt: Removed. |
| * canvas/philip/tests/security.pattern.image.strokeStyle.html: Removed. |
| * canvas/philip/tests/security.reset-expected.txt: Removed. |
| * canvas/philip/tests/security.reset.html: Removed. |
| * http/tests/canvas: Added. |
| * http/tests/canvas/philip: Added. |
| * http/tests/canvas/philip/images: Added. |
| * http/tests/canvas/philip/images/yellow.png: Added. |
| * http/tests/canvas/philip/tests: Added. |
| * http/tests/canvas/philip/tests.css: Added. |
| * http/tests/canvas/philip/tests/security.drawImage.canvas-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.drawImage.canvas-expected.txt. |
| * http/tests/canvas/philip/tests/security.drawImage.canvas.html: Copied from LayoutTests/canvas/philip/tests/security.drawImage.canvas.html. |
| * http/tests/canvas/philip/tests/security.drawImage.image-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.drawImage.image-expected.txt. |
| * http/tests/canvas/philip/tests/security.drawImage.image.html: Copied from LayoutTests/canvas/philip/tests/security.drawImage.image.html. |
| * http/tests/canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt. |
| * http/tests/canvas/philip/tests/security.pattern.canvas.fillStyle.html: Copied from LayoutTests/canvas/philip/tests/security.pattern.canvas.fillStyle.html. |
| * http/tests/canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt. |
| * http/tests/canvas/philip/tests/security.pattern.canvas.strokeStyle.html: Copied from LayoutTests/canvas/philip/tests/security.pattern.canvas.strokeStyle.html. |
| * http/tests/canvas/philip/tests/security.pattern.canvas.timing-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.pattern.canvas.timing-expected.txt. |
| * http/tests/canvas/philip/tests/security.pattern.canvas.timing.html: Copied from LayoutTests/canvas/philip/tests/security.pattern.canvas.timing.html. |
| * http/tests/canvas/philip/tests/security.pattern.create-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.pattern.create-expected.txt. |
| * http/tests/canvas/philip/tests/security.pattern.create.html: Copied from LayoutTests/canvas/philip/tests/security.pattern.create.html. |
| * http/tests/canvas/philip/tests/security.pattern.cross-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.pattern.cross-expected.txt. |
| * http/tests/canvas/philip/tests/security.pattern.cross.html: Copied from LayoutTests/canvas/philip/tests/security.pattern.cross.html. |
| * http/tests/canvas/philip/tests/security.pattern.image.fillStyle-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.pattern.image.fillStyle-expected.txt. |
| * http/tests/canvas/philip/tests/security.pattern.image.fillStyle.html: Copied from LayoutTests/canvas/philip/tests/security.pattern.image.fillStyle.html. |
| * http/tests/canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt. |
| * http/tests/canvas/philip/tests/security.pattern.image.strokeStyle.html: Copied from LayoutTests/canvas/philip/tests/security.pattern.image.strokeStyle.html. |
| * http/tests/canvas/philip/tests/security.reset-expected.txt: Copied from LayoutTests/canvas/philip/tests/security.reset-expected.txt. |
| * http/tests/canvas/philip/tests/security.reset.html: Copied from LayoutTests/canvas/philip/tests/security.reset.html. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-20 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fixed a crash when deeply nested CSS selector is used. |
| https://bugs.webkit.org/show_bug.cgi?id=41129 |
| |
| This patch deletes CSSSelectors iteratively so that it doesn't cause stack overflow. |
| |
| * fast/css/css-selector-deeply-nested-expected.txt: Added. |
| * fast/css/css-selector-deeply-nested.html: Added. |
| |
| 2010-07-20 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Modify test_expectations after r63721 and r63728. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-20 Alejandro G. Castro <alex@igalia.com> |
| |
| Unreviewed. |
| |
| Skipping the svg/dom/path-parser.html test for gtk, bug submitted: |
| https://bugs.webkit.org/show_bug.cgi?id=42624 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-20 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| fast/events/focusingUnloadedFrame.html shouldn't have <body> before <frameset> |
| https://bugs.webkit.org/show_bug.cgi?id=42348 |
| |
| This doesn't work in the HTML5 parser. We cover this behavior in |
| parsing tests. Sadly, the test still fails under the HTML5 parser, but |
| for a different reason. |
| |
| * fast/events/focusingUnloadedFrame.html: |
| |
| 2010-07-20 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| [chromium] crash in Position::getInlineBoxAndOffset |
| https://bugs.webkit.org/show_bug.cgi?id=42202 |
| |
| * editing/selection/firstRect-crash-expected.txt: Added. |
| * editing/selection/firstRect-crash.html: Added. |
| * platform/mac/editing/input/caret-primary-bidi-expected.txt: Fix some negative ranges. |
| * platform/mac/editing/input/range-for-empty-document-expected.txt: |
| * platform/mac/editing/selection/move-left-right-expected.txt: Removed since we now match the shared expected results. |
| * platform/win/editing/selection/move-left-right-expected.txt: Removed since it's the same as the shared expected results. |
| |
| 2010-07-20 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| svg/dynamic-updates tests are broken - pixel test not generated/compared anymore |
| https://bugs.webkit.org/show_bug.cgi?id=42376 |
| |
| Finally generate pixel teset results again for svg/dynamic-updates. We have some regressions, tracked by master bug 42618. |
| |
| * fast/js/resources/js-test-pre.js: Pass 'window.enablePixelTesting' as argument to setDumpAsText() - the svg/dynamic-updates tests set this value to true before importing js-test-pre.js |
| * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-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-svgdom-gradientUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-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-dom-width-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-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/SVGMaskElement-svgdom-width-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-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-gradientUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-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-gradientUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: |
| * svg/dynamic-updates/resources/SVGTestCase.js: Set 'window.enablePixelTesting' to true, forcing setDumpAsText() to generate pixel test results. |
| * svg/dynamic-updates/script-tests/SVGLinearGradientElement-dom-gradientUnits-attr.js: Tweak this test, to make it work as expected. |
| * svg/dynamic-updates/script-tests/SVGLinearGradientElement-svgdom-gradientUnits-prop.js: Ditto. |
| * svg/dynamic-updates/script-tests/SVGRadialGradientElement-dom-gradientUnits-attr.js: Update expected result description. |
| * svg/dynamic-updates/script-tests/SVGRadialGradientElement-svgdom-gradientUnits-prop.js: Ditto. |
| |
| 2010-07-20 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Foster parenting depends on the current element at insertion time |
| https://bugs.webkit.org/show_bug.cgi?id=42599 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-20 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Import a number of fast/invalid tests into html5lib for easy of fixing |
| https://bugs.webkit.org/show_bug.cgi?id=42590 |
| |
| Working with these DOM dumps is much easier than staring at render |
| trees. Also, this infrastructure lets us cross-test with other |
| browsers. |
| |
| * html5lib/resources/tricky01.dat: Added. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-07-20 Matthew Delaney <mdelaney@apple.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Failing 2d.path.stroke.prune.curve philip canvas test |
| https://bugs.webkit.org/show_bug.cgi?id=42190 |
| |
| * platform/mac/Skipped: Unskipped now passing tests. |
| |
| 2010-07-19 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| Add a few more items to the WK2 skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=42595 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-19 Dirk Schulze <krit@webkit.org> |
| |
| SVG CleanUp of SVGPathData parsing |
| https://bugs.webkit.org/show_bug.cgi?id=41410 |
| |
| Unreviewed update of Win baseline. |
| |
| * platform/win/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added. |
| * platform/win/svg/custom/relative-sized-inner-svg-expected.txt: Added. |
| * platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt: Added. |
| * platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: Added. |
| * platform/win/svg/custom/use-css-events-expected.txt: Added. |
| * platform/win/svg/dom: Added. |
| * platform/win/svg/dom/path-parser-expected.txt: Added. |
| |
| 2010-07-19 Dirk Schulze <krit@webkit.org> |
| |
| SVG CleanUp of SVGPathData parsing |
| https://bugs.webkit.org/show_bug.cgi?id=41410 |
| |
| Unreviewed update of Qt baseline. |
| |
| * platform/qt/svg/custom/relative-sized-inner-svg-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| |
| 2010-07-19 Yuzo Fujishima <yuzo@google.com> |
| |
| Unreviewed test expectation fix. |
| |
| fast/css/font-face-download-error.html should be skipped for Qt like |
| other @font-face tests. |
| https://bugs.webkit.org/show_bug.cgi?id=42342 |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-19 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG CleanUp of SVGPathData parsing |
| https://bugs.webkit.org/show_bug.cgi?id=41410 |
| |
| Parsing values as float instead of double causes some minimal changes on DRT results and |
| pixel results. Even if the values get shrinked to float before the calculation of arc and |
| others. But the calculation itself transforms the values back to double and shrinks it to |
| floats again right before the drawing. |
| |
| SVG Path with an arc with radius of 0 does not render |
| https://bugs.webkit.org/show_bug.cgi?id=40448 |
| |
| Extended svg/dom/path-parser.xhml to check the correct behavior. We draw a line from the |
| current point to the given end point. |
| |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-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/extend-namespace-01-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: |
| * 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/metadata-example-01-b-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-03-f-expected.txt: |
| * platform/mac/svg/batik/text/textEffect3-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect3-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-inner-svg-expected.txt: |
| * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * 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/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/mac/svg/custom/use-css-events-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/mac/svg/hixie/perf/007-expected.checksum: |
| * platform/mac/svg/hixie/perf/007-expected.png: |
| * platform/mac/svg/hixie/perf/007-expected.txt: |
| * svg/custom/path-getTotalLength-expected.txt: |
| * svg/dom/path-parser-expected.txt: |
| * svg/dom/script-tests/path-parser.js: |
| |
| 2010-07-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed trivial fix after r63684. |
| https://bugs.webkit.org/show_bug.cgi?id=30464 |
| |
| * fast/dom/Window/window-properties-expected.txt: Updated. |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated. |
| |
| 2010-07-15 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Fix for Bug 42342 - Font download error for an @font-face rule invalidates other @font-face rules for the same font-family |
| https://bugs.webkit.org/show_bug.cgi?id=42342 |
| |
| * fast/css/font-face-download-error-expected.txt: Added. |
| * fast/css/font-face-download-error.html: Added. |
| |
| 2010-07-19 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Remove now passing tests from the skipped list. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-19 Daniel Bates <dbates@rim.com> |
| |
| Reviewed by Adam Roben. |
| |
| [Win] Implement LayoutTestController::markerTextForListItem() |
| https://bugs.webkit.org/show_bug.cgi?id=37930 |
| |
| Remove skipped layout tests now that we have DRT support. |
| |
| * platform/win/Skipped: |
| |
| 2010-07-19 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, build fix. |
| Update one more expected result missed in r63684. |
| |
| * platform/mac-leopard/accessibility/media-element-expected.txt: |
| |
| 2010-07-19 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| [chromium] Update test expectations after r63681. |
| Add new expected results for the clearly correct cases after r63684. |
| |
| * platform/chromium-mac/media/video-load-networkState-expected.txt: |
| * platform/chromium-mac/media/video-src-change-expected.txt: |
| * platform/chromium-win/media/video-load-networkState-expected.txt: |
| * platform/chromium-win/media/video-src-change-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-19 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, build fix. |
| |
| Update more tests/results missed in r63684. |
| |
| * accessibility/media-element.html: |
| * media/unsupported-rtsp-expected.txt: |
| * platform/mac/accessibility/media-element-expected.txt: |
| |
| 2010-07-17 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [Web Timing] Move times to DocumentLoader and fix bugs in mark points |
| https://bugs.webkit.org/show_bug.cgi?id=42512 |
| |
| * fast/dom/script-tests/webtiming-navigate-within-document.js: Added. Previously, navigating within a document via a fragment would reset navigationStart. This test verifies that no times are changed after navigating within a document. |
| (checkTimingNotChanged): |
| (): |
| (loadHandler): |
| * fast/dom/webtiming-expected.txt: Test now passes because when correcting for clock skew, requestTime is set to fetchStart when it is less than fetchStart. Previously it was 0, now it is fetchStart. This, unfortunately, hides the fact that test_shell isn't populating the ResourceLoadTiming API. I'll think of a way to test that when I make the change to cause test_shell to fill the ResourceLoadTiming. |
| * fast/dom/webtiming-navigate-within-document-expected.txt: Added. |
| * fast/dom/webtiming-navigate-within-document.html: Added. |
| * platform/gtk/Skipped: Skip new test on platform where Web Timing is not enabled. |
| * platform/mac/Skipped: Skip new test on platform where Web Timing is not enabled. |
| * platform/qt/Skipped: Skip new test on platform where Web Timing is not enabled. |
| * platform/win/Skipped: Skip new test on platform where Web Timing is not enabled. |
| |
| 2010-07-19 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, build fix. |
| |
| Update tests/results missed in r63684. |
| |
| * media/video-error-does-not-exist-expected.txt: |
| * media/video-load-networkState-expected.txt: |
| * media/video-load-networkState.html: |
| |
| 2010-07-19 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42586 |
| Log all canceled authentication attempts in DumpRenderTree |
| |
| Updating test results. |
| |
| * platform/mac-tiger/http/tests/xmlhttprequest/failed-auth-expected.txt: There are custom |
| results for Tiger, adding new printout to it, as well. |
| |
| * platform/gtk/http/tests/misc: Added. |
| * platform/gtk/http/tests/misc/401-alternative-content-expected.txt: Copied from LayoutTests/http/tests/misc/401-alternative-content-expected.txt. |
| * platform/gtk/http/tests/xmlhttprequest: Added. |
| * platform/gtk/http/tests/xmlhttprequest/failed-auth-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/failed-auth-expected.txt. |
| * platform/qt/http/tests/misc/401-alternative-content-expected.txt: Copied from LayoutTests/http/tests/misc/401-alternative-content-expected.txt. |
| These platforms don't seem to have auth delegate calls, so we can't log auth dialogs. |
| |
| 2010-07-19 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Remove HTML5 media element 'load' event |
| https://bugs.webkit.org/show_bug.cgi?id=30464 |
| <rdar://problem/5650561> |
| |
| * media/audio-delete-while-slider-thumb-clicked.html: Trigger test on 'canplaythrough' |
| instead of 'load'. |
| * media/audio-delete-while-step-button-clicked.html: Ditto. |
| * media/event-attributes-expected.txt: |
| * media/event-attributes.html: Correct logic to check that 'progress' event(s) are |
| fired while loading file, but not when src set to invalid file. 'abort' event is fired when |
| the src is changed. |
| * media/invalid-media-url-crash-expected.txt: |
| * media/media-constants-expected.txt: No more NETWORK_LOADED state. |
| * media/media-constants.html: No more NETWORK_LOADED state. Clean up test. |
| * media/remove-from-document-expected.txt: |
| * media/remove-from-document.html: Ditto. |
| * media/video-controls-visible-audio-only.html: Trigger test on 'canplaythrough' |
| instead of 'load'. |
| * media/video-source-none-supported-expected.txt: No more NETWORK_LOADED state. |
| * media/video-src-change-expected.txt: Ditto. |
| * media/video-src-none-expected.txt: |
| * media/video-src-none.html: No more NETWORK_LOADED state. Fix bogus test that generated |
| "FAIL" in results. |
| |
| 2010-07-19 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update test_expectations with passing/flaky tests. |
| Add new chromium expected result from r63680. |
| |
| * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: |
| * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-19 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42586 |
| Log all canceled authentication attempts in DumpRenderTree |
| |
| * http/tests/misc/401-alternative-content-expected.txt: |
| * http/tests/xmlhttprequest/failed-auth-expected.txt: |
| Added the new messages. |
| |
| 2010-07-19 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40996 |
| Progress event should not be fired during synchronous XMLHttpRequest |
| |
| https://bugs.webkit.org/show_bug.cgi?id=17502 |
| Assertion failure when trying to restart a sync XMLHttpRequest as an async one from onreadystatechange |
| |
| * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: There is one less |
| event dispatched now. |
| |
| * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: |
| * http/tests/xmlhttprequest/infoOnProgressEvent.html: |
| * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html: |
| Changed to use async requests, since sync ones no longer cause progress event dispatch. |
| |
| * http/tests/xmlhttprequest/resources/access-control-basic-post-fail-non-simple.cgi: Added. |
| A script that only allows simple cross-origin requests. |
| |
| * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress-expected.txt: |
| * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress.html: |
| Removed synchronous case (incorrectly called asynchronous in test comments). |
| |
| * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt: Added. |
| * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events.html: Added. |
| Added a test that logs progress and readystatechange events. |
| |
| * http/tests/xmlhttprequest/xmlhttprequest-sync-vs-async-assertion-failure-expected.txt: Added. |
| * http/tests/xmlhttprequest/xmlhttprequest-sync-vs-async-assertion-failure.html: Added. |
| Aded a test for assertion failure. The problem no longer occurs since we don't fire events |
| in intermediate states. |
| |
| 2010-07-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] DRT sideeffect revealed by r63657 |
| https://bugs.webkit.org/show_bug.cgi?id=42578 |
| |
| * platform/qt/Skipped: Add tests again until fix which were unskipped by r63657. |
| |
| 2010-07-19 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. Update expectations from http://trac.webkit.org/changeset/63672 |
| and cleanup some unexpected passes. |
| |
| * platform/chromium-linux/fast/forms/hidden-listbox-expected.checksum: |
| * platform/chromium-linux/fast/forms/hidden-listbox-expected.png: |
| * platform/chromium-win/fast/forms/hidden-listbox-expected.checksum: |
| * platform/chromium-win/fast/forms/hidden-listbox-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-19 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Fix eol-style propety for the following file, otherwise svn-apply will fail. |
| https://bugs.webkit.org/show_bug.cgi?id=42573 |
| |
| * canvas/philip/tests.js: Added property svn:eol-style. |
| |
| 2010-07-19 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| <rdar://problem/7232109> Unpainted white area appears at the edge of the page when body has bg color |
| https://bugs.webkit.org/show_bug.cgi?id=34913 |
| |
| * fast/repaint/view-background-from-body-1.html: Added. |
| * fast/repaint/view-background-from-body-2.html: Added. |
| * platform/mac/fast/repaint/view-background-from-body-1-expected.checksum: Added. |
| * platform/mac/fast/repaint/view-background-from-body-1-expected.png: Added. |
| * platform/mac/fast/repaint/view-background-from-body-1-expected.txt: Added. |
| * platform/mac/fast/repaint/view-background-from-body-2-expected.checksum: Added. |
| * platform/mac/fast/repaint/view-background-from-body-2-expected.png: Added. |
| * platform/mac/fast/repaint/view-background-from-body-2-expected.txt: Added. |
| |
| 2010-07-19 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Adam Roben. |
| |
| WebKit2 does not have application cache |
| https://bugs.webkit.org/show_bug.cgi?id=42552 |
| |
| * platform/mac-wk2/Skipped: |
| Remove http/tests/appcache from skipped list. |
| |
| 2010-07-19 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| [chromium] inspector/console-trace.html failing on windows after r63548 |
| https://bugs.webkit.org/show_bug.cgi?id=42485 |
| |
| * inspector/console-trace.html: call dumpConsoleMessages sycnhronously right after console.trace |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Remove non-existent files from Skipped list. |
| |
| * platform/qt/Skipped: |
| - Unskip fast/dynamic/flash-replacement-test.html, because it was removed by r61289 |
| - Rename fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.html after r63284 |
| - Unskip inspector/debugger-breakpoints-not-activated-on-reload.html, because it was removed by r63314 |
| - Unskip media/video-src-empty.html, because it was removed by r63119 |
| |
| 2010-07-19 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Canvas: Wrong internal positioning of drawImage() shadows |
| https://bugs.webkit.org/show_bug.cgi?id=42510 |
| |
| Unskip: |
| - canvas/philip/tests/2d.shadow.canvas.alpha.html |
| - canvas/philip/tests/2d.shadow.canvas.transparent.1.html |
| - canvas/philip/tests/2d.shadow.canvas.transparent.2.html |
| - canvas/philip/tests/2d.shadow.image.alpha.html |
| - canvas/philip/tests/2d.shadow.image.transparent.1.html |
| - canvas/philip/tests/2d.shadow.image.transparent.2.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-19 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Render shadow when drawing one canvas onto another |
| https://bugs.webkit.org/show_bug.cgi?id=42508 |
| |
| Unskip: |
| - canvas/philip/tests/2d.shadow.canvas.basic.html |
| |
| Reskip (bug now exposed): |
| - canvas/philip/tests/2d.shadow.canvas.transparent.1.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add platform specific expected results for new passing SVG tests. |
| Compared to Mac png files and Mac expected files. |
| |
| * platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.checksum: Added. |
| * platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.png: Added. |
| * platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.txt: Added. |
| * platform/qt/svg/custom/convolution-crash-expected.checksum: Added. |
| * platform/qt/svg/custom/convolution-crash-expected.png: Added. |
| * platform/qt/svg/custom/convolution-crash-expected.txt: Added. |
| * platform/qt/svg/custom/marker-child-changes-css-expected.checksum: Added. |
| * platform/qt/svg/custom/marker-child-changes-css-expected.png: Added. |
| * platform/qt/svg/custom/marker-child-changes-css-expected.txt: Copied from LayoutTests/platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt. |
| * platform/qt/svg/custom/recursive-gradient-expected.checksum: Added. |
| * platform/qt/svg/custom/recursive-gradient-expected.png: Added. |
| * platform/qt/svg/custom/recursive-gradient-expected.txt: Added. |
| * platform/qt/svg/custom/recursive-mask-expected.checksum: Added. |
| * platform/qt/svg/custom/recursive-mask-expected.png: Added. |
| * platform/qt/svg/custom/recursive-mask-expected.txt: Added. |
| * platform/qt/svg/custom/recursive-pattern-expected.checksum: Added. |
| * platform/qt/svg/custom/recursive-pattern-expected.png: Added. |
| * platform/qt/svg/custom/recursive-pattern-expected.txt: Added. |
| * platform/qt/svg/custom/relative-sized-content-with-resources-expected.checksum: Added. |
| * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png: Added. |
| * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt: Added. |
| * platform/qt/svg/custom/relative-sized-inner-svg-expected.checksum: Added. |
| * platform/qt/svg/custom/relative-sized-inner-svg-expected.png: Added. |
| * platform/qt/svg/custom/relative-sized-inner-svg-expected.txt: Added. |
| * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum: Added. |
| * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Added. |
| * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: Added. |
| * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added. |
| * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.png: Added. |
| * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.txt: Added. |
| * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.checksum: Added. |
| * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added. |
| * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Added. |
| * platform/qt/svg/custom/text-rotated-gradient-expected.checksum: Added. |
| * platform/qt/svg/custom/text-rotated-gradient-expected.png: Added. |
| * platform/qt/svg/custom/text-rotated-gradient-expected.txt: Added. |
| * platform/qt/svg/custom/use-property-synchronization-crash-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/use-property-synchronization-crash-expected.checksum. |
| * platform/qt/svg/custom/use-property-synchronization-crash-expected.png: Copied from LayoutTests/platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png. |
| * platform/qt/svg/custom/use-property-synchronization-crash-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/use-property-synchronization-crash-expected.txt. |
| * platform/qt/svg/filters/filter-empty-g-expected.checksum: Copied from LayoutTests/platform/mac/svg/filters/filter-empty-g-expected.checksum. |
| * platform/qt/svg/filters/filter-empty-g-expected.png: Copied from LayoutTests/platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png. |
| * platform/qt/svg/filters/filter-empty-g-expected.txt: Copied from LayoutTests/platform/mac/svg/filters/filter-empty-g-expected.txt. |
| * platform/qt/svg/filters/filter-width-update-expected.checksum: Added. |
| * platform/qt/svg/filters/filter-width-update-expected.png: Added. |
| * platform/qt/svg/filters/filter-width-update-expected.txt: Added. |
| |
| 2010-07-19 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Some composition modes fail when color has alpha zero |
| https://bugs.webkit.org/show_bug.cgi?id=36973 |
| |
| Unskip fast/canvas/canvas-composite-alpha.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-19 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| [Chromium] Fix test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=42556 |
| |
| text-rotated-gradient.svg is flaky on linux, and clip-path-child-changes.svg |
| isn't actually flaky. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-19 Mads Ager <ager@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Remove chromium rebaselines for document.all layout test. |
| https://bugs.webkit.org/show_bug.cgi?id=42557 |
| |
| V8 changed behavior to match JSC completely on document.all. Remove |
| chromium rebaseline. |
| |
| * platform/chromium-mac/fast/dom/undetectable-document-all-expected.txt: Removed. |
| * platform/chromium-win/fast/dom/undetectable-document-all-expected.txt: Removed. |
| |
| 2010-07-19 Kent Hansen <kent.hansen@nokia.com> |
| |
| Unreviewed, fix failure introduced in r63645. |
| Ignore jscprint property since it only appears in |
| debug builds (as per window-property-descriptors test). |
| |
| * fast/dom/Window/window-properties.html: |
| |
| 2010-07-19 Kent Hansen <kent.hansen@nokia.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Improve coverage of fast/dom/Window/window-properties test |
| https://bugs.webkit.org/show_bug.cgi?id=42258 |
| |
| Use Object.getOwnPropertyNames to cover ECMA properties |
| and other native properties. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-properties.html: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-07-18 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Add more items to the WebKit2 skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=42551 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-18 Dean Jackson <dino@apple.com> |
| |
| Unreviewed (although this was discussed with SimonF in |
| original review). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41259 |
| |
| Unfortunately the test in the previous commit is platform |
| specific (I was hoping it would not be) and is failing |
| the bots. This update exercises the same thing, but doesn't |
| check for exact values. |
| |
| * fast/transforms/scrollIntoView-transformed-expected.txt: |
| * fast/transforms/scrollIntoView-transformed.html: |
| |
| 2010-07-18 Dean Jackson <dino@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41259 |
| Interacting with a <select> element within a transformed and clipped |
| container scrolls the container |
| |
| The Node::getRect and ContainerNode::getRect methods were not |
| transform-aware. This test makes sure that existing scrollToView |
| code doesn't break, but also checks that a <select> popup will appear |
| in the correct place when inside a transformed, scrolled container. |
| |
| * fast/transforms/scrollIntoView-transformed.html: Added. |
| * fast/transforms/scrollIntoView-transformed-expected.txt: Added. |
| |
| 2010-07-18 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Chromium: fixed one more expectation to |
| reflect changes in r63616. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-18 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed. Chromium: fixed test expectations (reflected changes |
| in r63616). |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-17 Andreas Kling <andreas.kling@nokia.com> |
| |
| Rubber-stamped by Simon Hausmann. |
| |
| Import new version of 2d.pattern.image.string.html from Philip Taylor. |
| The original test was buggy and we now pass it. |
| |
| * canvas/philip/tests/2d.pattern.image.string-expected.txt: |
| * canvas/philip/tests/2d.pattern.image.string.html: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-17 Andreas Kling <andreas.kling@nokia.com> |
| |
| [Qt] Reskip 2d.path.quadraticCurveTo.scaled.html |
| |
| This test fails with the Qt version running on the bot. |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-17 Anders Carlsson <andersca@apple.com> |
| |
| Another attempt at fixing this test. |
| |
| * plugins/npruntime/browser-object-identity.html: |
| |
| 2010-07-17 Andreas Kling <andreas.kling@nokia.com> |
| |
| Rubber-stamped by Simon Hausmann. |
| |
| [Qt] Unskipped two canvas tests that are passing |
| |
| - canvas/philip/tests/2d.path.arc.twopie.3.html |
| - canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-17 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Move platform specific plug-ins to platform/ |
| https://bugs.webkit.org/show_bug.cgi?id=42506 |
| |
| * platform/gtk/Skipped: |
| * platform/mac-leopard/plugins/qt-qwidget-plugin-expected.checksum: Removed. |
| * platform/mac-leopard/plugins/qt-qwidget-plugin-expected.png: Removed. |
| * platform/mac/plugins/call-as-function-test-expected.txt: Renamed from LayoutTests/plugins/call-as-function-test-expected.txt. |
| * platform/mac/plugins/call-as-function-test.html: Renamed from LayoutTests/plugins/call-as-function-test.html. |
| * platform/mac/plugins/jsobjc-dom-wrappers-expected.txt: Renamed from LayoutTests/plugins/jsobjc-dom-wrappers-expected.txt. |
| * platform/mac/plugins/jsobjc-dom-wrappers.html: Renamed from LayoutTests/plugins/jsobjc-dom-wrappers.html. |
| * platform/mac/plugins/jsobjc-simple-expected.txt: Renamed from LayoutTests/plugins/jsobjc-simple-expected.txt. |
| * platform/mac/plugins/jsobjc-simple.html: Renamed from LayoutTests/plugins/jsobjc-simple.html. |
| * platform/mac/plugins/qt-qwidget-plugin-expected.checksum: Removed. |
| * platform/mac/plugins/qt-qwidget-plugin-expected.png: Removed. |
| * platform/mac/plugins/qt-qwidget-plugin-expected.txt: Removed. |
| * platform/mac/plugins/root-object-premature-delete-crash-expected.txt: Renamed from LayoutTests/plugins/root-object-premature-delete-crash-expected.txt. |
| * platform/mac/plugins/root-object-premature-delete-crash.html: Renamed from LayoutTests/plugins/root-object-premature-delete-crash.html. |
| * platform/mac/plugins/throw-on-dealloc-expected.txt: Renamed from LayoutTests/plugins/throw-on-dealloc-expected.txt. |
| * platform/mac/plugins/throw-on-dealloc.html: Renamed from LayoutTests/plugins/throw-on-dealloc.html. |
| * platform/mac/plugins/undefined-property-crash-expected.txt: Renamed from LayoutTests/plugins/undefined-property-crash-expected.txt. |
| * platform/mac/plugins/undefined-property-crash.html: Renamed from LayoutTests/plugins/undefined-property-crash.html. |
| * platform/qt/Skipped: |
| * platform/qt/plugins/qt-qwidget-plugin.html: Renamed from LayoutTests/plugins/qt-qwidget-plugin.html. |
| * platform/win/Skipped: |
| |
| 2010-07-17 Anders Carlsson <andersca@apple.com> |
| |
| Fix relative paths in test. |
| |
| * plugins/npruntime/browser-object-identity.html: |
| |
| 2010-07-15 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Failure on http://philip.html5.org/tests/canvas/suite/tests/2d.shadow.alpha.5.html |
| https://bugs.webkit.org/show_bug.cgi?id=38400 |
| |
| Remove the following test case from Skipped: |
| canvas/philip/tests/2d.shadow.alpha.5.html |
| canvas/philip/tests/2d.shadow.gradient.alpha.html |
| canvas/philip/tests/2d.shadow.gradient.transparent.1.html |
| canvas/philip/tests/2d.shadow.image.scale.html |
| canvas/philip/tests/2d.shadow.pattern.alpha.html |
| canvas/philip/tests/2d.shadow.pattern.transparent.1.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-17 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Move NPRuntime related tests to plugins/npruntime |
| https://bugs.webkit.org/show_bug.cgi?id=42505 |
| |
| * platform/gtk/Skipped: |
| * platform/mac-snowleopard/Skipped: |
| * platform/win/Skipped: |
| Update skipped lists. |
| |
| * plugins/netscape-identifier-conversion.html: Removed. |
| * plugins/npruntime/bindings-test-expected.txt: Renamed from LayoutTests/plugins/bindings-test-expected.txt. |
| * plugins/npruntime/bindings-test.html: Renamed from LayoutTests/plugins/bindings-test.html. |
| * plugins/npruntime/browser-object-identity-expected.txt: Renamed from LayoutTests/plugins/netscape-browser-object-identity-expected.txt. |
| * plugins/npruntime/browser-object-identity.html: Renamed from LayoutTests/plugins/netscape-browser-object-identity.html. |
| * plugins/npruntime/construct-expected.txt: Renamed from LayoutTests/plugins/netscape-construct-expected.txt. |
| * plugins/npruntime/construct.html: Renamed from LayoutTests/plugins/netscape-construct.html. |
| * plugins/npruntime/embed-property-expected.txt: Renamed from LayoutTests/plugins/embed-property-expected.txt. |
| * plugins/npruntime/embed-property.html: Renamed from LayoutTests/plugins/embed-property.html. |
| * plugins/npruntime/enumerate-expected.txt: Renamed from LayoutTests/plugins/netscape-enumerate-expected.txt. |
| * plugins/npruntime/enumerate.html: Renamed from LayoutTests/plugins/netscape-enumerate.html. |
| * plugins/npruntime/get-int-identifier-special-values-expected.txt: Renamed from LayoutTests/plugins/getintidentifier-special-values-expected.txt. |
| * plugins/npruntime/get-int-identifier-special-values.html: Renamed from LayoutTests/plugins/getintidentifier-special-values.html. |
| * plugins/npruntime/get-property-return-value-expected.txt: Renamed from LayoutTests/plugins/netscape-get-property-return-value-expected.txt. |
| * plugins/npruntime/get-property-return-value.html: Renamed from LayoutTests/plugins/netscape-get-property-return-value.html. |
| * plugins/npruntime/identifier-conversion-expected.txt: Renamed from LayoutTests/plugins/netscape-identifier-conversion-expected.txt. |
| * plugins/npruntime/identifier-conversion.html: Renamed from LayoutTests/plugins/netscape-identifier-conversion.html. |
| * plugins/npruntime/invoke-browserfuncs-expected.txt: Renamed from LayoutTests/plugins/netscape-invoke-browserfuncs-expected.txt. |
| * plugins/npruntime/invoke-browserfuncs.html: Renamed from LayoutTests/plugins/netscape-invoke-browserfuncs.html. |
| * plugins/npruntime/invoke-default-expected.txt: Renamed from LayoutTests/plugins/netscape-invoke-default-expected.txt. |
| * plugins/npruntime/invoke-default.html: Renamed from LayoutTests/plugins/netscape-invoke-default.html. |
| * plugins/npruntime/invoke-expected.txt: Renamed from LayoutTests/plugins/invoke-expected.txt. |
| * plugins/npruntime/invoke-failure-expected.txt: Renamed from LayoutTests/plugins/netscape-invoke-failure-expected.txt. |
| * plugins/npruntime/invoke-failure.html: Renamed from LayoutTests/plugins/netscape-invoke-failure.html. |
| * plugins/npruntime/invoke.html: Renamed from LayoutTests/plugins/invoke.html. |
| * plugins/npruntime/npruntime-expected.txt: Renamed from LayoutTests/plugins/npruntime-expected.txt. |
| * plugins/npruntime/npruntime.html: Renamed from LayoutTests/plugins/npruntime.html. |
| * plugins/npruntime/round-trip-npobject-expected.txt: Renamed from LayoutTests/plugins/round-trip-npobject-expected.txt. |
| * plugins/npruntime/round-trip-npobject.html: Renamed from LayoutTests/plugins/round-trip-npobject.html. |
| * plugins/npruntime/script-tests/TEMPLATE.html: Renamed from LayoutTests/plugins/script-tests/TEMPLATE.html. |
| * plugins/npruntime/script-tests/browser-object-identity.js: Renamed from LayoutTests/plugins/script-tests/netscape-browser-object-identity.js. |
| (description.gc): |
| * plugins/npruntime/script-tests/identifier-conversion.js: Renamed from LayoutTests/plugins/script-tests/netscape-identifier-conversion.js. |
| * plugins/npruntime/set-property-expected.txt: Renamed from LayoutTests/plugins/setProperty-expected.txt. |
| * plugins/npruntime/set-property.html: Renamed from LayoutTests/plugins/setProperty.html. |
| * plugins/npruntime/throw-exception-expected.txt: Renamed from LayoutTests/plugins/netscape-throw-exception-expected.txt. |
| * plugins/npruntime/throw-exception.html: Renamed from LayoutTests/plugins/netscape-throw-exception.html. |
| |
| 2010-07-17 John Gregg <johnnyg@google.com> |
| |
| Unreviewed, updating test expectations. |
| |
| [chromium] Updating the expecations for input-file-directory-upload.html |
| https://bugs.webkit.org/show_bug.cgi?id=42419 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-16 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Failing 2d.path.arcTo.ensuresubpath.* philip canvas tests |
| https://bugs.webkit.org/show_bug.cgi?id=42186 |
| |
| Unskip tests: |
| - canvas/philip/tests/2d.path.arcTo.ensuresubpath.1.html |
| - canvas/philip/tests/2d.path.arcTo.ensuresubpath.2.html |
| |
| * platform/mac/Skipped: |
| |
| 2010-07-16 Nico Weber <thakis@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Add chromium/win and linux expectations for fast/canvas/toDataUrl-alpha. |
| |
| * platform/chromium-linux/fast/canvas/toDataURL-alpha-expected.checksum: Added. |
| * platform/chromium-linux/fast/canvas/toDataURL-alpha-expected.png: Added. |
| * platform/chromium-win/fast/canvas/toDataURL-alpha-expected.checksum: Added. |
| * platform/chromium-win/fast/canvas/toDataURL-alpha-expected.png: Added. |
| * platform/chromium-win/fast/canvas/toDataURL-alpha-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-16 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, updating test expectations. |
| |
| [chromium] clean up test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=42491 |
| |
| * platform/chromium/test_expectations.txt: fast/dynamic/flash-replacement-test.html doesn't exist |
| and svg/filters/filter-empty-g.svg is a duplicate on Linux. |
| |
| 2010-07-16 Matthew Delaney <mdelaney@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Failing 2d.path.stroke.prune.arc philip canvas test |
| https://bugs.webkit.org/show_bug.cgi?id=42188 |
| |
| * platform/mac/Skipped: Unskipped now passing tests. |
| |
| 2010-07-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r63593. |
| http://trac.webkit.org/changeset/63593 |
| https://bugs.webkit.org/show_bug.cgi?id=42487 |
| |
| Broke a few chromium pixel tests (Requested by tony^work on |
| #webkit). |
| |
| * platform/chromium-linux/svg/stroke/path-zero-strokewidth-test-expected.checksum: Removed. |
| * platform/chromium-linux/svg/stroke/path-zero-strokewidth-test-expected.png: Removed. |
| * platform/chromium-linux/svg/stroke/path-zero-strokewidth-test-expected.txt: Removed. |
| * platform/chromium-mac/svg/stroke/path-zero-strokewidth-test-expected.checksum: Removed. |
| * platform/chromium-mac/svg/stroke/path-zero-strokewidth-test-expected.png: Removed. |
| * platform/chromium-mac/svg/stroke/path-zero-strokewidth-test-expected.txt: Removed. |
| * platform/mac/svg/stroke/path-zero-strokewidth-test-expected.checksum: Removed. |
| * platform/mac/svg/stroke/path-zero-strokewidth-test-expected.png: Removed. |
| * platform/mac/svg/stroke/path-zero-strokewidth-test-expected.txt: Removed. |
| * svg/stroke/path-zero-strokewidth-test.svg: Removed. |
| |
| 2010-07-16 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. Update expectations with new failures. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-16 Fady Samuel <fsamuel@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Added layout test to show correct zero-width stroke. |
| |
| SVG - stroke-width:0 bug with stroke other than "none" |
| https://bugs.webkit.org/show_bug.cgi?id=42387 |
| |
| * platform/chromium-linux/svg/stroke/path-zero-strokewidth-test-expected.checksum: Added. |
| * platform/chromium-linux/svg/stroke/path-zero-strokewidth-test-expected.png: Added. |
| * platform/chromium-linux/svg/stroke/path-zero-strokewidth-test-expected.txt: Added. |
| * platform/chromium-mac/svg/stroke/path-zero-strokewidth-test-expected.checksum: Added. |
| * platform/chromium-mac/svg/stroke/path-zero-strokewidth-test-expected.png: Added. |
| * platform/chromium-mac/svg/stroke/path-zero-strokewidth-test-expected.txt: Added. |
| * platform/mac/svg/stroke/path-zero-strokewidth-test-expected.checksum: Added. |
| * platform/mac/svg/stroke/path-zero-strokewidth-test-expected.png: Added. |
| * platform/mac/svg/stroke/path-zero-strokewidth-test-expected.txt: Added. |
| * svg/stroke/path-zero-strokewidth-test.svg: Added. |
| |
| 2010-07-16 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Keyboard operations for <input type=number> |
| https://bugs.webkit.org/show_bug.cgi?id=42076 |
| |
| * fast/forms/input-number-keyoperation-expected.txt: Added. |
| * fast/forms/input-number-keyoperation.html: Added. |
| * fast/forms/script-tests/input-number-keyoperation.js: Added. |
| |
| 2010-07-16 Brian Weinstein <bweinstein@apple.com> |
| |
| Land updated expected results for fast/dom/prototype-inheritance-2-expected.txt on Windows. |
| |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| |
| 2010-07-16 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Safari pegs CPU and drops frames on http://neography.com/experiment/circles/solarsystem/ (CSS animations) |
| https://bugs.webkit.org/show_bug.cgi?id=41409 |
| |
| Test for creating compositing layers when running animations of transform, even on platforms that don't |
| run accelerated animations. |
| |
| * compositing/animation/animation-compositing-expected.txt: Added. |
| * compositing/animation/animation-compositing.html: Added. |
| |
| 2010-07-16 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. Put expected result from r63568 in the right place. |
| It should apply to windows and linux, not just linux. |
| |
| * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.txt. |
| |
| 2010-07-16 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Fix fast/dom/prototype-inheritance.html for chromium |
| https://bugs.webkit.org/show_bug.cgi?id=42477 |
| |
| * fast/dom/script-tests/prototype-inheritance.js: |
| |
| 2010-07-16 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Spatial navigation: do not consider outline for focusable element boundaries |
| https://bugs.webkit.org/show_bug.cgi?id=42474 |
| |
| * fast/events/spatial-navigation/snav-zero-margin-content-expected.txt: Added. |
| * fast/events/spatial-navigation/snav-zero-margin-content.html: Added. |
| |
| 2010-07-16 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. Add another expected chromium failure and the missing the text expectation in r63567. |
| |
| * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-16 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. Add new chromium expectations and update expected failures. All updated expected |
| failures have the relevant details in the bugs.webkit.org bug. |
| |
| Below are the revisions that caused needing new expectations. |
| |
| // http://trac.webkit.org/changeset/63531/ |
| svg/custom/relative-sized-content-with-resources.xhtml |
| svg/custom/marker-child-changes-css.svg |
| |
| // http://trac.webkit.org/changeset/63542/ |
| svg/text/selection-background-color.xhtml |
| svg/text/selection-styles.xhtml |
| |
| // http://trac.webkit.org/changeset/63517/ |
| fast/css/empty-generated-content.html |
| css2.1/t1204-root-e.html |
| |
| // http://trac.webkit.org/changeset/63517/ |
| html5lib/runner.html |
| |
| * platform/chromium-linux/svg/custom/marker-child-changes-css-expected.checksum: Copied from LayoutTests/platform/chromium-linux/svg/custom/marker-child-changes-expected.checksum. |
| * platform/chromium-linux/svg/custom/marker-child-changes-css-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/custom/marker-child-changes-expected.png. |
| * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png: Added. |
| * platform/chromium-linux/svg/text/selection-background-color-expected.checksum: |
| * platform/chromium-linux/svg/text/selection-background-color-expected.png: |
| * platform/chromium-linux/svg/text/selection-styles-expected.checksum: |
| * platform/chromium-linux/svg/text/selection-styles-expected.png: |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/css2.1/t1204-root-e-expected.txt: |
| * platform/chromium-win/fast/css/empty-generated-content-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium-win/svg/custom/marker-child-changes-css-expected.checksum: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-child-changes-expected.checksum. |
| * platform/chromium-win/svg/custom/marker-child-changes-css-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-child-changes-expected.png. |
| * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png: Added. |
| * platform/chromium-win/svg/text/selection-background-color-expected.checksum: |
| * platform/chromium-win/svg/text/selection-background-color-expected.png: |
| * platform/chromium-win/svg/text/selection-styles-expected.checksum: |
| * platform/chromium-win/svg/text/selection-styles-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-16 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| ES5 allows use of reserved words as IdentifierName |
| https://bugs.webkit.org/show_bug.cgi?id=42471 |
| |
| Add tests to check for correct handling of reserved words with |
| the ES5 semantics. |
| |
| * fast/js/reserved-words-as-property-expected.txt: Added. |
| * fast/js/reserved-words-as-property.html: Added. |
| * fast/js/script-tests/reserved-words-as-property.js: Added. |
| (): |
| * fast/js/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.1-expected.txt: |
| * fast/js/sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.2-expected.txt: |
| These tests are wrong, unsure how to get sputnik tests corrected. |
| |
| 2010-07-16 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| LayoutTests/http/tests/cookies/multiple-cookies.html sometimes fails because the cookies are returned in a different order |
| https://bugs.webkit.org/show_bug.cgi?id=42095 |
| |
| Normalize the cookie strings by splitting them into an array, sorting the array and then joining back. |
| |
| * http/tests/cookies/multiple-cookies-expected.txt: |
| * http/tests/cookies/resources/cookies-test-pre.js: |
| (normalizeCookie): |
| (testCookies): |
| * websocket/tests/httponly-cookie-expected.txt: |
| * websocket/tests/httponly-cookie.pl: |
| |
| 2010-07-16 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Remove fast/dynamic/flash-replacement-test.html |
| https://bugs.webkit.org/show_bug.cgi?id=42467 |
| |
| This test doesn't really test anything since the flash file it points to doesn't exist, and |
| the flash replacement test requires a SWF file that triggers a style layout when instantiating the plug-in. |
| |
| Furthermore, we don't even instantiate Netscape plug-ins from attach anymore which makes this test |
| even less accurate. |
| |
| Also, it's failing on Mac if Flash 10.1, which uses the Core Animation drawing model, is installed. |
| |
| * fast/dynamic/flash-replacement-test.html: Removed. |
| * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum: Removed. |
| * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png: Removed. |
| * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.checksum: Removed. |
| * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.png: Removed. |
| * platform/chromium-win/fast/dynamic/flash-replacement-test-expected.txt: Removed. |
| * platform/mac/fast/dynamic/flash-replacement-test-expected.checksum: Removed. |
| * platform/mac/fast/dynamic/flash-replacement-test-expected.png: Removed. |
| * platform/mac/fast/dynamic/flash-replacement-test-expected.txt: Removed. |
| * platform/qt/fast/dynamic/flash-replacement-test-expected.txt: Removed. |
| |
| 2010-07-15 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Darin Adler. |
| |
| Add test for: |
| An empty value for xml:lang isn't considered |
| https://bugs.webkit.org/show_bug.cgi?id=42042 |
| |
| * fast/css/lang-selector-empty-attribute-expected.txt: Added. |
| * fast/css/lang-selector-empty-attribute.xhtml: Added. |
| |
| 2010-07-15 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Update expectations for Web Timing enabled in chromium port. |
| https://bugs.webkit.org/show_bug.cgi?id=42313 |
| |
| Default expectations are to PASS (Web Timing enabled). Since the gtk, qt, win, and mac platforms do not have WEB_TIMING enabled, they must skip these tests. |
| |
| * fast/dom/Window/window-properties-performance-expected.txt: Added. |
| * fast/dom/Window/window-properties-performance.html: Added. |
| * fast/dom/Window/window-properties.html: Skip webkitPerformance so that its platform-specific expectations can be managed in window-properties-performance.html. |
| * fast/dom/navigation-type-back-forward-expected.txt: Update to PASS |
| * fast/dom/navigation-type-navigate-expected.txt: Update to PASS |
| * fast/dom/navigation-type-reload-expected.txt: Update to PASS |
| * fast/dom/webtiming-expected.txt: Updated to mostly PASS. Currently has failures because chromium is not populating the ResourceLoadTiming API. This will be resolved when http://codereview.chromium.org/2909016 lands. |
| * fast/dom/webtiming.html: Update test based on new backfill functionality from https://bugs.webkit.org/show_bug.cgi?id=42303. |
| * http/tests/misc/webtiming-one-redirect-expected.txt: Update to PASS |
| * http/tests/misc/webtiming-two-redirects-expected.txt: Update to PASS |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-16 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| console.trace should show file and line number for each function in the stack |
| https://bugs.webkit.org/show_bug.cgi?id=21180 |
| |
| * http/tests/inspector/console-tests.js: |
| (frontend_dumpConsoleMessages): |
| * inspector/console-trace-expected.txt: Added. |
| * inspector/console-trace.html: Added. |
| |
| 2010-07-16 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Remove wrong test expectations for clip-path-child-changes.svg from chromium-mac |
| and mark it as flaky on mac. |
| https://bugs.webkit.org/show_bug.cgi?id=42445 |
| |
| * platform/chromium-mac/svg/custom/clip-path-child-changes-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| gradientTransform + objectBoundingBox is wrong |
| https://bugs.webkit.org/show_bug.cgi?id=42446 |
| |
| Update pixel test results after fixing gradientTransform and gradientUnits="objectBoundingBox" usage for shapes & text. |
| |
| * 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-svgdom-gradientTransform-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-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-svgdom-gradientTransform-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-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: |
| |
| 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Forgot to land new pixel test result in r63535. |
| |
| * platform/mac/svg/custom/convolution-crash-expected.checksum: |
| * platform/mac/svg/custom/convolution-crash-expected.png: |
| |
| 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Rubber-stamped by Dirk Schulze. |
| |
| Regenerated pixel test results for svg/dynamic-updates. Not enabling the actual dumping of pixel test results yet, |
| as we're having several regressions that should be identified first. Only updated results which only have text |
| rendering differences (after the text rewrite, last month). |
| |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: |
| * 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-dom-rx-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-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/SVGEllipseElement-svgdom-rx-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-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-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/SVGMarkerElement-dom-markerUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-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-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-r-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added. |
| |
| 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Convolution computation causes bad alpha channel values |
| https://bugs.webkit.org/show_bug.cgi?id=42273 |
| |
| Unbreak the convolve matrix filter, fixing svg/W3C-SVG-1.1/filters-conv-01-f.svg. |
| Update convolution-crash.svg results. |
| |
| * platform/mac/svg/custom/convolution-crash-expected.checksum: |
| * platform/mac/svg/custom/convolution-crash-expected.png: |
| |
| 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rebaseline two results which seemed to be corrupt (DRT warns). |
| |
| * platform/mac/svg/custom/convolution-crash-expected.checksum: |
| * platform/mac/svg/custom/convolution-crash-expected.png: |
| * platform/mac/svg/custom/mask-colorspace-expected.checksum: |
| * platform/mac/svg/custom/mask-colorspace-expected.png: |
| |
| 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add missing layout test results for fast/js/numeric-compare.html, which landed in r63515. |
| |
| * fast/js/numeric-compare-expected.txt: Added. |
| |
| 2010-07-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| relative positioning does not work for radialGradient after window resize |
| https://bugs.webkit.org/show_bug.cgi?id=41249 |
| |
| * platform/mac/svg/custom/marker-child-changes-css-expected.checksum: Added. |
| * platform/mac/svg/custom/marker-child-changes-css-expected.png: Added. |
| * platform/mac/svg/custom/marker-child-changes-css-expected.txt: Added. |
| * platform/mac/svg/custom/relative-sized-content-with-resources-expected.checksum: Added. |
| * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png: Added. |
| * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt: Added. |
| * svg/custom/marker-child-changes-css.svg: Added. |
| * svg/custom/relative-sized-content-with-resources.xhtml: Added. |
| |
| 2010-07-16 Cosmin Truta <ctruta@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Some SVGs with empty <g> elements crash Chromium on Linux |
| https://bugs.webkit.org/show_bug.cgi?id=41175 |
| |
| This is a SVG with an empty <g> within a <g>, to which a filter is applied by reference. |
| The rendered image is all blank. |
| |
| * platform/mac/svg/filters/filter-empty-g-expected.checksum: Added |
| * platform/mac/svg/filters/filter-empty-g-expected.png: Added |
| * platform/mac/svg/filters/filter-empty-g-expected.txt: Added |
| * svg/filters/filter-empty-g.svg: Added |
| |
| 2010-07-16 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Printing test results differ between machines, we should use ImageDiff instead |
| https://bugs.webkit.org/show_bug.cgi?id=20011 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-15 Yuta Kitamura <yutak@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| WebSocket: Put echo-challenge_wsh.py under workers/resources directory |
| https://bugs.webkit.org/show_bug.cgi?id=42439 |
| |
| I have realized that tests under workers/ directory should not depend on |
| a pywebsocket script in a directory above. |
| |
| Putting *_wsh.py files under resources/ directory also benefits Chromium's |
| worker test which only copies the contents under workers/resources directory |
| when running WebSocket worker tests. |
| |
| * websocket/tests/workers/resources/echo-challenge_wsh.py: Copied from LayoutTests/websocket/tests/echo-challenge_wsh.py. |
| * websocket/tests/workers/resources/worker-handshake-challenge-randomness.js: |
| |
| 2010-07-15 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed fix for chromium's expectation. |
| |
| Printing test results differ between machines, we should use ImageDiff instead |
| https://bugs.webkit.org/show_bug.cgi?id=20011 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-15 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed fix for expected images. |
| |
| Printing test results differ between machines, we should use ImageDiff instead |
| https://bugs.webkit.org/show_bug.cgi?id=20011 |
| |
| * platform/mac/printing/page-rule-in-media-query-expected.checksum: |
| * platform/mac/printing/page-rule-in-media-query-expected.png: |
| |
| 2010-07-15 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Printing test results differ between machines, we should use ImageDiff instead |
| https://bugs.webkit.org/show_bug.cgi?id=20011 |
| |
| Added printing/setPrinting.html to check there is the page boundary. |
| |
| Enabled printing/composite-layer-printing.html with setPrinting. |
| |
| The result of printing/media-queries-print.html shrunk because of |
| PrintingMinimumShrinkFactor in PrintContext::begin(). |
| |
| * platform/mac/Skipped: |
| * platform/mac/printing/compositing-layer-printing-expected.checksum: Added. |
| * platform/mac/printing/compositing-layer-printing-expected.png: Added. |
| * platform/mac/printing/compositing-layer-printing-expected.txt: Added. |
| * platform/mac/printing/media-queries-print-expected.checksum: |
| * platform/mac/printing/media-queries-print-expected.png: |
| * platform/mac/printing/setPrinting-expected.checksum: Added. |
| * platform/mac/printing/setPrinting-expected.png: Added. |
| * platform/mac/printing/setPrinting-expected.txt: Added. |
| * printing/compositing-layer-printing.html: |
| * printing/setPrinting.html: Added. |
| |
| 2010-07-15 MORITA Hajime <morrita@google.com> |
| |
| Unrviewed, added missing expectations. |
| |
| [chromium] r63422 caused svg/custom/svg-fonts-without-missing-glyph.xhtml to fail on Linux and Windows |
| https://bugs.webkit.org/show_bug.cgi?id=42402 |
| |
| * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added. |
| * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added. |
| * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Added. |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| fast/frames/contentWindow_Frame.html shouldn't depend on <body> before <frameset> |
| https://bugs.webkit.org/show_bug.cgi?id=42349 |
| |
| * fast/frames/contentWindow_Frame.html: |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Update LegacyHTMLTreeBuilder to insert whitespace between </head> and <body> |
| https://bugs.webkit.org/show_bug.cgi?id=42431 |
| |
| Update expected results. These results match the HTML5 parser. |
| |
| * editing/deleting/delete-br-in-last-table-cell-expected.txt: |
| * fast/innerHTML/005-expected.txt: |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected.txt: |
| * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive: |
| * http/tests/webarchive/test-css-url-encoding-expected.webarchive: |
| * http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive: |
| * http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive: |
| * platform/mac/css2.1/t1204-root-e-expected.txt: |
| * platform/mac/fast/css/empty-generated-content-expected.txt: |
| * traversal/exception-forwarding-expected.txt: |
| * traversal/script-tests/exception-forwarding.js: |
| * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive: |
| * webarchive/adopt-attribute-styled-node-webarchive-expected.webarchive: |
| * webarchive/adopt-inline-styled-node-webarchive-expected.webarchive: |
| * webarchive/archive-empty-frame-dom-expected.webarchive: |
| * webarchive/archive-with-unencoded-url-expected.webarchive: |
| * webarchive/test-body-background-expected.webarchive: |
| * webarchive/test-css-import-expected.webarchive: |
| * webarchive/test-css-url-resources-in-stylesheets-expected.webarchive: |
| * webarchive/test-css-url-resources-inline-styles-expected.webarchive: |
| * webarchive/test-duplicate-resources-expected.webarchive: |
| * webarchive/test-frameset-expected.webarchive: |
| * webarchive/test-img-src-expected.webarchive: |
| * webarchive/test-input-src-expected.webarchive: |
| * webarchive/test-link-href-expected.webarchive: |
| * webarchive/test-link-rel-icon-expected.webarchive: |
| * webarchive/test-object-data-expected.webarchive: |
| * webarchive/test-script-src-expected.webarchive: |
| * webarchive/test-table-background-expected.webarchive: |
| * webarchive/test-td-background-expected.webarchive: |
| |
| 2010-07-15 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=42394 |
| Crash entering mail.yahoo.com |
| |
| * fast/js/numeric-compare.html: Added. |
| * fast/js/script-tests/numeric-compare.js: Added. |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Followup to https://bugs.webkit.org/show_bug.cgi?id=42214 |
| |
| Rebaseline GTK and Qt. |
| |
| * platform/gtk/fast/canvas/toDataURL-alpha-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-alpha-expected.txt: Added. |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Followup to https://bugs.webkit.org/show_bug.cgi?id=42214 |
| |
| Move toDataURL-alpha-expected.txt to the platform, where it belongs. |
| |
| * fast/canvas/toDataURL-alpha-expected.txt: Removed. |
| * platform/mac/fast/canvas/toDataURL-alpha-expected.txt: Copied from LayoutTests/fast/canvas/toDataURL-alpha-expected.txt. |
| |
| 2010-07-15 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by David Levin. |
| |
| [Chromium][Win] Crashes with <keygen> with huge padding. |
| https://bugs.webkit.org/show_bug.cgi?id=41737 |
| |
| * fast/forms/large-parts-expected.txt: Added. |
| * fast/forms/large-parts.html: Added. |
| |
| 2010-07-13 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Nate Chapin. |
| |
| bufferData and bufferSubData generate wrong error when null buffer is bound |
| https://bugs.webkit.org/show_bug.cgi?id=42125 |
| |
| * fast/canvas/webgl/buffer-data-array-buffer-expected.txt: |
| * fast/canvas/webgl/buffer-data-array-buffer.html: Test against the case where bound buffer is 0. |
| |
| 2010-07-15 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. Fix expected failure for test from r63494. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-13 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Nate Chapin. |
| |
| WebGL rendering results must be made available to Canvas.toDataURL and 2D drawImage |
| https://bugs.webkit.org/show_bug.cgi?id=34719 |
| |
| * fast/canvas/webgl/canvas-test-expected.txt: Added. |
| * fast/canvas/webgl/canvas-test.html: Added. |
| * fast/canvas/webgl/gl-pixelstorei-expected.txt: Added. |
| * fast/canvas/webgl/gl-pixelstorei.html: Added. |
| |
| 2010-07-15 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| |
| Update expected failures for tests to green chromium build. |
| Bugs are filed with all the relevant owners. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-15 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Add some tests that hang or crash, and remove some that don't any more |
| https://bugs.webkit.org/show_bug.cgi?id=42411 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-15 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| |
| Chromium expected results after r63472 |
| https://bugs.webkit.org/show_bug.cgi?id=42425 |
| |
| * platform/chromium-linux/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-win/fast/table/border-collapsing/002-expected.txt: |
| * platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: |
| * platform/chromium-win/fast/table/cell-width-auto-expected.txt: |
| * platform/chromium-win/fast/table/colgroup-preceded-by-caption-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug100334-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug139524-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug139524-4-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug25367-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug29058-3-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug43039-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug7471-expected.txt: |
| * platform/chromium-win/tables/mozilla/core/misc-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/deleteCol1-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/deleteCol2-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/deleteCol3-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/insertCols1-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/insertCols2-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/insertCols3-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/col_span-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/backgrounds-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/col_span2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/cols1-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/columns-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/conflicts-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/dom/appendCol1-expected.txt: |
| |
| 2010-07-15 Nico Weber <thakis@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| chromium/skia: Fix canvas.toDataURL in the presence of transparency |
| https://bugs.webkit.org/show_bug.cgi?id=42214 |
| |
| Test that toDataURL works with transparent images. |
| |
| * fast/canvas/toDataURL-alpha-expected.txt: Added. |
| * fast/canvas/toDataURL-alpha.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/mac-leopard/fast/canvas/toDataURL-alpha-expected.checksum: Added. |
| * platform/mac-leopard/fast/canvas/toDataURL-alpha-expected.png: Added. |
| |
| 2010-07-15 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| |
| Mark fast/forms/input-file-directory-upload.html as expected to fail. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-15 Alex Nicolaou <anicolao@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Convolution computation causes bad alpha channel values |
| https://bugs.webkit.org/show_bug.cgi?id=42273 |
| |
| Fixed by clamping colour channel values to the alpha value so that |
| r <= a, g <= a, and b <= a after the convolution is applied. See |
| the bug for why I believe the SVG specification needs to be updated. |
| Test must be drawn to crash. 100x100 green rectangle is used to |
| indicate pass to minimize the chance of regression. |
| |
| * platform/mac/svg/custom/convolution-crash-expected.checksum: Added. |
| * platform/mac/svg/custom/convolution-crash-expected.txt: Added. |
| * svg/custom/convolution-crash.svg: Added. |
| |
| 2010-07-15 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Unreviewed, Chromium-specific changes that I forgot to make in r63278. |
| |
| Make the output of test-authorizer-sync.html shorter, so it can |
| all fit into a cookie (needed in order to be able to run it as a |
| Chromium UI test). |
| |
| * fast/workers/storage/resources/test-authorizer-sync.js: |
| (executeStatement): |
| * fast/workers/storage/test-authorizer-sync-expected.txt: |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Update Qt expectionat to account for implicit <colgroup>. |
| |
| * platform/qt/fast/repaint/table-col-background-expected.txt: |
| |
| 2010-07-15 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| LegacyHTMLTreeBuilder should insert an implicit <colgroup> before inserting <col> to match HTML5 |
| https://bugs.webkit.org/show_bug.cgi?id=42346 |
| |
| I believe all of these changes to be progressions. |
| |
| * html5lib/runner-expected.txt: |
| * platform/mac/fast/invalid/residual-style-expected.txt: |
| * platform/mac/fast/repaint/table-col-background-expected.txt: |
| * platform/mac/fast/table/border-collapsing/002-expected.txt: |
| * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: |
| * platform/mac/fast/table/cell-width-auto-expected.txt: |
| * platform/mac/fast/table/colgroup-preceded-by-caption-expected.txt: |
| * platform/mac/fast/table/fixed-granular-cols-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug100334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug25367-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug43039-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7471-expected.txt: |
| * platform/mac/tables/mozilla/core/misc-expected.txt: |
| * platform/mac/tables/mozilla/dom/deleteCol1-expected.txt: |
| * platform/mac/tables/mozilla/dom/deleteCol2-expected.txt: |
| * platform/mac/tables/mozilla/dom/deleteCol3-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols1-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols2-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols3-expected.txt: |
| * platform/mac/tables/mozilla/marvin/col_span-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/dom/appendCol1-expected.txt: |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| fast/frames/frame-deep-nested-resize.html shouldn't depend on <body> before <frameset> |
| https://bugs.webkit.org/show_bug.cgi?id=42351 |
| |
| * fast/frames/frame-deep-nested-resize.html: |
| |
| 2010-07-15 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: Crash when table has empty thead tag |
| https://bugs.webkit.org/show_bug.cgi?id=42391 |
| |
| * accessibility/table-with-empty-thead-causes-crash-expected.txt: Added. |
| * accessibility/table-with-empty-thead-causes-crash.html: Added. |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| deleteCol{1,2,3} and insertCols{1,2,3} will fail in HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=42404 |
| |
| The HTML5 parser adds an implied colgroup element as a parent of the |
| col element. This DOM change breaks these tests because they assume |
| the col element's parent is the table element. However, these tests |
| don't appear to be intended to test this behavior specifically. |
| |
| I checked the behavior in IE8. These tests fail in IE8 in the same way |
| that they fail under the HTML5 parser (i.e., with an exception), which |
| leads me to believe that we're moving in the right direction. With this |
| patch, the DOM operations succeed in IE8 but the tests fail because the |
| layout isn't what we expect. I'm not sure whose layout is correct, but |
| that's not really my concern in this patch. |
| |
| * tables/mozilla/dom/deleteCol1.html: |
| * tables/mozilla/dom/deleteCol2.html: |
| * tables/mozilla/dom/deleteCol3.html: |
| * tables/mozilla/dom/insertCols1.html: |
| * tables/mozilla/dom/insertCols2.html: |
| * tables/mozilla/dom/insertCols3.html: |
| |
| 2010-07-15 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| |
| Assorted changes to chromiums test expectations. New results are all clearly correct. |
| |
| svg/custom/recursive-clippath.svg started failing at r63420 |
| fast/repaint/renderer-destruction-by-invalidateSelection-crash.html started failing at r63403 |
| svg/custom/recursive-gradient.svg started failing at r63416 |
| svg/custom/recursive-pattern.svg started failing at r63415 |
| |
| * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum: |
| * platform/chromium-linux/svg/custom/recursive-pattern-expected.checksum: |
| * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/chromium-win/svg/custom/recursive-clippath-expected.checksum: Removed. |
| * platform/chromium-win/svg/custom/recursive-clippath-expected.png: |
| * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum: |
| * platform/chromium-win/svg/custom/recursive-gradient-expected.png: |
| * platform/chromium-win/svg/custom/recursive-pattern-expected.checksum: |
| * platform/chromium-win/svg/custom/recursive-pattern-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-15 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Nate Chapin. |
| |
| Query of NUM_COMPRESSED_TEXTURE_FORMATS must be handled by WebGL |
| https://bugs.webkit.org/show_bug.cgi?id=42401 |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| |
| 2010-07-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix results of two tests that are affected by r63452. |
| |
| * compositing/layer-creation/overflow-scroll-overlap-expected.txt: |
| * compositing/plugins/small-to-large-composited-plugin-expected.txt: |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| frameset.pl has some bogus HTML |
| https://bugs.webkit.org/show_bug.cgi?id=42347 |
| |
| HTML5 ignores <frameset> elements inside <body> elements. Instead of |
| creating a random body element (using bogus Perl), we just create the |
| frameset. The body/frameset interaction is covered by parser tests. |
| |
| * http/tests/navigation/resources/frameset.pl: |
| |
| 2010-07-07 John Gregg <johnnyg@google.com> |
| |
| Reviewed by Jian Li. |
| |
| Layout test for experimental directory upload feature. Only enabled on chromium since that's where the feature is compiled in. |
| https://bugs.webkit.org/show_bug.cgi?id=40872 |
| |
| * fast/forms/input-file-directory-upload-expected.txt: Added. |
| * fast/forms/input-file-directory-upload.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Avoid creating huge compositing layers for elements that project outside the viewport |
| https://bugs.webkit.org/show_bug.cgi?id=42338 |
| |
| Tests for constraining the size of compositing layers to the layout bounds, or the enclosing |
| overflow ancestor. |
| |
| * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added. |
| * compositing/geometry/limit-layer-bounds-clipping-ancestor.html: Added. |
| * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added. |
| * compositing/geometry/limit-layer-bounds-fixed-positioned.html: Added. |
| * compositing/geometry/limit-layer-bounds-overflow-repaint.html: Added. |
| * compositing/geometry/limit-layer-bounds-positioned-expected.txt: Added. |
| * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Added. |
| * compositing/geometry/limit-layer-bounds-positioned-transition.html: Added. |
| * compositing/geometry/limit-layer-bounds-positioned.html: Added. |
| * compositing/geometry/limit-layer-bounds-transformed-expected.txt: Added. |
| * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added. |
| * compositing/geometry/limit-layer-bounds-transformed-overflow.html: Added. |
| * compositing/geometry/limit-layer-bounds-transformed.html: Added. |
| * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Added. |
| * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Added. |
| * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added. |
| |
| 2010-07-15 Alex Nicolaou <anicolao@chromium.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=42228 |
| |
| SVG Masks were in the wrong colour space for non-CG graphics layers, |
| because for those cases ImageBuffer needs to be explicitly told to |
| convert the pixels. This change adds a test that demonstrates the |
| problem and the conversion call to make the mask LinearRGB. |
| |
| * platform/mac/svg/custom/mask-colorspace-expected.checksum: Added. |
| * platform/mac/svg/custom/mask-colorspace-expected.png: Added. |
| * platform/mac/svg/custom/mask-colorspace-expected.txt: Added. |
| * svg/custom/mask-colorspace.svg: Added. |
| |
| 2010-07-15 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Hopefully final cleanup for fallout from r63403. |
| |
| * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt: |
| * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: |
| |
| 2010-07-15 Daniel Bates <dbates@rim.com> |
| |
| Reviewed by Darin Adler. |
| |
| [Mac] Implement LayoutTestController::markerTextForListItem() |
| https://bugs.webkit.org/show_bug.cgi?id=37929 |
| |
| Remove skipped layout tests now that we have DRT support. |
| |
| * platform/mac/Skipped: |
| |
| 2010-07-15 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Nate Chapin. |
| |
| Synchronize Khronos and WebKit WebGL tests |
| https://bugs.webkit.org/show_bug.cgi?id=42185 |
| |
| For the WebGL tests in the Khronos repository that originated in |
| the WebKit repository, synchronized the latest versions of these |
| tests using a script which will be checked in later. Copied |
| webgl-test-utils.js from Khronos repo and added needed entry |
| points to webgl-test.js. Rebaselined tests as necessary and |
| verified the rebaselining manually. |
| |
| * fast/canvas/webgl/array-buffer-crash-expected.txt: |
| * fast/canvas/webgl/array-buffer-crash.html: |
| * fast/canvas/webgl/array-unit-tests.html: |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt: |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: |
| * fast/canvas/webgl/context-attributes-expected.txt: |
| * fast/canvas/webgl/context-attributes.html: |
| * fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html: |
| * fast/canvas/webgl/draw-arrays-out-of-bounds-expected.txt: |
| * fast/canvas/webgl/draw-arrays-out-of-bounds.html: |
| * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: |
| * fast/canvas/webgl/draw-elements-out-of-bounds.html: |
| * fast/canvas/webgl/error-reporting-expected.txt: |
| * fast/canvas/webgl/error-reporting.html: |
| * fast/canvas/webgl/get-active-test-expected.txt: |
| * fast/canvas/webgl/get-active-test.html: |
| * fast/canvas/webgl/gl-bind-attrib-location-test-expected.txt: |
| * fast/canvas/webgl/gl-bind-attrib-location-test.html: |
| * fast/canvas/webgl/gl-enable-enum-test.html: |
| * fast/canvas/webgl/gl-enum-tests-expected.txt: |
| * fast/canvas/webgl/gl-enum-tests.html: |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| * fast/canvas/webgl/gl-object-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-object-get-calls.html: |
| * fast/canvas/webgl/gl-uniform-arrays.html: |
| * fast/canvas/webgl/gl-uniformmatrix4fv.html: |
| * fast/canvas/webgl/index-validation-copies-indices-expected.txt: |
| * fast/canvas/webgl/index-validation-copies-indices.html: |
| * fast/canvas/webgl/index-validation-crash-with-buffer-sub-data-expected.txt: |
| * fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html: |
| * fast/canvas/webgl/index-validation-expected.txt: |
| * fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt: |
| * fast/canvas/webgl/index-validation-verifies-too-many-indices.html: |
| * fast/canvas/webgl/index-validation-with-resized-buffer-expected.txt: |
| * fast/canvas/webgl/index-validation-with-resized-buffer.html: |
| * fast/canvas/webgl/index-validation.html: |
| * fast/canvas/webgl/invalid-UTF-16.html: |
| * fast/canvas/webgl/null-object-behaviour-expected.txt: |
| * fast/canvas/webgl/null-object-behaviour.html: |
| * fast/canvas/webgl/null-uniform-location.html: |
| * fast/canvas/webgl/point-size-expected.txt: |
| * fast/canvas/webgl/point-size.html: |
| * fast/canvas/webgl/renderbuffer-initialization-expected.txt: |
| * fast/canvas/webgl/renderbuffer-initialization.html: |
| * fast/canvas/webgl/resources/webgl-test-utils.js: Added. |
| (WebGLTestUtils): |
| (WebGLTestUtils.): |
| * fast/canvas/webgl/resources/webgl-test.js: |
| (initNonKhronosFramework): |
| (nonKhronosFrameworkNotifyDone): |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: |
| * fast/canvas/webgl/tex-image-and-uniform-binding-bugs-expected.txt: |
| * fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html: |
| * fast/canvas/webgl/tex-image-with-format-and-type-expected.txt: |
| * fast/canvas/webgl/tex-image-with-format-and-type.html: |
| * fast/canvas/webgl/tex-sub-image-2d-expected.txt: |
| * fast/canvas/webgl/tex-sub-image-2d.html: |
| * fast/canvas/webgl/texture-active-bind.html: |
| * fast/canvas/webgl/texture-complete.html: |
| * fast/canvas/webgl/texture-npot-expected.txt: |
| * fast/canvas/webgl/texture-npot.html: |
| * fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt: |
| * fast/canvas/webgl/texture-transparent-pixels-initialized.html: |
| * fast/canvas/webgl/triangle-expected.txt: |
| * fast/canvas/webgl/triangle.html: |
| * fast/canvas/webgl/uniform-location-expected.txt: |
| * fast/canvas/webgl/uniform-location.html: |
| * fast/canvas/webgl/viewport-unchanged-upon-resize-expected.txt: |
| * fast/canvas/webgl/viewport-unchanged-upon-resize.html: |
| |
| 2010-07-15 Ojan Vafai <ojan@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Cleanup more fallout from r63403. |
| |
| * platform/chromium-mac/fast/layers/video-layer-expected.txt: |
| * platform/chromium-mac/fast/tokenizer/external-script-document-write_2-expected.txt: |
| * platform/chromium-mac/fast/tokenizer/script_extra_close-expected.txt: |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-mac/media/controls-after-reload-expected.txt: |
| * platform/chromium-mac/media/controls-strict-expected.txt: |
| * platform/chromium-mac/media/video-aspect-ratio-expected.txt: Removed. |
| * platform/chromium-mac/media/video-display-toggle-expected.txt: |
| * platform/chromium-mac/media/video-empty-source-expected.txt: |
| * platform/chromium-mac/media/video-no-audio-expected.txt: |
| * platform/chromium-mac/media/video-volume-slider-expected.txt: |
| |
| 2010-07-15 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| [Chromium] Rebaseline chromium-win tests after r63403 |
| https://bugs.webkit.org/show_bug.cgi?id=42388 |
| |
| * platform/chromium-win/editing/selection/drag-in-iframe-expected.txt: |
| * platform/chromium-win/fast/css/text-align-expected.txt: |
| * platform/chromium-win/fast/forms/searchfield-heights-expected.txt: |
| * platform/chromium-win/fast/layers/video-layer-expected.txt: |
| * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: |
| * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium-win/media/controls-strict-expected.txt: |
| * platform/chromium-win/media/video-display-toggle-expected.txt: |
| * platform/chromium-win/media/video-empty-source-expected.txt: |
| * platform/chromium-win/media/video-no-audio-expected.txt: |
| * platform/chromium-win/media/video-replaces-poster-expected.txt: |
| * platform/chromium-win/media/video-volume-slider-expected.txt: |
| * platform/chromium-win/plugins/netscape-dom-access-expected.txt: |
| |
| 2010-07-15 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Rename read-pixels and invalidPassedParams tests to match Khronos repo |
| https://bugs.webkit.org/show_bug.cgi?id=42335 |
| |
| * fast/canvas/webgl/invalid-passed-params-expected.txt: Copied from LayoutTests/fast/canvas/webgl/invalidPassedParams-expected.txt. |
| * fast/canvas/webgl/invalid-passed-params.html: Copied from LayoutTests/fast/canvas/webgl/invalidPassedParams.html. |
| * fast/canvas/webgl/invalidPassedParams-expected.txt: Removed. |
| * fast/canvas/webgl/invalidPassedParams.html: Removed. |
| * fast/canvas/webgl/read-pixels-expected.txt: Removed. |
| * fast/canvas/webgl/read-pixels-pack-alignment-expected.txt: Copied from LayoutTests/fast/canvas/webgl/read-pixels-expected.txt. |
| * fast/canvas/webgl/read-pixels-pack-alignment.html: Copied from LayoutTests/fast/canvas/webgl/read-pixels.html. |
| * fast/canvas/webgl/read-pixels.html: Removed. |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Update some more baselines for Eric's text node coalescing patch. I |
| think these bots were behind and he didn't see the results before he |
| went to sleep. |
| |
| * platform/win/editing/selection/drag-text-delay-expected.txt: |
| * platform/win/fast/css/resize-corner-tracking-expected.txt: |
| * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/win/fast/forms/basic-textareas-expected.txt: |
| * platform/win/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/win/fast/forms/textarea-placeholder-set-value-expected.txt: |
| * platform/win/fast/forms/textarea-scrollbar-expected.txt: |
| * platform/win/fast/forms/textarea-width-expected.txt: |
| * platform/win/fast/images/favicon-as-image-expected.txt: |
| * platform/win/fast/layers/video-layer-expected.txt: |
| * platform/win/fast/parser/entity-comment-in-textarea-expected.txt: |
| * platform/win/fast/parser/open-comment-in-textarea-expected.txt: |
| * platform/win/fast/ruby/ruby-empty-rt-expected.txt: |
| * platform/win/fast/ruby/ruby-length-expected.txt: |
| * platform/win/media/video-display-toggle-expected.txt: |
| |
| 2010-07-15 Darin Adler <darin@apple.com> |
| |
| More fixes for the text node coalescing. |
| |
| Some of this was done directly based on buildbot output, but other cases |
| are speculative. The patch was much bigger before Adam landed almost all the |
| same fixes while I was committing ;-). I did not land similar chromium fixes |
| because I don't know how to interpret the different buildbot output format. |
| |
| * platform/mac/media/controls-strict-expected.txt: |
| * platform/mac/media/video-display-toggle-expected.txt: |
| * platform/mac/media/video-no-audio-expected.txt: |
| * platform/win/media/controls-after-reload-expected.txt: |
| * platform/win/media/controls-strict-expected.txt: |
| * platform/win/media/controls-styling-expected.txt: |
| * platform/win/media/video-no-audio-expected.txt: |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Update some more baselines for Eric's text node coalescing patch. I |
| think these bots were behind and he didn't see the results before he |
| went to sleep. |
| |
| * platform/mac-tiger/media/controls-after-reload-expected.txt: |
| * platform/mac-tiger/media/controls-strict-expected.txt: |
| * platform/mac-tiger/media/controls-styling-expected.txt: |
| * platform/mac-tiger/media/video-display-toggle-expected.txt: |
| * platform/mac-tiger/media/video-no-audio-expected.txt: |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Update some more baselines for Eric's text node coalescing patch. I |
| think these bots were behind and he didn't see the results before he |
| went to sleep. |
| |
| * platform/mac-leopard/media/controls-after-reload-expected.txt: |
| * platform/mac-leopard/media/controls-strict-expected.txt: |
| * platform/mac-leopard/media/controls-styling-expected.txt: |
| * platform/mac-leopard/media/video-display-toggle-expected.txt: |
| * platform/mac-leopard/media/video-no-audio-expected.txt: |
| |
| 2010-07-15 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| [Chromium] Rebaseline some tests |
| https://bugs.webkit.org/show_bug.cgi?id=42382 |
| |
| Chromium linux expected results needed after http://trac.webkit.org/changeset/63403. |
| |
| * platform/chromium-linux/editing/pasteboard/4641033-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.txt: |
| * platform/chromium-linux/fast/css/continuationCrash-expected.txt: |
| * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/chromium-linux/fast/forms/003-expected.txt: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.txt: |
| * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.txt: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/chromium-linux/fast/forms/formmove3-expected.txt: |
| * platform/chromium-linux/fast/forms/listbox-width-change-expected.txt: |
| * platform/chromium-linux/fast/forms/option-script-expected.txt: |
| * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.txt: |
| * platform/chromium-linux/fast/forms/select-empty-option-height-expected.txt: |
| * platform/chromium-linux/fast/forms/select-item-background-clip-expected.txt: |
| * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/chromium-linux/fast/forms/textfield-outline-expected.txt: |
| * platform/chromium-linux/fast/table/append-cells2-expected.txt: |
| * platform/chromium-linux/fast/table/remove-td-display-none-expected.txt: |
| * platform/chromium-linux/fast/text/international/001-expected.txt: |
| * platform/chromium-linux/fast/text/international/wrap-CJK-001-expected.txt: |
| * platform/chromium-linux/fast/text/updateNewFont-expected.txt: |
| * platform/chromium-linux/fonts/fantasy-expected.txt: |
| * platform/chromium-linux/http/tests/multipart/invalid-image-data-expected.txt: |
| * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| |
| 2010-07-15 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Update some more baselines for Eric's text node coalescing patch. I |
| think these bots were behind and he didn't see the results before he |
| went to sleep. |
| |
| * platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: |
| * platform/mac/plugins/netscape-dom-access-expected.txt: |
| |
| 2010-07-15 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| [Chromium] Rebaseline some tests |
| https://bugs.webkit.org/show_bug.cgi?id=42357 |
| |
| * platform/chromium-win/editing/deleting/5168598-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-023-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-024-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-013-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-014-expected.txt: |
| * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4641033-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5028447-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drag-drop-dead-frame-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/chromium-win/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-win/editing/selection/5354455-2-expected.txt: |
| * platform/chromium-win/editing/selection/doubleclick-crash-expected.txt: |
| * platform/chromium-win/editing/selection/drag-text-delay-expected.txt: |
| * platform/chromium-win/editing/selection/expanding-selections2-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-character-006-expected.txt: |
| * platform/chromium-win/editing/selection/focus_editable_html-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-1-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-sentence-001-expected.txt: |
| * platform/chromium-win/editing/selection/select-all-005-expected.txt: |
| * platform/chromium-win/editing/selection/selection-actions-expected.txt: |
| * platform/chromium-win/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/chromium-win/editing/style/font-family-with-space-expected.txt: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize16-expected.txt: |
| * platform/chromium-win/fast/block/float/001-expected.txt: |
| * platform/chromium-win/fast/block/margin-collapse/037-expected.txt: |
| * platform/chromium-win/fast/block/margin-collapse/038-expected.txt: |
| * platform/chromium-win/fast/block/positioning/055-expected.txt: |
| * platform/chromium-win/fast/block/positioning/auto/005-expected.txt: |
| * platform/chromium-win/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt: |
| * platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.txt: |
| * platform/chromium-win/fast/block/positioning/relative-overflow-replaced-expected.txt: |
| * platform/chromium-win/fast/block/positioning/relative-overflow-replaced-float-expected.txt: |
| * platform/chromium-win/fast/block/positioning/window-height-change-expected.txt: |
| * platform/chromium-win/fast/borders/border-image-01-expected.txt: |
| * platform/chromium-win/fast/borders/border-image-border-radius-expected.txt: |
| * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.txt: |
| * platform/chromium-win/fast/borders/border-image-scale-transform-expected.txt: |
| * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.txt: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.txt: |
| * platform/chromium-win/fast/canvas/arc360-expected.txt: |
| * platform/chromium-win/fast/canvas/canvas-before-css-expected.txt: |
| * platform/chromium-win/fast/canvas/drawImage-with-globalAlpha-expected.txt: |
| * platform/chromium-win/fast/canvas/fill-stroke-clip-reset-path-expected.txt: |
| * platform/chromium-win/fast/canvas/fillrect-gradient-zero-stops-expected.txt: |
| * platform/chromium-win/fast/canvas/shadow-offset-1-expected.txt: |
| * platform/chromium-win/fast/canvas/shadow-offset-2-expected.txt: |
| * platform/chromium-win/fast/canvas/shadow-offset-3-expected.txt: |
| * platform/chromium-win/fast/canvas/shadow-offset-4-expected.txt: |
| * platform/chromium-win/fast/canvas/shadow-offset-5-expected.txt: |
| * platform/chromium-win/fast/canvas/shadow-offset-6-expected.txt: |
| * platform/chromium-win/fast/canvas/shadow-offset-7-expected.txt: |
| * platform/chromium-win/fast/clip/016-expected.txt: |
| * platform/chromium-win/fast/clip/outline-overflowClip-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/001-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/013-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/visibleContentHiddenParent-expected.txt: |
| * platform/chromium-win/fast/css/MarqueeLayoutTest-expected.txt: |
| * platform/chromium-win/fast/css/ZeroOpacityLayers-expected.txt: |
| * platform/chromium-win/fast/css/ZeroOpacityLayers2-expected.txt: |
| * platform/chromium-win/fast/css/background-image-with-baseurl-expected.txt: |
| * platform/chromium-win/fast/css/beforeSelectorOnCodeElement-expected.txt: |
| * platform/chromium-win/fast/css/continuationCrash-expected.txt: |
| * platform/chromium-win/fast/css/css1_forward_compatible_parsing-expected.txt: |
| * platform/chromium-win/fast/css/empty-generated-content-expected.txt: |
| * platform/chromium-win/fast/css/font-face-default-font-expected.txt: |
| * platform/chromium-win/fast/css/font-face-in-media-rule-expected.txt: |
| * platform/chromium-win/fast/css/getFloatValueForUnit-expected.txt: |
| * platform/chromium-win/fast/css/import_with_baseurl-expected.txt: |
| * platform/chromium-win/fast/css/invalidation-errors-2-expected.txt: |
| * platform/chromium-win/fast/css/invalidation-errors-expected.txt: |
| * platform/chromium-win/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/chromium-win/fast/css/non-standard-checkbox-size-expected.txt: |
| * platform/chromium-win/fast/css/pseudo-cache-stale-expected.txt: |
| * platform/chromium-win/fast/css/rem-units-on-root-expected.txt: |
| * platform/chromium-win/fast/css/resize-corner-tracking-expected.txt: |
| * platform/chromium-win/fast/css/variables/inline-style-test-expected.txt: |
| * platform/chromium-win/fast/css/vertical-align-lengths-expected.txt: |
| * platform/chromium-win/fast/css/word-space-extra-expected.txt: |
| * platform/chromium-win/fast/dom/Element/null-offset-parent-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLElement/bdo-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLHeadElement/textInHead1-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLHeadElement/textInHead2-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLHeadElement/textInHead3-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLHeadElement/textInHead4-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/chromium-win/fast/dom/Window/open-existing-pop-up-blocking-expected.txt: |
| * platform/chromium-win/fast/dom/comment-not-documentElement-expected.txt: |
| * platform/chromium-win/fast/dom/jsDevicePixelRatio-expected.txt: |
| * platform/chromium-win/fast/dynamic/008-expected.txt: |
| * platform/chromium-win/fast/dynamic/011-expected.txt: |
| * platform/chromium-win/fast/dynamic/anchor-lock-expected.txt: |
| * platform/chromium-win/fast/dynamic/link-href-change-expected.txt: |
| * platform/chromium-win/fast/dynamic/outerHTML-img-expected.txt: |
| * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.txt: |
| * platform/chromium-win/fast/dynamic/window-scrollbars-test-expected.txt: |
| * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt: |
| * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt: |
| * platform/chromium-win/fast/encoding/xmacroman-encoding-test-expected.txt: |
| * platform/chromium-win/fast/events/context-no-deselect-expected.txt: |
| * platform/chromium-win/fast/events/event-listener-on-link-expected.txt: |
| * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt: |
| * platform/chromium-win/fast/events/reveal-link-when-focused-expected.txt: |
| * platform/chromium-win/fast/flexbox/025-expected.txt: |
| * platform/chromium-win/fast/forms/003-expected.txt: |
| * platform/chromium-win/fast/forms/basic-textareas-expected.txt: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-win/fast/forms/button-default-title-expected.txt: |
| * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.txt: |
| * platform/chromium-win/fast/forms/checkbox-radio-onchange-expected.txt: |
| * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-align-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-with-float-expected.txt: |
| * platform/chromium-win/fast/forms/formmove2-expected.txt: |
| * platform/chromium-win/fast/forms/formmove3-expected.txt: |
| * platform/chromium-win/fast/forms/image-border-expected.txt: |
| * platform/chromium-win/fast/forms/indeterminate-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/chromium-win/fast/forms/input-first-letter-expected.txt: |
| * platform/chromium-win/fast/forms/input-no-renderer-expected.txt: |
| * platform/chromium-win/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/chromium-win/fast/forms/input-spaces-expected.txt: |
| * platform/chromium-win/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/chromium-win/fast/forms/listbox-width-change-expected.txt: |
| * platform/chromium-win/fast/forms/option-script-expected.txt: |
| * platform/chromium-win/fast/forms/option-strip-whitespace-expected.txt: |
| * platform/chromium-win/fast/forms/placeholder-set-value-expected.txt: |
| * platform/chromium-win/fast/forms/placeholder-stripped-expected.txt: |
| * platform/chromium-win/fast/forms/radio-nested-labels-expected.txt: |
| * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/chromium-win/fast/forms/search-styled-expected.txt: |
| * platform/chromium-win/fast/forms/select-change-listbox-size-expected.txt: |
| * platform/chromium-win/fast/forms/select-empty-option-height-expected.txt: |
| * platform/chromium-win/fast/forms/select-item-background-clip-expected.txt: |
| * platform/chromium-win/fast/forms/slider-thumb-stylability-expected.txt: |
| * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/chromium-win/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/chromium-win/fast/forms/textarea-placeholder-set-value-expected.txt: |
| * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt: |
| * platform/chromium-win/fast/forms/textfield-outline-expected.txt: |
| * platform/chromium-win/fast/forms/thumbslider-crash-expected.txt: |
| * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| * platform/chromium-win/fast/frames/001-expected.txt: |
| * platform/chromium-win/fast/frames/frame-element-name-expected.txt: |
| * platform/chromium-win/fast/frames/frameElement-iframe-expected.txt: |
| * platform/chromium-win/fast/frames/viewsource-attribute-expected.txt: |
| * platform/chromium-win/fast/frames/viewsource-on-image-file-expected.txt: |
| * platform/chromium-win/fast/html/keygen-expected.txt: |
| * platform/chromium-win/fast/html/marquee-scroll-expected.txt: |
| * platform/chromium-win/fast/images/animated-gif-with-offsets-expected.txt: |
| * platform/chromium-win/fast/images/animated-svg-as-image-expected.txt: |
| * platform/chromium-win/fast/images/favicon-as-image-expected.txt: |
| * platform/chromium-win/fast/images/icon-decoding-expected.txt: |
| * platform/chromium-win/fast/images/image-in-map-expected.txt: |
| * platform/chromium-win/fast/inline-block/001-expected.txt: |
| * platform/chromium-win/fast/inline-block/003-expected.txt: |
| * platform/chromium-win/fast/inline-block/006-expected.txt: |
| * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.txt: |
| * platform/chromium-win/fast/inline-block/tricky-baseline-expected.txt: |
| * platform/chromium-win/fast/inline/drawStyledEmptyInlines-expected.txt: |
| * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: |
| * platform/chromium-win/fast/inline/long-wrapped-line-expected.txt: |
| * platform/chromium-win/fast/inline/percentage-margins-expected.txt: |
| * platform/chromium-win/fast/inline/positionedLifetime-expected.txt: |
| * platform/chromium-win/fast/invalid/005-expected.txt: |
| * platform/chromium-win/fast/invalid/006-expected.txt: |
| * platform/chromium-win/fast/invalid/021-expected.txt: |
| * platform/chromium-win/fast/invalid/missing-dl-end-tag-expected.txt: |
| * platform/chromium-win/fast/invalid/missing-dt-end-tag-expected.txt: |
| * platform/chromium-win/fast/layers/remove-only-this-layer-update-expected.txt: |
| * platform/chromium-win/fast/lists/markers-in-selection-expected.txt: |
| * platform/chromium-win/fast/loader/start-load-in-unload-expected.txt: |
| * platform/chromium-win/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/chromium-win/fast/multicol/nested-columns-expected.txt: |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/chromium-win/fast/overflow/line-clamp-expected.txt: |
| * platform/chromium-win/fast/overflow/scrollRevealButton-expected.txt: |
| * platform/chromium-win/fast/parser/comment-in-style-expected.txt: |
| * platform/chromium-win/fast/parser/entity-comment-in-style-expected.txt: |
| * platform/chromium-win/fast/parser/entity-comment-in-textarea-expected.txt: |
| * platform/chromium-win/fast/parser/nofoo-tags-inside-paragraph-expected.txt: |
| * platform/chromium-win/fast/parser/open-comment-in-textarea-expected.txt: |
| * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt: |
| * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.txt: |
| * platform/chromium-win/fast/parser/title-error-test-expected.txt: |
| * platform/chromium-win/fast/repaint/4774354-expected.txt: |
| * platform/chromium-win/fast/repaint/button-spurious-layout-hint-expected.txt: |
| * platform/chromium-win/fast/repaint/continuation-after-outline-expected.txt: |
| * platform/chromium-win/fast/repaint/inline-block-overflow-expected.txt: |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset-expected.txt: |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset2-expected.txt: |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset3-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.txt: |
| * platform/chromium-win/fast/repaint/rel-positioned-inline-with-overflow-expected.txt: |
| * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt: |
| * platform/chromium-win/fast/repaint/selected-replaced-expected.txt: |
| * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt: |
| * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.txt: |
| * platform/chromium-win/fast/replaced/image-resize-width-expected.txt: |
| * platform/chromium-win/fast/replaced/maxheight-percent-expected.txt: |
| * platform/chromium-win/fast/replaced/maxheight-pxs-expected.txt: |
| * platform/chromium-win/fast/replaced/maxwidth-percent-expected.txt: |
| * platform/chromium-win/fast/replaced/maxwidth-pxs-expected.txt: |
| * platform/chromium-win/fast/replaced/minheight-percent-expected.txt: |
| * platform/chromium-win/fast/replaced/minheight-pxs-expected.txt: |
| * platform/chromium-win/fast/replaced/minwidth-percent-expected.txt: |
| * platform/chromium-win/fast/replaced/minwidth-pxs-expected.txt: |
| * platform/chromium-win/fast/ruby/ruby-empty-rt-expected.txt: |
| * platform/chromium-win/fast/ruby/ruby-length-expected.txt: |
| * platform/chromium-win/fast/table/012-expected.txt: |
| * platform/chromium-win/fast/table/018-expected.txt: |
| * platform/chromium-win/fast/table/append-cells2-expected.txt: |
| * platform/chromium-win/fast/table/cellindex-expected.txt: |
| * platform/chromium-win/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: |
| * platform/chromium-win/fast/table/nobr-expected.txt: |
| * platform/chromium-win/fast/table/remove-td-display-none-expected.txt: |
| * platform/chromium-win/fast/text/basic/009-expected.txt: |
| * platform/chromium-win/fast/text/in-rendered-text-rtl-expected.txt: |
| * platform/chromium-win/fast/text/international/bidi-L2-run-reordering-expected.txt: |
| * platform/chromium-win/fast/text/international/bidi-european-terminators-expected.txt: |
| * platform/chromium-win/fast/text/selection-hard-linebreak-expected.txt: |
| * platform/chromium-win/fast/text/should-use-atsui-expected.txt: |
| * platform/chromium-win/fast/text/updateNewFont-expected.txt: |
| * platform/chromium-win/fast/text/whitespace/020-expected.txt: |
| * platform/chromium-win/fast/tokenizer/external-script-document-write_2-expected.txt: |
| * platform/chromium-win/fast/tokenizer/script_extra_close-expected.txt: |
| * platform/chromium-win/fast/transforms/identity-matrix-expected.txt: |
| * platform/chromium-win/fonts/cursive-expected.txt: |
| * platform/chromium-win/fonts/default-expected.txt: |
| * platform/chromium-win/fonts/fantasy-expected.txt: |
| * platform/chromium-win/fonts/monospace-expected.txt: |
| * platform/chromium-win/fonts/sans-serif-expected.txt: |
| * platform/chromium-win/fonts/serif-expected.txt: |
| * platform/chromium-win/http/tests/misc/frame-access-during-load-expected.txt: |
| * platform/chromium-win/http/tests/misc/iframe404-expected.txt: |
| * platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt: |
| * platform/chromium-win/http/tests/multipart/invalid-image-data-standalone-expected.txt: |
| * platform/chromium-win/http/tests/navigation/anchor-frames-expected.txt: |
| * platform/chromium-win/http/tests/navigation/error404-frames-expected.txt: |
| * platform/chromium-win/http/tests/navigation/error404-subframeload-expected.txt: |
| * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: |
| * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: |
| * platform/chromium-win/http/tests/navigation/postredirect-basic-expected.txt: |
| * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.txt: |
| * platform/chromium-win/http/tests/navigation/postredirect-goback1-expected.txt: |
| * platform/chromium-win/media/controls-after-reload-expected.txt: |
| * platform/chromium-win/media/video-aspect-ratio-expected.txt: |
| * platform/chromium-win/svg/custom/getsvgdocument-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/adforce_imgis_com-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug120364-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1224-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug13526-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2267-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug23299-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2757-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug29157-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2947-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug40828-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug42187-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug56405-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug5835-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug93363-expected.txt: |
| * platform/chromium-win/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/tables_align_left-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/tables_align_right-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1262-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug51000-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/backgrounds-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: |
| |
| 2010-07-15 Mads Ager <ager@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Chromium test expectations update after ES5 Object.freeze and Object.seal implementation. |
| https://bugs.webkit.org/show_bug.cgi?id=42369 |
| |
| Add Object.freeze and Object.seal tests as expected to fail to the |
| chromium test expectations file. The tests actually pass with V8 |
| but the text expectations expect them to fail because JSC has not |
| yet implemented freeze and seal. |
| |
| Not adding new chromium baselines because the baselines would |
| contain little extra information (because the text files basically |
| just contains either PASS or FAIL with little extra information). |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-15 MORITA Hajime <morrita@google.com> |
| |
| Text layout is wrong with a SVG Font that lacks <missing-glyph> element |
| https://bugs.webkit.org/show_bug.cgi?id=42352 |
| |
| * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.checksum: Added. |
| * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added. |
| * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Added. |
| * svg/custom/svg-fonts-without-missing-glyph.xhtml: Added. |
| |
| 2010-07-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Cycle detection needs to include shadow tree |
| https://bugs.webkit.org/show_bug.cgi?id=42360 |
| |
| Extend recursion tests to cover indirect recursion through <use> elements. |
| |
| * platform/mac/svg/custom/recursive-clippath-expected.checksum: |
| * platform/mac/svg/custom/recursive-clippath-expected.png: |
| * platform/mac/svg/custom/recursive-clippath-expected.txt: |
| * platform/mac/svg/custom/recursive-mask-expected.txt: |
| * platform/mac/svg/custom/recursive-pattern-expected.checksum: |
| * platform/mac/svg/custom/recursive-pattern-expected.png: |
| * platform/mac/svg/custom/recursive-pattern-expected.txt: |
| * svg/custom/recursive-clippath.svg: |
| * svg/custom/recursive-mask.svg: |
| * svg/custom/recursive-pattern.svg: |
| |
| 2010-07-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| clipPath is missing cycle detection |
| https://bugs.webkit.org/show_bug.cgi?id=42350 |
| |
| Change clipPath behaviour: clipPath children that reference the clipPath they define, are not ignored. |
| Updated tests accordingly. Raised SVG WG question, as the handling is inconsistent between Opera/FF & WebKit. |
| |
| * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.txt: |
| * platform/mac/svg/custom/recursive-clippath-expected.checksum: |
| * platform/mac/svg/custom/recursive-clippath-expected.png: |
| * platform/mac/svg/custom/recursive-clippath-expected.txt: |
| * svg/clip-path/clip-path-recursive-call-by-child.svg: |
| * svg/custom/recursive-clippath.svg: |
| |
| 2010-07-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Rubber-stamped by Dirk Schulze. |
| |
| Extend svg/custom/recursive-gradient.svg with the same recursion tests patterns have. |
| |
| * platform/mac/svg/custom/recursive-gradient-expected.checksum: |
| * platform/mac/svg/custom/recursive-gradient-expected.png: |
| * platform/mac/svg/custom/recursive-gradient-expected.txt: |
| * svg/custom/recursive-gradient.svg: |
| |
| 2010-07-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Eric Seidel. |
| |
| SVG patterns and masks should not be able to reference themselves |
| https://bugs.webkit.org/show_bug.cgi?id=32171 |
| |
| Pattern still had an issue, when using constructs like: |
| <pattern id="pattern1" xlink:href="#pattern2"/> |
| <pattern id="pattern2"><rect fill="url(#pattern1)"/></pattern> |
| |
| * platform/mac/svg/custom/recursive-pattern-expected.checksum: |
| * platform/mac/svg/custom/recursive-pattern-expected.png: |
| * platform/mac/svg/custom/recursive-pattern-expected.txt: |
| * svg/custom/recursive-pattern.svg: Add new subtest. |
| |
| 2010-07-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Forgot to reset pixel test result to the old result after the partial revert. |
| |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: |
| |
| 2010-07-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Adam Barth. |
| |
| Pixel test failure in moving-shadow-on-path.html and moving-shadow-on-container.html |
| https://bugs.webkit.org/show_bug.cgi?id=42249 |
| |
| Update fast/repaint/moving-shadow-on-path.html result, which shows a slightly smaller repaint rect. |
| |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.png: |
| |
| 2010-07-15 Maciej Stachowiak <mjs@apple.com> |
| |
| Unreviewed, trivial error in previous commit. |
| |
| Fix mistake in the last commit due to last minute change. |
| |
| * platform/mac-wk2/Skipped: change extensions from -diffs.txt to .html |
| |
| 2010-07-14 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Add more tests that fail under WebKit2 to the WebKit2 skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=42334 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-15 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed, just updating expectations. |
| |
| * html5lib/runner-expected.txt: |
| - I think my changes got out of order with one another. |
| The new results here are correct. |
| |
| 2010-07-14 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r63352. |
| http://trac.webkit.org/changeset/63352 |
| https://bugs.webkit.org/show_bug.cgi?id=42341 |
| |
| Broke plugin-initiate-popup-window.html and plugin-javascript- |
| access.html on snow leopard (Requested by abarth on #webkit). |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * plugins/plugin-initiate-popup-window-expected.txt: Removed. |
| * plugins/plugin-initiate-popup-window.html: Removed. |
| |
| 2010-07-14 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Second pass of updating baselines, fixing bad media baselines. |
| |
| * platform/gtk/media/controls-after-reload-expected.txt: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/controls-styling-expected.txt: |
| * platform/gtk/media/video-replaces-poster-expected.txt: |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Just updating expected results. |
| |
| Add a test to document WebKit (and Minefield's) HTML5 spec violation related to text node coalescing |
| https://bugs.webkit.org/show_bug.cgi?id=42294 |
| |
| Update results from Qt bot (using my new fancy rebaseline tool). |
| |
| * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/qt/editing/pasteboard/4641033-expected.txt: |
| * platform/qt/editing/pasteboard/5028447-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/qt/editing/pasteboard/select-element-1-expected.txt: |
| * platform/qt/fast/canvas/arc360-expected.txt: |
| * platform/qt/fast/canvas/canvas-before-css-expected.txt: |
| * platform/qt/fast/canvas/canvas-incremental-repaint-2-expected.txt: |
| * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt: |
| * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.txt: |
| * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.txt: |
| * platform/qt/fast/canvas/gradient-add-second-start-end-stop-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-1-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-2-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-3-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-4-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-5-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-6-expected.txt: |
| * platform/qt/fast/canvas/shadow-offset-7-expected.txt: |
| * platform/qt/fast/css/contentImage-expected.txt: |
| * platform/qt/fast/css/pseudo-cache-stale-expected.txt: |
| * platform/qt/fast/css/rem-units-on-root-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: |
| * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/qt/fast/dom/attr_dead_doc-expected.txt: |
| * platform/qt/fast/dynamic/anchor-lock-expected.txt: |
| * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.txt: |
| * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt: |
| * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: |
| * platform/qt/fast/frames/viewsource-on-image-file-expected.txt: |
| * platform/qt/fast/images/animated-gif-with-offsets-expected.txt: |
| * platform/qt/fast/images/image-in-map-expected.txt: |
| * platform/qt/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/qt/fast/multicol/nested-columns-expected.txt: |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/qt/fast/overflow/line-clamp-expected.txt: |
| * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: |
| * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt: |
| * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt: |
| * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt: |
| * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt: |
| * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: |
| * platform/qt/http/tests/misc/frame-access-during-load-expected.txt: |
| * platform/qt/http/tests/misc/iframe404-expected.txt: |
| * platform/qt/http/tests/misc/location-replace-crossdomain-expected.txt: |
| * platform/qt/plugins/netscape-dom-access-expected.txt: |
| * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: |
| |
| 2010-07-14 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Update baselines after text node coalescing changes in r63403. |
| |
| * platform/gtk/editing/deleting/delete-line-013-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-014-expected.txt: |
| * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/gtk/editing/selection/drag-in-iframe-expected.txt: |
| * platform/gtk/editing/selection/move-by-sentence-001-expected.txt: |
| * platform/gtk/fast/backgrounds/size/backgroundSize16-expected.txt: |
| * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt: |
| * platform/gtk/fast/forms/placeholder-stripped-expected.txt: |
| * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt: |
| * platform/gtk/fast/forms/thumbslider-crash-expected.txt: |
| * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| * platform/gtk/fast/images/icon-decoding-expected.txt: |
| * platform/gtk/fast/layers/remove-only-this-layer-update-expected.txt: |
| * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/gtk/fast/multicol/nested-columns-expected.txt: |
| * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/gtk/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: |
| * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.txt: |
| * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.txt: |
| * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.txt: |
| * platform/gtk/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: |
| * platform/gtk/media/controls-after-reload-expected.txt: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/controls-styling-expected.txt: |
| * platform/gtk/media/video-replaces-poster-expected.txt: |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add a test to document WebKit (and Minefield's) HTML5 spec violation related to text node coalescing |
| https://bugs.webkit.org/show_bug.cgi?id=42294 |
| |
| * html5lib/resources/adoption01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make the LegacyHTMLTreeBuilder coalesce text nodes |
| https://bugs.webkit.org/show_bug.cgi?id=42314 |
| |
| I had to fix one test which was using |
| <div></textarea> and depending on the fact that text nodes |
| were not getting coalesced when the </textarea> was ignored. |
| |
| Otherwise these test updates are all just reflecting that we |
| now merge adjacent text nodes when inserting them from the parser. |
| |
| * editing/deleting/delete-br-in-last-table-cell-expected.txt: |
| * editing/selection/skip-non-editable-1-expected.txt: |
| * editing/selection/skip-non-editable-2-expected.txt: |
| * editing/text-iterator/thai-cursor-movement-expected.txt: |
| * editing/text-iterator/thai-cursor-movement.html: |
| * fast/css/text-align-expected.txt: |
| * fast/repaint/inline-overflow-expected.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| * http/tests/security/dataTransfer-set-data-file-url-expected.txt: |
| * platform/mac/compositing/color-matching/pdf-image-match-expected.txt: |
| * platform/mac/compositing/geometry/clipping-foreground-expected.txt: |
| * platform/mac/compositing/iframes/composited-iframe-alignment-expected.txt: |
| * platform/mac/compositing/masks/direct-image-mask-expected.txt: |
| * platform/mac/compositing/masks/masked-ancestor-expected.txt: |
| * platform/mac/compositing/masks/multiple-masks-expected.txt: |
| * platform/mac/compositing/masks/simple-composited-mask-expected.txt: |
| * platform/mac/compositing/overflow/ancestor-overflow-expected.txt: |
| * platform/mac/compositing/overflow/overflow-scroll-expected.txt: |
| * platform/mac/compositing/overflow/parent-overflow-expected.txt: |
| * platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt: |
| * platform/mac/compositing/plugins/composited-plugin-expected.txt: |
| * platform/mac/compositing/reflections/simple-composited-reflections-expected.txt: |
| * platform/mac/compositing/shadows/shadow-drawing-expected.txt: |
| * platform/mac/compositing/webgl/webgl-reflection-expected.txt: |
| * platform/mac/editing/deleting/5168598-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt: |
| * platform/mac/editing/deleting/delete-line-013-expected.txt: |
| * platform/mac/editing/deleting/delete-line-014-expected.txt: |
| * platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt: |
| * platform/mac/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/mac/editing/pasteboard/4641033-expected.txt: |
| * platform/mac/editing/pasteboard/5028447-expected.txt: |
| * platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.txt: |
| * platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/mac/editing/pasteboard/select-element-1-expected.txt: |
| * platform/mac/editing/selection/5354455-2-expected.txt: |
| * platform/mac/editing/selection/doubleclick-crash-expected.txt: |
| * platform/mac/editing/selection/drag-in-iframe-expected.txt: |
| * platform/mac/editing/selection/drag-text-delay-expected.txt: |
| * platform/mac/editing/selection/expanding-selections2-expected.txt: |
| * platform/mac/editing/selection/extend-by-character-006-expected.txt: |
| * platform/mac/editing/selection/focus_editable_html-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-1-expected.txt: |
| * platform/mac/editing/selection/move-by-sentence-001-expected.txt: |
| * platform/mac/editing/selection/select-all-005-expected.txt: |
| * platform/mac/editing/selection/selection-actions-expected.txt: |
| * platform/mac/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/mac/editing/style/font-family-with-space-expected.txt: |
| * platform/mac/fast/backgrounds/size/backgroundSize16-expected.txt: |
| * platform/mac/fast/block/float/001-expected.txt: |
| * platform/mac/fast/block/margin-collapse/037-expected.txt: |
| * platform/mac/fast/block/margin-collapse/038-expected.txt: |
| * platform/mac/fast/block/positioning/055-expected.txt: |
| * platform/mac/fast/block/positioning/auto/005-expected.txt: |
| * platform/mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt: |
| * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt: |
| * platform/mac/fast/block/positioning/relative-overflow-replaced-expected.txt: |
| * platform/mac/fast/block/positioning/relative-overflow-replaced-float-expected.txt: |
| * platform/mac/fast/block/positioning/window-height-change-expected.txt: |
| * platform/mac/fast/borders/border-image-01-expected.txt: |
| * platform/mac/fast/borders/border-image-border-radius-expected.txt: |
| * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: |
| * platform/mac/fast/borders/border-image-scale-transform-expected.txt: |
| * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: |
| * platform/mac/fast/borders/svg-as-border-image-expected.txt: |
| * platform/mac/fast/canvas/arc360-expected.txt: |
| * platform/mac/fast/canvas/canvas-before-css-expected.txt: |
| * platform/mac/fast/canvas/canvas-incremental-repaint-2-expected.txt: |
| * platform/mac/fast/canvas/canvas-incremental-repaint-expected.txt: |
| * platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.txt: |
| * platform/mac/fast/canvas/fill-stroke-clip-reset-path-expected.txt: |
| * platform/mac/fast/canvas/fillrect-gradient-zero-stops-expected.txt: |
| * platform/mac/fast/canvas/gradient-add-second-start-end-stop-expected.txt: |
| * platform/mac/fast/canvas/shadow-offset-1-expected.txt: |
| * platform/mac/fast/canvas/shadow-offset-2-expected.txt: |
| * platform/mac/fast/canvas/shadow-offset-3-expected.txt: |
| * platform/mac/fast/canvas/shadow-offset-4-expected.txt: |
| * platform/mac/fast/canvas/shadow-offset-5-expected.txt: |
| * platform/mac/fast/canvas/shadow-offset-6-expected.txt: |
| * platform/mac/fast/canvas/shadow-offset-7-expected.txt: |
| * platform/mac/fast/clip/016-expected.txt: |
| * platform/mac/fast/clip/outline-overflowClip-expected.txt: |
| * platform/mac/fast/css-generated-content/001-expected.txt: |
| * platform/mac/fast/css-generated-content/013-expected.txt: |
| * platform/mac/fast/css-generated-content/visibleContentHiddenParent-expected.txt: |
| * platform/mac/fast/css/MarqueeLayoutTest-expected.txt: |
| * platform/mac/fast/css/ZeroOpacityLayers-expected.txt: |
| * platform/mac/fast/css/ZeroOpacityLayers2-expected.txt: |
| * platform/mac/fast/css/background-image-with-baseurl-expected.txt: |
| * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.txt: |
| * platform/mac/fast/css/color-correction-expected.txt: |
| * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: |
| * platform/mac/fast/css/color-correction-on-text-expected.txt: |
| * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: |
| * platform/mac/fast/css/contentImage-expected.txt: |
| * platform/mac/fast/css/continuationCrash-expected.txt: |
| * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt: |
| * platform/mac/fast/css/empty-generated-content-expected.txt: |
| * platform/mac/fast/css/font-face-default-font-expected.txt: |
| * platform/mac/fast/css/font-face-in-media-rule-expected.txt: |
| * platform/mac/fast/css/getFloatValueForUnit-expected.txt: |
| * platform/mac/fast/css/import_with_baseurl-expected.txt: |
| * platform/mac/fast/css/invalidation-errors-2-expected.txt: |
| * platform/mac/fast/css/invalidation-errors-expected.txt: |
| * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/mac/fast/css/non-standard-checkbox-size-expected.txt: |
| * platform/mac/fast/css/pseudo-cache-stale-expected.txt: |
| * platform/mac/fast/css/rem-units-on-root-expected.txt: |
| * platform/mac/fast/css/resize-corner-tracking-expected.txt: |
| * platform/mac/fast/css/variables/inline-style-test-expected.txt: |
| * platform/mac/fast/css/vertical-align-lengths-expected.txt: |
| * platform/mac/fast/css/word-space-extra-expected.txt: |
| * platform/mac/fast/dom/Element/null-offset-parent-expected.txt: |
| * platform/mac/fast/dom/HTMLElement/bdo-expected.txt: |
| * platform/mac/fast/dom/HTMLHeadElement/textInHead1-expected.txt: |
| * platform/mac/fast/dom/HTMLHeadElement/textInHead2-expected.txt: |
| * platform/mac/fast/dom/HTMLHeadElement/textInHead3-expected.txt: |
| * platform/mac/fast/dom/HTMLHeadElement/textInHead4-expected.txt: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: |
| * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/mac/fast/dom/Window/open-existing-pop-up-blocking-expected.txt: |
| * platform/mac/fast/dom/attr_dead_doc-expected.txt: |
| * platform/mac/fast/dom/comment-not-documentElement-expected.txt: |
| * platform/mac/fast/dom/jsDevicePixelRatio-expected.txt: |
| * platform/mac/fast/dynamic/008-expected.txt: |
| * platform/mac/fast/dynamic/011-expected.txt: |
| * platform/mac/fast/dynamic/anchor-lock-expected.txt: |
| * platform/mac/fast/dynamic/anonymous-block-layer-lost-expected.txt: |
| * platform/mac/fast/dynamic/link-href-change-expected.txt: |
| * platform/mac/fast/dynamic/outerHTML-img-expected.txt: |
| * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: |
| * platform/mac/fast/dynamic/window-scrollbars-test-expected.txt: |
| * platform/mac/fast/encoding/utf-16-big-endian-expected.txt: |
| * platform/mac/fast/encoding/utf-16-little-endian-expected.txt: |
| * platform/mac/fast/encoding/xmacroman-encoding-test-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/events/event-listener-on-link-expected.txt: |
| * platform/mac/fast/events/focusingUnloadedFrame-expected.txt: |
| * platform/mac/fast/events/reveal-link-when-focused-expected.txt: |
| * platform/mac/fast/flexbox/025-expected.txt: |
| * platform/mac/fast/forms/003-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-expected.txt: |
| * platform/mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/mac/fast/forms/button-default-title-expected.txt: |
| * platform/mac/fast/forms/button-inner-block-reuse-expected.txt: |
| * platform/mac/fast/forms/checkbox-radio-onchange-expected.txt: |
| * platform/mac/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/fieldset-align-expected.txt: |
| * platform/mac/fast/forms/fieldset-with-float-expected.txt: |
| * platform/mac/fast/forms/formmove2-expected.txt: |
| * platform/mac/fast/forms/formmove3-expected.txt: |
| * platform/mac/fast/forms/image-border-expected.txt: |
| * platform/mac/fast/forms/indeterminate-expected.txt: |
| * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/mac/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| * platform/mac/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/mac/fast/forms/input-first-letter-expected.txt: |
| * platform/mac/fast/forms/input-no-renderer-expected.txt: |
| * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/mac/fast/forms/input-spaces-expected.txt: |
| * platform/mac/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/mac/fast/forms/listbox-clip-expected.txt: |
| * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt: |
| * platform/mac/fast/forms/listbox-width-change-expected.txt: |
| * platform/mac/fast/forms/option-script-expected.txt: |
| * platform/mac/fast/forms/option-strip-whitespace-expected.txt: |
| * platform/mac/fast/forms/placeholder-set-value-expected.txt: |
| * platform/mac/fast/forms/placeholder-stripped-expected.txt: |
| * platform/mac/fast/forms/radio-nested-labels-expected.txt: |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/mac/fast/forms/search-styled-expected.txt: |
| * platform/mac/fast/forms/searchfield-heights-expected.txt: |
| * platform/mac/fast/forms/select-change-listbox-size-expected.txt: |
| * platform/mac/fast/forms/select-empty-option-height-expected.txt: |
| * platform/mac/fast/forms/select-initial-position-expected.txt: |
| * platform/mac/fast/forms/select-item-background-clip-expected.txt: |
| * platform/mac/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/mac/fast/forms/slider-thumb-stylability-expected.txt: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/mac/fast/forms/textarea-placeholder-set-value-expected.txt: |
| * platform/mac/fast/forms/textarea-scrollbar-expected.txt: |
| * platform/mac/fast/forms/textarea-width-expected.txt: |
| * platform/mac/fast/forms/textfield-outline-expected.txt: |
| * platform/mac/fast/forms/thumbslider-crash-expected.txt: |
| * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/mac/fast/frames/001-expected.txt: |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: |
| * platform/mac/fast/frames/frame-element-name-expected.txt: |
| * platform/mac/fast/frames/frameElement-iframe-expected.txt: |
| * platform/mac/fast/frames/viewsource-attribute-expected.txt: |
| * platform/mac/fast/frames/viewsource-on-image-file-expected.txt: |
| * platform/mac/fast/html/keygen-expected.txt: |
| * platform/mac/fast/html/marquee-scroll-expected.txt: |
| * platform/mac/fast/images/animated-gif-with-offsets-expected.txt: |
| * platform/mac/fast/images/animated-svg-as-image-expected.txt: |
| * platform/mac/fast/images/favicon-as-image-expected.txt: |
| * platform/mac/fast/images/icon-decoding-expected.txt: |
| * platform/mac/fast/images/image-in-map-expected.txt: |
| * platform/mac/fast/images/pdf-as-image-landscape-expected.txt: |
| * platform/mac/fast/inline-block/001-expected.txt: |
| * platform/mac/fast/inline-block/003-expected.txt: |
| * platform/mac/fast/inline-block/006-expected.txt: |
| * platform/mac/fast/inline-block/14498-positionForCoordinates-expected.txt: |
| * platform/mac/fast/inline-block/tricky-baseline-expected.txt: |
| * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: |
| * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: |
| * platform/mac/fast/inline/long-wrapped-line-expected.txt: |
| * platform/mac/fast/inline/percentage-margins-expected.txt: |
| * platform/mac/fast/inline/positionedLifetime-expected.txt: |
| * platform/mac/fast/invalid/005-expected.txt: |
| * platform/mac/fast/invalid/006-expected.txt: |
| * platform/mac/fast/invalid/021-expected.txt: |
| * platform/mac/fast/invalid/missing-dl-end-tag-expected.txt: |
| * platform/mac/fast/invalid/missing-dt-end-tag-expected.txt: |
| * platform/mac/fast/layers/remove-only-this-layer-update-expected.txt: |
| * platform/mac/fast/lists/markers-in-selection-expected.txt: |
| * platform/mac/fast/loader/start-load-in-unload-expected.txt: |
| * platform/mac/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/mac/fast/multicol/nested-columns-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/mac/fast/overflow/line-clamp-expected.txt: |
| * platform/mac/fast/overflow/scrollRevealButton-expected.txt: |
| * platform/mac/fast/parser/comment-in-style-expected.txt: |
| * platform/mac/fast/parser/entity-comment-in-style-expected.txt: |
| * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt: |
| * platform/mac/fast/parser/nofoo-tags-inside-paragraph-expected.txt: |
| * platform/mac/fast/parser/open-comment-in-textarea-expected.txt: |
| * platform/mac/fast/parser/parseCommentsInTitles-expected.txt: |
| * platform/mac/fast/parser/remove-block-in-residual-style-expected.txt: |
| * platform/mac/fast/parser/title-error-test-expected.txt: |
| * platform/mac/fast/repaint/4774354-expected.txt: |
| * platform/mac/fast/repaint/button-spurious-layout-hint-expected.txt: |
| * platform/mac/fast/repaint/continuation-after-outline-expected.txt: |
| * platform/mac/fast/repaint/inline-block-overflow-expected.txt: |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt: |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt: |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: |
| * platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/repaint/search-field-cancel-expected.txt: |
| * platform/mac/fast/repaint/selected-replaced-expected.txt: |
| * platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt: |
| * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: |
| * platform/mac/fast/repaint/transform-replaced-shadows-expected.txt: |
| * platform/mac/fast/replaced/image-resize-width-expected.txt: |
| * platform/mac/fast/replaced/maxheight-percent-expected.txt: |
| * platform/mac/fast/replaced/maxheight-pxs-expected.txt: |
| * platform/mac/fast/replaced/maxwidth-percent-expected.txt: |
| * platform/mac/fast/replaced/maxwidth-pxs-expected.txt: |
| * platform/mac/fast/replaced/minheight-percent-expected.txt: |
| * platform/mac/fast/replaced/minheight-pxs-expected.txt: |
| * platform/mac/fast/replaced/minwidth-percent-expected.txt: |
| * platform/mac/fast/replaced/minwidth-pxs-expected.txt: |
| * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: |
| * platform/mac/fast/ruby/ruby-length-expected.txt: |
| * platform/mac/fast/table/012-expected.txt: |
| * platform/mac/fast/table/018-expected.txt: |
| * platform/mac/fast/table/append-cells2-expected.txt: |
| * platform/mac/fast/table/cellindex-expected.txt: |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: |
| * platform/mac/fast/table/nobr-expected.txt: |
| * platform/mac/fast/table/remove-td-display-none-expected.txt: |
| * platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt: |
| * platform/mac/fast/text/atsui-rtl-override-selection-expected.txt: |
| * platform/mac/fast/text/basic/009-expected.txt: |
| * platform/mac/fast/text/in-rendered-text-rtl-expected.txt: |
| * platform/mac/fast/text/international/001-expected.txt: |
| * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.txt: |
| * platform/mac/fast/text/international/bidi-european-terminators-expected.txt: |
| * platform/mac/fast/text/international/wrap-CJK-001-expected.txt: |
| * platform/mac/fast/text/justified-text-rect-expected.txt: |
| * platform/mac/fast/text/selection-hard-linebreak-expected.txt: |
| * platform/mac/fast/text/should-use-atsui-expected.txt: |
| * platform/mac/fast/text/updateNewFont-expected.txt: |
| * platform/mac/fast/text/whitespace/020-expected.txt: |
| * platform/mac/fast/tokenizer/external-script-document-write_2-expected.txt: |
| * platform/mac/fast/tokenizer/script_extra_close-expected.txt: |
| * platform/mac/fast/transforms/identity-matrix-expected.txt: |
| * platform/mac/fonts/cursive-expected.txt: |
| * platform/mac/fonts/default-expected.txt: |
| * platform/mac/fonts/fantasy-expected.txt: |
| * platform/mac/fonts/monospace-expected.txt: |
| * platform/mac/fonts/sans-serif-expected.txt: |
| * platform/mac/fonts/serif-expected.txt: |
| * platform/mac/http/tests/misc/favicon-as-image-expected.txt: |
| * platform/mac/http/tests/misc/frame-access-during-load-expected.txt: |
| * platform/mac/http/tests/misc/iframe404-expected.txt: |
| * platform/mac/http/tests/misc/location-replace-crossdomain-expected.txt: |
| * platform/mac/http/tests/multipart/invalid-image-data-expected.txt: |
| * platform/mac/http/tests/multipart/invalid-image-data-standalone-expected.txt: |
| * platform/mac/http/tests/navigation/anchor-frames-expected.txt: |
| * platform/mac/http/tests/navigation/error404-frames-expected.txt: |
| * platform/mac/http/tests/navigation/error404-subframeload-expected.txt: |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/mac/http/tests/navigation/post-basic-expected.txt: |
| * platform/mac/http/tests/navigation/post-frames-expected.txt: |
| * platform/mac/http/tests/navigation/post-goback1-expected.txt: |
| * platform/mac/http/tests/navigation/postredirect-basic-expected.txt: |
| * platform/mac/http/tests/navigation/postredirect-frames-expected.txt: |
| * platform/mac/http/tests/navigation/postredirect-goback1-expected.txt: |
| * platform/mac/media/controls-after-reload-expected.txt: |
| * platform/mac/media/controls-styling-expected.txt: |
| * platform/mac/media/video-aspect-ratio-expected.txt: |
| * platform/mac/media/video-replaces-poster-expected.txt: |
| * platform/mac/printing/media-queries-print-expected.txt: |
| * platform/mac/svg/custom/getsvgdocument-expected.txt: |
| * platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug120364-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1224-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug13526-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2267-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug23299-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2757-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29157-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2947-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug40828-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug42187-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug56405-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug5835-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug93363-expected.txt: |
| * platform/mac/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_align_left-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_align_right-expected.txt: |
| * platform/mac/tables/mozilla/other/move_row-expected.txt: |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: |
| * platform/mac/transforms/3d/general/perspective-units-expected.txt: |
| * platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: |
| * platform/mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: |
| * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt: |
| * platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: |
| * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: |
| * platform/mac/webarchive/loading/cache-expired-subresource-expected.txt: |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTMLTreeBuilder foster parents when it should not |
| https://bugs.webkit.org/show_bug.cgi?id=42235 |
| |
| * html5lib/resources/adoption01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-14 Alexey Proskuryakov <ap@apple.com> |
| |
| The same old directory name was present in mac-tiger skipped list. |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-07-14 Brian Weinstein <bweinstein@apple.com> |
| |
| A sputnik test was removed from the Skipped list in r63366 because it was a bogus filename, |
| but this was because its directory was renamed. Add it back to the Skipped list with its new |
| directory name. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-07-14 Darin Adler <darin@apple.com> |
| |
| * platform/mac-snowleopard/Skipped: Removed a bogus filename for a file that does not |
| exist. Clearly it was OK to not skip this test, because we were not skipping it before. |
| But if it does need to be skipped, someone can add it back later. |
| |
| 2010-07-14 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| TreeWalker::previousSibling calls firstChild instead of lastChild when handling FILTER_SKIP |
| https://bugs.webkit.org/show_bug.cgi?id=42008 |
| |
| TreeWalker::previousNode does not handle FILTER_REJECT when processing lastChild |
| https://bugs.webkit.org/show_bug.cgi?id=42010 |
| |
| * fast/dom/TreeWalker/previousNodeLastChildReject-expected.txt: Added. |
| * fast/dom/TreeWalker/previousNodeLastChildReject.html: Added. |
| * fast/dom/TreeWalker/previousSiblingLastChildSkip-expected.txt: Added. |
| * fast/dom/TreeWalker/previousSiblingLastChildSkip.html: Added. |
| * fast/dom/TreeWalker/script-tests: Added. |
| * fast/dom/TreeWalker/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/script-tests/TEMPLATE.html. |
| * fast/dom/TreeWalker/script-tests/previousNodeLastChildReject.js: Added. |
| * fast/dom/TreeWalker/script-tests/previousSiblingLastChildSkip.js: Added. |
| |
| 2010-07-14 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| html5lib/runner.html fails after http://trac.webkit.org/changeset/63338/ |
| https://bugs.webkit.org/show_bug.cgi?id=42290 |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| |
| 2010-07-14 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: aria-checked not recognized on image map radio buttons |
| https://bugs.webkit.org/show_bug.cgi?id=42055 |
| |
| * platform/mac/accessibility/image-map-link-used-as-radiobutton-expected.txt: Added. |
| * platform/mac/accessibility/image-map-link-used-as-radiobutton.html: Added. |
| |
| 2010-07-14 Chris Fleizach <cfleizach@apple.com> |
| |
| No review. Make sure Tiger and Leopard don't run this test. |
| |
| AX: Data table heuristics: consider assuming data table for 'zebra-striped' rows |
| https://bugs.webkit.org/show_bug.cgi?id=42117 |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| |
| 2010-07-14 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Bug 42117 - AX: Data table heuristics: consider assuming data table for 'zebra-striped' rows |
| https://bugs.webkit.org/show_bug.cgi?id=42117 |
| |
| * platform/mac/accessibility/table-with-zebra-rows-expected.txt: Added. |
| * platform/mac/accessibility/table-with-zebra-rows.html: Added. |
| |
| 2010-07-14 Johnny Ding <jnd@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41292 |
| Add a test to initiate popup windows from plugin during plugin is handling mouse/keyboard event. |
| Disable this test on gtk/qt/win since the test plugin in those platforms didn't implement NPP_HandleEvent. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * plugins/plugin-initiate-popup-window-expected.txt: Added. |
| * plugins/plugin-initiate-popup-window.html: Added. |
| |
| 2010-07-14 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Implement border-start and border-end properties |
| https://bugs.webkit.org/show_bug.cgi?id=41782 |
| |
| * fast/css/border-start-end-expected.txt: Added. |
| * fast/css/border-start-end.html: Added. |
| * fast/css/script-tests/border-start-end.js: Added. |
| (test): |
| (testSame): |
| (testWidth): |
| |
| 2010-07-13 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| reconstructActiveFormElements should reconstruct attributes as well |
| https://bugs.webkit.org/show_bug.cgi?id=42222 |
| |
| * html5lib/resources/adoption01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-14 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Delete remaining references to utils3d.js from WebGL layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=42275 |
| |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: |
| * fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html: |
| * fast/canvas/webgl/gl-uniformmatrix4fv.html: |
| * fast/canvas/webgl/point-size.html: |
| * fast/canvas/webgl/read-pixels.html: |
| * fast/canvas/webgl/renderbuffer-initialization.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: |
| * fast/canvas/webgl/tex-image-with-format-and-type.html: |
| * fast/canvas/webgl/tex-sub-image-2d.html: |
| * fast/canvas/webgl/texture-npot.html: |
| * fast/canvas/webgl/texture-transparent-pixels-initialized.html: |
| |
| 2010-07-14 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Adam Roben. |
| |
| Update the Windows platform specific results to S7.6_A3.1.html, because it is now |
| passing on Windows. |
| |
| * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: |
| |
| 2010-07-14 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Synchronize webgl-test.js from Khronos repository |
| https://bugs.webkit.org/show_bug.cgi?id=42212 |
| |
| Incorporated latest webgl-test.js from Khronos repository. Deleted |
| utils3d.js and removed references to it from tests. Updated those |
| tests which were using the create3DDebugContext helper function, |
| which has been removed. Rebaselined five tests. |
| |
| * fast/canvas/webgl/context-attributes-expected.txt: |
| * fast/canvas/webgl/context-attributes.html: |
| * fast/canvas/webgl/index-validation-copies-indices-expected.txt: |
| * fast/canvas/webgl/index-validation-copies-indices.html: |
| * fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt: |
| * fast/canvas/webgl/index-validation-verifies-too-many-indices.html: |
| * fast/canvas/webgl/index-validation-with-resized-buffer.html: |
| * fast/canvas/webgl/null-object-behaviour-expected.txt: |
| * fast/canvas/webgl/null-object-behaviour.html: |
| * fast/canvas/webgl/resources/utils3d.js: Removed. |
| * fast/canvas/webgl/resources/webgl-test.js: |
| (assertMsg): |
| (webglTestLog): |
| (create3DContext): |
| (create3DContextWithWrapperThatThrowsOnGLError.wrap.getError): |
| (create3DContextWithWrapperThatThrowsOnGLError): |
| (getGLErrorAsString): |
| (shouldGenerateGLError): |
| (glErrorShouldBe): |
| (createProgram): |
| (initWebGL): |
| (getShaderSource): |
| (loadShader): |
| (loadShaderFromFile): |
| (loadShaderFromScript): |
| (loadProgram): |
| (loadStandardVertexShader): |
| (loadStandardFragmentShader): |
| (makeBox): |
| (makeSphere): |
| (loadObj.req.onreadystatechange): |
| (loadObj): |
| (processLoadObj): |
| (doLoadObj): |
| (loadImageTexture.texture.image.onload): |
| (loadImageTexture): |
| (doLoadImageTexture): |
| (Framerate.fr): |
| (Framerate): |
| (Framerate.prototype.updateFramerate): |
| (Framerate.prototype.snapshot): |
| * fast/canvas/webgl/texImage2DImageDataTest.html: |
| * fast/canvas/webgl/texture-active-bind.html: |
| * fast/canvas/webgl/texture-complete.html: |
| * fast/canvas/webgl/triangle.html: |
| * fast/canvas/webgl/uniform-location-expected.txt: |
| * fast/canvas/webgl/uniform-location.html: |
| * fast/canvas/webgl/viewport-unchanged-upon-resize.html: |
| |
| 2010-07-14 Tony Gentilcore <tonyg@chromium.org> |
| |
| Unreviewed, build fix for r63326. |
| |
| Update platform expectations for r63326 |
| https://bugs.webkit.org/show_bug.cgi?id=42269 |
| |
| r63326 added shouldBeGreaterThanOrEqual and updated the root expectations. This patch makes the same change to the platform-specific expectations. |
| |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| |
| 2010-07-14 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Implement Web Timing redirectStart, redirectEnd, redirectCount |
| https://bugs.webkit.org/show_bug.cgi?id=42018 |
| |
| Tests pass with --web-timing. Expectations set to FAIL because disabled by default. |
| |
| * fast/dom/script-tests/webtiming.js: Since this is not a redirect, redirect times and count should be zero. |
| (checkTimingBeforeLoad): |
| (checkWebTimingOnLoad): |
| (checkWebTimingAfterLoad): |
| * fast/dom/webtiming-expected.txt: |
| * fast/js/resources/js-test-pre.js: |
| (shouldBeGreaterThanOrEqual): Factored out so that other tests can share this method. |
| * http/tests/misc/resources/webtiming-one-redirect.html: Added. |
| * http/tests/misc/resources/webtiming-two-redirects.html: Added. |
| * http/tests/misc/webtiming-one-redirect-expected.txt: Added. |
| * http/tests/misc/webtiming-one-redirect.php: Added. |
| * http/tests/misc/webtiming-two-redirects-expected.txt: Added. |
| * http/tests/misc/webtiming-two-redirects.php: Added. |
| |
| 2010-07-14 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Update media element's seeking logic. |
| https://bugs.webkit.org/show_bug.cgi?id=42178 |
| <rdar://problem/8185817> |
| |
| * http/tests/media/video-seekable-stall-expected.txt: |
| * http/tests/media/video-seekable-stall.html: Seeking to an unbuffered time no longer |
| generates an exception. |
| |
| 2010-07-14 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r63305. |
| http://trac.webkit.org/changeset/63305 |
| https://bugs.webkit.org/show_bug.cgi?id=42256 |
| |
| "debugger-breakpoints-not-activated-on-reload.html fails on |
| GTK" (Requested by yurys on #webkit). |
| |
| * http/tests/inspector/debugger-test.js: |
| (frontend_completeDebuggerTest): |
| * inspector/debugger-breakpoints-not-activated-on-reload-expected.txt: Removed. |
| * inspector/debugger-breakpoints-not-activated-on-reload.html: Removed. |
| |
| 2010-07-14 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/recursive-pattern-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/recursive-filter-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/recursive-filter-expected.png: Added. |
| * platform/chromium-win/svg/custom/recursive-filter-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/recursive-filter-expected.png: Added. |
| * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/recursive-gradient-expected.png: Added. |
| * platform/chromium-win/svg/custom/recursive-mask-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/recursive-mask-expected.png: Added. |
| * platform/chromium-win/svg/custom/recursive-pattern-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/recursive-pattern-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-14 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Add new debugger test to the skip list on Qt. |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-14 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Inconsistent LayoutRepainter usage in the SVG renderers |
| https://bugs.webkit.org/show_bug.cgi?id=42245 |
| |
| Update pixel test baseline, which shows a marignal difference, due the repaint changes. |
| |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: |
| |
| 2010-07-14 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: do not activate all breakpoints on page reload |
| https://bugs.webkit.org/show_bug.cgi?id=41461 |
| |
| * http/tests/inspector/debugger-test.js: |
| (frontend_scriptsAreParsed): |
| (frontend_waitUntilScriptsAreParsed.waitForAllScripts): |
| (frontend_waitUntilScriptsAreParsed): |
| (frontend_ensureSourceFrameLoaded): |
| (frontend_showScriptSource): |
| * inspector/debugger-breakpoints-not-activated-on-reload-expected.txt: Added. |
| * inspector/debugger-breakpoints-not-activated-on-reload.html: Added. |
| |
| 2010-07-14 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| [Chromium] Add svg/custom/text-rotated-gradient.svg to test_expectations |
| https://bugs.webkit.org/show_bug.cgi?id=42241 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-14 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Eric Seidel. |
| |
| SVG patterns and masks should not be able to reference themselves |
| https://bugs.webkit.org/show_bug.cgi?id=32171 |
| |
| Add new layout tests covering recursion in pattern/mask/gradient/filter. Nothing crashing anymore. |
| |
| * platform/mac/svg/custom/recursive-filter-expected.checksum: Added. |
| * platform/mac/svg/custom/recursive-filter-expected.png: Added. |
| * platform/mac/svg/custom/recursive-filter-expected.txt: Added. |
| * platform/mac/svg/custom/recursive-gradient-expected.checksum: Added. |
| * platform/mac/svg/custom/recursive-gradient-expected.png: Added. |
| * platform/mac/svg/custom/recursive-gradient-expected.txt: Added. |
| * platform/mac/svg/custom/recursive-mask-expected.checksum: Added. |
| * platform/mac/svg/custom/recursive-mask-expected.png: Added. |
| * platform/mac/svg/custom/recursive-mask-expected.txt: Added. |
| * platform/mac/svg/custom/recursive-pattern-expected.checksum: Added. |
| * platform/mac/svg/custom/recursive-pattern-expected.png: Added. |
| * platform/mac/svg/custom/recursive-pattern-expected.txt: Added. |
| * svg/custom/recursive-filter.svg: Added. |
| * svg/custom/recursive-gradient.svg: Added. |
| * svg/custom/recursive-mask.svg: Added. |
| * svg/custom/recursive-pattern.svg: Added. |
| |
| 2010-07-14 Yuta Kitamura <yutak@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Add tests to check if WebSocket's challenge value is random |
| https://bugs.webkit.org/show_bug.cgi?id=42163 |
| |
| Chromium has a bug that it always sends a same challenge value due to |
| inability to generate a random value in a worker process. The new test checks |
| if WebSocket does not generate the same challenge value in a row. |
| |
| In theory, there is a very small possibility of collision between two challenge |
| values, but you will not observe such an event in reality (unless random number |
| generator is broken). |
| |
| * websocket/tests/echo-challenge_wsh.py: Added. |
| * websocket/tests/handshake-challenge-randomness-expected.txt: Added. |
| * websocket/tests/handshake-challenge-randomness.html: Added. |
| * websocket/tests/script-tests/handshake-challenge-randomness.js: Added. |
| (endTest): |
| (ws1.onmessage): |
| (ws1.onclose.ws2.onmessage): |
| (ws1.onclose.ws2.onclose): |
| (ws1.onclose): |
| * websocket/tests/workers/resources/worker-handshake-challenge-randomness.js: Added. |
| (endTest): |
| (runTests.try.ws1.onmessage): |
| (runTests.try.ws1.onclose.ws2.onmessage): |
| (runTests.try.ws1.onclose.ws2.onclose): |
| (runTests.try.ws1.onclose): |
| (runTests): |
| * websocket/tests/workers/worker-handshake-challenge-randomness-expected.txt: Added. |
| * websocket/tests/workers/worker-handshake-challenge-randomness.html: Added. |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Selection dumping code should not dump body's offset in the document |
| https://bugs.webkit.org/show_bug.cgi?id=42238 |
| |
| Update results now that we're no longer dumping |
| body's offset within HTML as part of selection dumps. |
| I used a little python script to do all these updates. |
| Basically it was just: |
| s/child \d {BODY} .* of document/body/i |
| |
| LayoutTests will be updated across several commits to keep the SVN server happy. |
| |
| Final commit (4 of 4). |
| |
| * editing/execCommand/create-list-1-expected.txt: |
| * editing/pasteboard/paste-text-013-expected.txt: |
| * editing/selection/drag-text-delay-expected.txt: |
| * editing/selection/extend-selection-bidi-expected.txt: |
| * editing/style/apply-through-end-of-document-expected.txt: |
| * fast/events/pointer-events-2-expected.txt: |
| |
| 2010-07-14 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, fix comment in Skipped file. |
| |
| [GTK] http/tests/media/video-cookie.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=42240 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-14 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, skip failing test. |
| |
| [GTK] http/tests/media/video-cookie.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=42240 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Selection dumping code should not dump body's offset in the document |
| https://bugs.webkit.org/show_bug.cgi?id=42238 |
| |
| Update results now that we're no longer dumping |
| body's offset within HTML as part of selection dumps. |
| I used a little python script to do all these updates. |
| Basically it was just: |
| s/child \d {BODY} .* of document/body/i |
| |
| LayoutTests will be updated across several commits to keep the SVN server happy. |
| |
| Update remaining platform results (3rd commit). |
| |
| * platform/chromium-linux/editing/deleting/5144139-2-expected.txt: |
| * platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt: |
| * platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt: |
| * platform/chromium-linux/editing/deleting/smart-delete-003-expected.txt: |
| * platform/chromium-linux/editing/deleting/smart-delete-004-expected.txt: |
| * platform/chromium-linux/editing/execCommand/findString-2-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/4641033-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/4944770-1-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.txt: |
| * platform/chromium-linux/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-linux/editing/selection/3690703-expected.txt: |
| * platform/chromium-linux/editing/selection/3690719-expected.txt: |
| * platform/chromium-linux/editing/selection/4397952-expected.txt: |
| * platform/chromium-linux/editing/selection/5240265-expected.txt: |
| * platform/chromium-linux/editing/selection/caret-before-select-expected.txt: |
| * platform/chromium-linux/editing/selection/fake-doubleclick-expected.txt: |
| * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.txt: |
| * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/chromium-linux/editing/selection/select-box-expected.txt: |
| * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.txt: |
| * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/chromium-linux/fast/forms/caret-rtl-expected.txt: |
| * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: |
| * platform/chromium-linux/fast/forms/textfield-outline-expected.txt: |
| * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-linux/linux_selection_color-expected.txt: |
| * platform/chromium-mac/editing/execCommand/4641880-2-expected.txt: |
| * platform/chromium-mac/editing/execCommand/4916541-expected.txt: |
| * platform/chromium-mac/editing/execCommand/5138441-expected.txt: |
| * platform/chromium-mac/editing/execCommand/5481523-expected.txt: |
| * platform/chromium-mac/editing/execCommand/indent-selection-expected.txt: |
| * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.txt: |
| * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt: |
| * platform/chromium-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt: |
| * platform/chromium-mac/fast/events/updateLayoutForHitTest-expected.txt: |
| * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.txt: |
| * platform/chromium-win/editing/deleting/4845371-expected.txt: |
| * platform/chromium-win/editing/deleting/4922367-expected.txt: |
| * platform/chromium-win/editing/deleting/5026848-1-expected.txt: |
| * platform/chromium-win/editing/deleting/5026848-2-expected.txt: |
| * platform/chromium-win/editing/deleting/5026848-3-expected.txt: |
| * platform/chromium-win/editing/deleting/5032066-expected.txt: |
| * platform/chromium-win/editing/deleting/5091898-expected.txt: |
| * platform/chromium-win/editing/deleting/5099303-expected.txt: |
| * platform/chromium-win/editing/deleting/5115601-expected.txt: |
| * platform/chromium-win/editing/deleting/5126166-expected.txt: |
| * platform/chromium-win/editing/deleting/5144139-2-expected.txt: |
| * platform/chromium-win/editing/deleting/5156801-2-expected.txt: |
| * platform/chromium-win/editing/deleting/5168598-expected.txt: |
| * platform/chromium-win/editing/deleting/5206311-1-expected.txt: |
| * platform/chromium-win/editing/deleting/5206311-2-expected.txt: |
| * platform/chromium-win/editing/deleting/5272440-expected.txt: |
| * platform/chromium-win/editing/deleting/5300379-expected.txt: |
| * platform/chromium-win/editing/deleting/5369009-expected.txt: |
| * platform/chromium-win/editing/deleting/5390681-2-expected.txt: |
| * platform/chromium-win/editing/deleting/5390681-expected.txt: |
| * platform/chromium-win/editing/deleting/5408255-expected.txt: |
| * platform/chromium-win/editing/deleting/5433862-2-expected.txt: |
| * platform/chromium-win/editing/deleting/5483370-expected.txt: |
| * platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3608430-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3608445-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3608462-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3775172-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3800834-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3857753-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3865854-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3928305-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-4083333-fix-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-and-undo-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-at-start-or-end-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-contents-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-contents-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-contents-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-004-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-005-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-006-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-007-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-008-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-009-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-011-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-012-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-013-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-014-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-015-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-016-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-017-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-023-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-merge-contents-024-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-block-table-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-004-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-005-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-006-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-007-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-008-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-009-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-010-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-011-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-012-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-br-013-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-by-word-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-character-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-first-list-item-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-hr-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-image-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-image-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-image-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-image-004-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-leading-ws-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-004-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-005-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-006-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-007-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-008-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-009-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-010-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-011-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-012-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-013-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-014-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-015-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-016-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-017-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-link-1-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-listitem-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-mixed-editable-content-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-select-all-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-select-all-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-select-all-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-selection-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-tab-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-tab-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-tab-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-tab-004-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-to-select-table-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-trailing-ws-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-ws-fixup-003-expected.txt: |
| * platform/chromium-win/editing/deleting/delete-ws-fixup-004-expected.txt: |
| * platform/chromium-win/editing/deleting/forward-delete-expected.txt: |
| * platform/chromium-win/editing/deleting/list-item-1-expected.txt: |
| * platform/chromium-win/editing/deleting/merge-different-styles-expected.txt: |
| * platform/chromium-win/editing/deleting/merge-endOfParagraph-expected.txt: |
| * platform/chromium-win/editing/deleting/merge-into-empty-block-1-expected.txt: |
| * platform/chromium-win/editing/deleting/merge-into-empty-block-2-expected.txt: |
| * platform/chromium-win/editing/deleting/merge-no-br-expected.txt: |
| * platform/chromium-win/editing/deleting/merge-unrendered-space-expected.txt: |
| * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt: |
| * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt: |
| * platform/chromium-win/editing/deleting/paragraph-in-preserveNewline-expected.txt: |
| * platform/chromium-win/editing/deleting/pruning-after-merge-2-expected.txt: |
| * platform/chromium-win/editing/deleting/smart-delete-001-expected.txt: |
| * platform/chromium-win/editing/deleting/smart-delete-002-expected.txt: |
| * platform/chromium-win/editing/deleting/smart-delete-003-expected.txt: |
| * platform/chromium-win/editing/deleting/smart-delete-004-expected.txt: |
| * platform/chromium-win/editing/deleting/table-cells-expected.txt: |
| * platform/chromium-win/editing/deleting/transpose-empty-expected.txt: |
| * platform/chromium-win/editing/deleting/type-delete-after-quote-expected.txt: |
| * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/4580583-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/4580583-2-expected.txt: |
| * platform/chromium-win/editing/execCommand/4641880-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/4641880-2-expected.txt: |
| * platform/chromium-win/editing/execCommand/4747450-expected.txt: |
| * platform/chromium-win/editing/execCommand/4786404-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/4786404-2-expected.txt: |
| * platform/chromium-win/editing/execCommand/4916402-expected.txt: |
| * platform/chromium-win/editing/execCommand/4916541-expected.txt: |
| * platform/chromium-win/editing/execCommand/4920488-expected.txt: |
| * platform/chromium-win/editing/execCommand/4920742-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/4924441-expected.txt: |
| * platform/chromium-win/editing/execCommand/5049671-expected.txt: |
| * platform/chromium-win/editing/execCommand/5080333-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/5080333-2-expected.txt: |
| * platform/chromium-win/editing/execCommand/5136770-expected.txt: |
| * platform/chromium-win/editing/execCommand/5138441-expected.txt: |
| * platform/chromium-win/editing/execCommand/5142012-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/5142012-2-expected.txt: |
| * platform/chromium-win/editing/execCommand/5190926-expected.txt: |
| * platform/chromium-win/editing/execCommand/5481523-expected.txt: |
| * platform/chromium-win/editing/execCommand/5482023-expected.txt: |
| * platform/chromium-win/editing/execCommand/5569741-expected.txt: |
| * platform/chromium-win/editing/execCommand/5573879-expected.txt: |
| * platform/chromium-win/editing/execCommand/create-list-from-range-selection-expected.txt: |
| * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.txt: |
| * platform/chromium-win/editing/execCommand/findString-2-expected.txt: |
| * platform/chromium-win/editing/execCommand/findString-expected.txt: |
| * platform/chromium-win/editing/execCommand/format-block-expected.txt: |
| * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.txt: |
| * platform/chromium-win/editing/execCommand/format-block-with-braces-expected.txt: |
| * platform/chromium-win/editing/execCommand/format-block-with-trailing-br-expected.txt: |
| * platform/chromium-win/editing/execCommand/hilitecolor-expected.txt: |
| * platform/chromium-win/editing/execCommand/indent-empty-root-expected.txt: |
| * platform/chromium-win/editing/execCommand/indent-list-item-expected.txt: |
| * platform/chromium-win/editing/execCommand/indent-selection-expected.txt: |
| * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.txt: |
| * platform/chromium-win/editing/execCommand/insert-list-empty-div-expected.txt: |
| * platform/chromium-win/editing/execCommand/insertImage-expected.txt: |
| * platform/chromium-win/editing/execCommand/nsresponder-indent-expected.txt: |
| * platform/chromium-win/editing/execCommand/nsresponder-outdent-expected.txt: |
| * platform/chromium-win/editing/execCommand/outdent-selection-expected.txt: |
| * platform/chromium-win/editing/execCommand/print-expected.txt: |
| * platform/chromium-win/editing/execCommand/remove-formatting-2-expected.txt: |
| * platform/chromium-win/editing/execCommand/remove-formatting-expected.txt: |
| * platform/chromium-win/editing/execCommand/remove-list-from-range-selection-expected.txt: |
| * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.txt: |
| * platform/chromium-win/editing/execCommand/selectAll-expected.txt: |
| * platform/chromium-win/editing/inserting/12882-expected.txt: |
| * platform/chromium-win/editing/inserting/4278698-expected.txt: |
| * platform/chromium-win/editing/inserting/4840662-expected.txt: |
| * platform/chromium-win/editing/inserting/4875189-1-expected.txt: |
| * platform/chromium-win/editing/inserting/4875189-2-expected.txt: |
| * platform/chromium-win/editing/inserting/4959067-expected.txt: |
| * platform/chromium-win/editing/inserting/4960120-1-expected.txt: |
| * platform/chromium-win/editing/inserting/4960120-2-expected.txt: |
| * platform/chromium-win/editing/inserting/5002441-expected.txt: |
| * platform/chromium-win/editing/inserting/5058163-1-expected.txt: |
| * platform/chromium-win/editing/inserting/5058163-2-expected.txt: |
| * platform/chromium-win/editing/inserting/5156401-2-expected.txt: |
| * platform/chromium-win/editing/inserting/5418891-expected.txt: |
| * platform/chromium-win/editing/inserting/5510537-expected.txt: |
| * platform/chromium-win/editing/inserting/5549929-2-expected.txt: |
| * platform/chromium-win/editing/inserting/5549929-3-expected.txt: |
| * platform/chromium-win/editing/inserting/5607069-2-expected.txt: |
| * platform/chromium-win/editing/inserting/5607069-3-expected.txt: |
| * platform/chromium-win/editing/inserting/6703873-expected.txt: |
| * platform/chromium-win/editing/inserting/before-after-input-element-expected.txt: |
| * platform/chromium-win/editing/inserting/break-blockquote-after-delete-expected.txt: |
| * platform/chromium-win/editing/inserting/editable-html-element-expected.txt: |
| * platform/chromium-win/editing/inserting/editable-inline-element-expected.txt: |
| * platform/chromium-win/editing/inserting/edited-whitespace-1-expected.txt: |
| * platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3659587-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3775316-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3778059-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3786362-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3800346-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3851164-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-after-delete-001-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-at-end-01-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-at-end-02-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-001-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-002-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-003-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-004-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-005-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-006-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-007-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-008-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-009-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-at-tabspan-001-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-at-tabspan-002-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-quoted-001-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-quoted-002-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-quoted-003-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-quoted-004-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-quoted-005-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-br-quoted-006-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-001-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-002-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-003-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-004-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-005-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-006-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-007-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-008-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-009-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-010-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-011-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-012-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-013-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-014-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-015-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-016-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-017-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-018-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-019-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-020-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-021-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-022-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-023-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-024-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-025-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-026-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-div-027-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-paragraph-03-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-paragraph-04-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-paragraph-05-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-space-in-empty-doc-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-tab-001-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-tab-002-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-tab-003-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-tab-004-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-text-at-tabspan-001-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-text-at-tabspan-002-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-text-at-tabspan-003-expected.txt: |
| * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.txt: |
| * platform/chromium-win/editing/inserting/line-break-expected.txt: |
| * platform/chromium-win/editing/inserting/multiple-lines-selected-expected.txt: |
| * platform/chromium-win/editing/inserting/paragraph-separator-01-expected.txt: |
| * platform/chromium-win/editing/inserting/paragraph-separator-02-expected.txt: |
| * platform/chromium-win/editing/inserting/paragraph-separator-03-expected.txt: |
| * platform/chromium-win/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/chromium-win/editing/inserting/redo-expected.txt: |
| * platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.txt: |
| * platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.txt: |
| * platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.txt: |
| * platform/chromium-win/editing/inserting/typing-001-expected.txt: |
| * platform/chromium-win/editing/inserting/typing-002-expected.txt: |
| * platform/chromium-win/editing/inserting/typing-003-expected.txt: |
| * platform/chromium-win/editing/inserting/typing-around-br-001-expected.txt: |
| * platform/chromium-win/editing/inserting/typing-around-image-001-expected.txt: |
| * platform/chromium-win/editing/inserting/typing-tab-designmode-forms-expected.txt: |
| * platform/chromium-win/editing/pasteboard/3976872-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4076267-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4076267-3-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4076267-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4242293-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4242293-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4631972-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4641033-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4700297-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4806874-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4861080-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4944770-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4944770-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4947130-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4989774-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5006779-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5027857-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5028447-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5032095-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5065605-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5071074-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5071074-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5075944-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5075944-3-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5075944-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5089327-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5134759-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5156401-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5247341-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5368833-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5387578-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5478250-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5483567-expected.txt: |
| * platform/chromium-win/editing/pasteboard/5601583-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/8145-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/8145-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/8145-3-expected.txt: |
| * platform/chromium-win/editing/pasteboard/bad-placeholder-expected.txt: |
| * platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.txt: |
| * platform/chromium-win/editing/pasteboard/copy-paste-bidi-expected.txt: |
| * platform/chromium-win/editing/pasteboard/copy-standalone-image-expected.txt: |
| * platform/chromium-win/editing/pasteboard/cut-text-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/displaced-generic-placeholder-expected.txt: |
| * platform/chromium-win/editing/pasteboard/displaced-placeholder-expected.txt: |
| * platform/chromium-win/editing/pasteboard/display-block-on-spans-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drag-drop-dead-frame-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/interchange-newline-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/interchange-newline-3-expected.txt: |
| * platform/chromium-win/editing/pasteboard/interchange-newline-4-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-after-delete-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-3-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-4-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-5-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-start-blockquote-expected.txt: |
| * platform/chromium-win/editing/pasteboard/merge-start-list-expected.txt: |
| * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: |
| * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-4038267-fix-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-4039777-fix-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-002-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-003-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-004-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-005-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-006-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-007-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-008-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-009-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-line-endings-010-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-list-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-match-style-002-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-table-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-004-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-009-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-012-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-013-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-014-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-015-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-017-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-018-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-019-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-unrendered-select-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt: |
| * platform/chromium-win/editing/pasteboard/pasting-object-expected.txt: |
| * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt: |
| * platform/chromium-win/editing/pasteboard/prevent-block-nesting-01-expected.txt: |
| * platform/chromium-win/editing/pasteboard/quirks-mode-br-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/select-element-1-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-drag-drop-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-002-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-003-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-004-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-005-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-006-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt: |
| * platform/chromium-win/editing/pasteboard/smart-paste-008-expected.txt: |
| * platform/chromium-win/editing/pasteboard/styled-element-markup-expected.txt: |
| * platform/chromium-win/editing/pasteboard/testcase-9507-expected.txt: |
| * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.txt: |
| * platform/chromium-win/editing/pasteboard/unrendered-br-expected.txt: |
| * platform/chromium-win/editing/selection/13804-expected.txt: |
| * platform/chromium-win/editing/selection/14971-expected.txt: |
| * platform/chromium-win/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-win/editing/selection/3690703-expected.txt: |
| * platform/chromium-win/editing/selection/3690719-expected.txt: |
| * platform/chromium-win/editing/selection/4397952-expected.txt: |
| * platform/chromium-win/editing/selection/4402375-expected.txt: |
| * platform/chromium-win/editing/selection/4818145-expected.txt: |
| * platform/chromium-win/editing/selection/4866671-expected.txt: |
| * platform/chromium-win/editing/selection/4889598-expected.txt: |
| * platform/chromium-win/editing/selection/4895428-1-expected.txt: |
| * platform/chromium-win/editing/selection/4895428-2-expected.txt: |
| * platform/chromium-win/editing/selection/4895428-3-expected.txt: |
| * platform/chromium-win/editing/selection/4895428-4-expected.txt: |
| * platform/chromium-win/editing/selection/4932260-1-expected.txt: |
| * platform/chromium-win/editing/selection/4932260-2-expected.txt: |
| * platform/chromium-win/editing/selection/4932260-3-expected.txt: |
| * platform/chromium-win/editing/selection/4947387-expected.txt: |
| * platform/chromium-win/editing/selection/4960116-expected.txt: |
| * platform/chromium-win/editing/selection/4975120-expected.txt: |
| * platform/chromium-win/editing/selection/4983858-expected.txt: |
| * platform/chromium-win/editing/selection/5007143-2-expected.txt: |
| * platform/chromium-win/editing/selection/5007143-expected.txt: |
| * platform/chromium-win/editing/selection/5057506-2-expected.txt: |
| * platform/chromium-win/editing/selection/5057506-expected.txt: |
| * platform/chromium-win/editing/selection/5076323-1-expected.txt: |
| * platform/chromium-win/editing/selection/5076323-2-expected.txt: |
| * platform/chromium-win/editing/selection/5076323-3-expected.txt: |
| * platform/chromium-win/editing/selection/5081257-1-expected.txt: |
| * platform/chromium-win/editing/selection/5081257-2-expected.txt: |
| * platform/chromium-win/editing/selection/5099303-expected.txt: |
| * platform/chromium-win/editing/selection/5109817-expected.txt: |
| * platform/chromium-win/editing/selection/5131716-1-expected.txt: |
| * platform/chromium-win/editing/selection/5131716-2-expected.txt: |
| * platform/chromium-win/editing/selection/5131716-3-expected.txt: |
| * platform/chromium-win/editing/selection/5131716-4-expected.txt: |
| * platform/chromium-win/editing/selection/5195166-2-expected.txt: |
| * platform/chromium-win/editing/selection/5232159-expected.txt: |
| * platform/chromium-win/editing/selection/5234383-1-expected.txt: |
| * platform/chromium-win/editing/selection/5234383-2-expected.txt: |
| * platform/chromium-win/editing/selection/5240265-expected.txt: |
| * platform/chromium-win/editing/selection/5333725-expected.txt: |
| * platform/chromium-win/editing/selection/5354455-1-expected.txt: |
| * platform/chromium-win/editing/selection/5354455-2-expected.txt: |
| * platform/chromium-win/editing/selection/6476-expected.txt: |
| * platform/chromium-win/editing/selection/7152-1-expected.txt: |
| * platform/chromium-win/editing/selection/7152-2-expected.txt: |
| * platform/chromium-win/editing/selection/addRange-expected.txt: |
| * platform/chromium-win/editing/selection/after-line-wrap-expected.txt: |
| * platform/chromium-win/editing/selection/caret-and-focus-ring-expected.txt: |
| * platform/chromium-win/editing/selection/caret-before-select-expected.txt: |
| * platform/chromium-win/editing/selection/caret-rtl-2-expected.txt: |
| * platform/chromium-win/editing/selection/caret-rtl-expected.txt: |
| * platform/chromium-win/editing/selection/click-start-of-line-expected.txt: |
| * platform/chromium-win/editing/selection/contains-boundaries-expected.txt: |
| * platform/chromium-win/editing/selection/contenteditable-click-inside-expected.txt: |
| * platform/chromium-win/editing/selection/contenteditable-click-outside-expected.txt: |
| * platform/chromium-win/editing/selection/display-table-text-expected.txt: |
| * platform/chromium-win/editing/selection/doubleclick-crash-expected.txt: |
| * platform/chromium-win/editing/selection/drag-select-1-expected.txt: |
| * platform/chromium-win/editing/selection/drag-text-delay-expected.txt: |
| * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.txt: |
| * platform/chromium-win/editing/selection/editable-html-element-expected.txt: |
| * platform/chromium-win/editing/selection/editable-links-expected.txt: |
| * platform/chromium-win/editing/selection/editable-non-editable-crash-expected.txt: |
| * platform/chromium-win/editing/selection/end-of-document-expected.txt: |
| * platform/chromium-win/editing/selection/expanding-selections-expected.txt: |
| * platform/chromium-win/editing/selection/expanding-selections2-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-character-001-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-character-002-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-character-003-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-character-004-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-character-005-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-character-006-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-sentence-001-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-word-001-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt: |
| * platform/chromium-win/editing/selection/extend-selection-bidi-expected.txt: |
| * platform/chromium-win/editing/selection/fake-doubleclick-expected.txt: |
| * platform/chromium-win/editing/selection/fake-drag-expected.txt: |
| * platform/chromium-win/editing/selection/focus-body-expected.txt: |
| * platform/chromium-win/editing/selection/focus_editable_html-expected.txt: |
| * platform/chromium-win/editing/selection/iframe-expected.txt: |
| * platform/chromium-win/editing/selection/image-before-linebreak-expected.txt: |
| * platform/chromium-win/editing/selection/inline-closest-leaf-child-expected.txt: |
| * platform/chromium-win/editing/selection/inline-table-expected.txt: |
| * platform/chromium-win/editing/selection/leave-requested-block-expected.txt: |
| * platform/chromium-win/editing/selection/line-wrap-1-expected.txt: |
| * platform/chromium-win/editing/selection/line-wrap-2-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-1-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-2-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-3-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-4-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-5-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-6-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-7-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-8-expected.txt: |
| * platform/chromium-win/editing/selection/mixed-editability-9-expected.txt: |
| * platform/chromium-win/editing/selection/move-3875618-fix-expected.txt: |
| * platform/chromium-win/editing/selection/move-3875641-fix-expected.txt: |
| * platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.txt: |
| * platform/chromium-win/editing/selection/move-between-blocks-no-001-expected.txt: |
| * platform/chromium-win/editing/selection/move-between-blocks-yes-001-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-character-001-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-character-002-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-character-003-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-character-004-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-character-005-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-character-6-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-line-001-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-line-002-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-sentence-001-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-sentence-linebreak-expected.txt: |
| * platform/chromium-win/editing/selection/move-by-word-001-expected.txt: |
| * platform/chromium-win/editing/selection/move-past-trailing-space-expected.txt: |
| * platform/chromium-win/editing/selection/node-removal-2-expected.txt: |
| * platform/chromium-win/editing/selection/paragraph-granularity-expected.txt: |
| * platform/chromium-win/editing/selection/previous-line-position-expected.txt: |
| * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.txt: |
| * platform/chromium-win/editing/selection/replace-selection-1-expected.txt: |
| * platform/chromium-win/editing/selection/replaced-boundaries-1-expected.txt: |
| * platform/chromium-win/editing/selection/replaced-boundaries-2-expected.txt: |
| * platform/chromium-win/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/chromium-win/editing/selection/select-all-001-expected.txt: |
| * platform/chromium-win/editing/selection/select-all-002-expected.txt: |
| * platform/chromium-win/editing/selection/select-all-003-expected.txt: |
| * platform/chromium-win/editing/selection/select-all-004-expected.txt: |
| * platform/chromium-win/editing/selection/select-all-005-expected.txt: |
| * platform/chromium-win/editing/selection/select-all-006-expected.txt: |
| * platform/chromium-win/editing/selection/select-box-expected.txt: |
| * platform/chromium-win/editing/selection/select-element-paragraph-boundary-expected.txt: |
| * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/chromium-win/editing/selection/select-text-overflow-ellipsis-expected.txt: |
| * platform/chromium-win/editing/selection/selection-3748164-fix-expected.txt: |
| * platform/chromium-win/editing/selection/selection-actions-expected.txt: |
| * platform/chromium-win/editing/selection/selection-background-expected.txt: |
| * platform/chromium-win/editing/selection/table-caret-1-expected.txt: |
| * platform/chromium-win/editing/selection/table-caret-2-expected.txt: |
| * platform/chromium-win/editing/selection/table-caret-3-expected.txt: |
| * platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt: |
| * platform/chromium-win/editing/selection/unrendered-001-expected.txt: |
| * platform/chromium-win/editing/selection/unrendered-002-expected.txt: |
| * platform/chromium-win/editing/selection/unrendered-003-expected.txt: |
| * platform/chromium-win/editing/selection/unrendered-004-expected.txt: |
| * platform/chromium-win/editing/selection/unrendered-005-expected.txt: |
| * platform/chromium-win/editing/selection/unrendered-space-expected.txt: |
| * platform/chromium-win/editing/selection/word-granularity-expected.txt: |
| * platform/chromium-win/editing/selection/wrapped-line-caret-1-expected.txt: |
| * platform/chromium-win/editing/selection/wrapped-line-caret-2-expected.txt: |
| * platform/chromium-win/editing/spelling/spellcheck-attribute-expected.txt: |
| * platform/chromium-win/editing/spelling/spelling-expected.txt: |
| * platform/chromium-win/editing/style/4916887-expected.txt: |
| * platform/chromium-win/editing/style/5017613-1-expected.txt: |
| * platform/chromium-win/editing/style/5017613-2-expected.txt: |
| * platform/chromium-win/editing/style/5046875-1-expected.txt: |
| * platform/chromium-win/editing/style/5046875-2-expected.txt: |
| * platform/chromium-win/editing/style/5065910-expected.txt: |
| * platform/chromium-win/editing/style/5084241-expected.txt: |
| * platform/chromium-win/editing/style/5228141-expected.txt: |
| * platform/chromium-win/editing/style/5279521-expected.txt: |
| * platform/chromium-win/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt: |
| * platform/chromium-win/editing/style/block-style-001-expected.txt: |
| * platform/chromium-win/editing/style/block-style-002-expected.txt: |
| * platform/chromium-win/editing/style/block-style-003-expected.txt: |
| * platform/chromium-win/editing/style/block-style-004-expected.txt: |
| * platform/chromium-win/editing/style/block-style-005-expected.txt: |
| * platform/chromium-win/editing/style/block-style-006-expected.txt: |
| * platform/chromium-win/editing/style/block-styles-007-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-001-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-002-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-003-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-004-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-005-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-006-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-007-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-008-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-009-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-010-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-011-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-012-expected.txt: |
| * platform/chromium-win/editing/style/create-block-for-style-013-expected.txt: |
| * platform/chromium-win/editing/style/designmode-expected.txt: |
| * platform/chromium-win/editing/style/font-family-with-space-expected.txt: |
| * platform/chromium-win/editing/style/fontsize-1-expected.txt: |
| * platform/chromium-win/editing/style/highlight-expected.txt: |
| * platform/chromium-win/editing/style/non-inheritable-styles-expected.txt: |
| * platform/chromium-win/editing/style/relative-font-size-change-001-expected.txt: |
| * platform/chromium-win/editing/style/relative-font-size-change-002-expected.txt: |
| * platform/chromium-win/editing/style/relative-font-size-change-003-expected.txt: |
| * platform/chromium-win/editing/style/relative-font-size-change-004-expected.txt: |
| * platform/chromium-win/editing/style/smoosh-styles-001-expected.txt: |
| * platform/chromium-win/editing/style/smoosh-styles-002-expected.txt: |
| * platform/chromium-win/editing/style/smoosh-styles-003-expected.txt: |
| * platform/chromium-win/editing/style/style-3681552-fix-001-expected.txt: |
| * platform/chromium-win/editing/style/style-3681552-fix-002-expected.txt: |
| * platform/chromium-win/editing/style/style-3690704-fix-expected.txt: |
| * platform/chromium-win/editing/style/style-3998892-fix-expected.txt: |
| * platform/chromium-win/editing/style/style-boundary-001-expected.txt: |
| * platform/chromium-win/editing/style/style-boundary-002-expected.txt: |
| * platform/chromium-win/editing/style/style-boundary-003-expected.txt: |
| * platform/chromium-win/editing/style/style-boundary-004-expected.txt: |
| * platform/chromium-win/editing/style/style-boundary-005-expected.txt: |
| * platform/chromium-win/editing/style/table-selection-expected.txt: |
| * platform/chromium-win/editing/style/typing-style-001-expected.txt: |
| * platform/chromium-win/editing/style/typing-style-002-expected.txt: |
| * platform/chromium-win/editing/style/typing-style-003-expected.txt: |
| * platform/chromium-win/editing/style/unbold-in-bold-expected.txt: |
| * platform/chromium-win/editing/undo/4063751-expected.txt: |
| * platform/chromium-win/editing/undo/5378473-expected.txt: |
| * platform/chromium-win/editing/undo/redo-typing-001-expected.txt: |
| * platform/chromium-win/editing/undo/undo-combined-delete-boundary-expected.txt: |
| * platform/chromium-win/editing/undo/undo-combined-delete-expected.txt: |
| * platform/chromium-win/editing/undo/undo-delete-boundary-expected.txt: |
| * platform/chromium-win/editing/undo/undo-delete-expected.txt: |
| * platform/chromium-win/editing/undo/undo-forward-delete-boundary-expected.txt: |
| * platform/chromium-win/editing/undo/undo-forward-delete-expected.txt: |
| * platform/chromium-win/editing/undo/undo-misspellings-expected.txt: |
| * platform/chromium-win/editing/undo/undo-typing-001-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/list-delete-003-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/list-type-after-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/list-type-before-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/table-delete-001-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/table-delete-002-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/table-delete-003-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/table-type-after-expected.txt: |
| * platform/chromium-win/editing/unsupported-content/table-type-before-expected.txt: |
| * platform/chromium-win/fast/block/float/relative-painted-twice-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/hover-style-change-expected.txt: |
| * platform/chromium-win/fast/css/layerZOrderCrash-expected.txt: |
| * platform/chromium-win/fast/css/shadow-multiple-expected.txt: |
| * platform/chromium-win/fast/css/universal-hover-quirk-expected.txt: |
| * platform/chromium-win/fast/dom/delete-contents-expected.txt: |
| * platform/chromium-win/fast/dom/focus-contenteditable-expected.txt: |
| * platform/chromium-win/fast/dynamic/layer-hit-test-crash-expected.txt: |
| * platform/chromium-win/fast/dynamic/selection-highlight-adjust-expected.txt: |
| * platform/chromium-win/fast/events/5056619-expected.txt: |
| * platform/chromium-win/fast/events/autoscroll-expected.txt: |
| * platform/chromium-win/fast/events/context-no-deselect-expected.txt: |
| * platform/chromium-win/fast/events/label-focus-expected.txt: |
| * platform/chromium-win/fast/events/pointer-events-2-expected.txt: |
| * platform/chromium-win/fast/events/updateLayoutForHitTest-expected.txt: |
| * platform/chromium-win/fast/forms/caret-rtl-expected.txt: |
| * platform/chromium-win/fast/forms/form-added-to-table-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt: |
| * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/chromium-win/fast/forms/input-paste-undo-expected.txt: |
| * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-click-outside-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-double-click-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/chromium-win/fast/forms/search-rtl-expected.txt: |
| * platform/chromium-win/fast/forms/search-zoomed-expected.txt: |
| * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt: |
| * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt: |
| * platform/chromium-win/fast/forms/textfield-outline-expected.txt: |
| * platform/chromium-win/fast/forms/textfield-overflow-expected.txt: |
| * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.txt: |
| * platform/chromium-win/fast/inline/25277-2-expected.txt: |
| * platform/chromium-win/fast/inline/25277-expected.txt: |
| * platform/chromium-win/fast/lists/drag-into-marker-expected.txt: |
| * platform/chromium-win/fast/lists/markers-in-selection-expected.txt: |
| * platform/chromium-win/fast/overflow/image-selection-highlight-expected.txt: |
| * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt: |
| * platform/chromium-win/fast/overflow/overflow-text-hit-testing-expected.txt: |
| * platform/chromium-win/fast/repaint/4776765-expected.txt: |
| * platform/chromium-win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: |
| * platform/chromium-win/fast/repaint/caret-outside-block-expected.txt: |
| * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.txt: |
| * platform/chromium-win/fast/repaint/inline-outline-repaint-expected.txt: |
| * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/chromium-win/fast/repaint/selected-replaced-expected.txt: |
| * platform/chromium-win/fast/repaint/selection-after-delete-expected.txt: |
| * platform/chromium-win/fast/repaint/selection-after-remove-expected.txt: |
| * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/chromium-win/fast/replaced/selection-rect-in-table-cell-expected.txt: |
| * platform/chromium-win/fast/replaced/selection-rect-transform-expected.txt: |
| * platform/chromium-win/fast/selectors/159-expected.txt: |
| * platform/chromium-win/fast/selectors/177a-expected.txt: |
| * platform/chromium-win/fast/table/click-near-anonymous-table-expected.txt: |
| * platform/chromium-win/fast/text/atsui-kerning-and-ligatures-expected.txt: |
| * platform/chromium-win/fast/text/atsui-partial-selection-expected.txt: |
| * platform/chromium-win/fast/text/delete-hard-break-character-expected.txt: |
| * platform/chromium-win/fast/text/in-rendered-text-rtl-expected.txt: |
| * platform/chromium-win/fast/text/international/khmer-selection-expected.txt: |
| * platform/chromium-win/fast/text/international/rtl-caret-expected.txt: |
| * platform/chromium-win/fast/text/justified-selection-at-edge-expected.txt: |
| * platform/chromium-win/fast/text/justified-selection-expected.txt: |
| * platform/chromium-win/fast/text/should-use-atsui-expected.txt: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-win/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: |
| * platform/chromium-win/fast/transforms/transformed-caret-expected.txt: |
| * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/chromium-win/svg/custom/hit-test-with-br-expected.txt: |
| * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/chromium-win/svg/text/selection-background-color-expected.txt: |
| * platform/chromium-win/svg/text/selection-styles-expected.txt: |
| * platform/gtk/editing/deleting/4922367-expected.txt: |
| * platform/gtk/editing/deleting/5026848-1-expected.txt: |
| * platform/gtk/editing/deleting/5026848-2-expected.txt: |
| * platform/gtk/editing/deleting/5026848-3-expected.txt: |
| * platform/gtk/editing/deleting/5032066-expected.txt: |
| * platform/gtk/editing/deleting/5091898-expected.txt: |
| * platform/gtk/editing/deleting/5099303-expected.txt: |
| * platform/gtk/editing/deleting/5115601-expected.txt: |
| * platform/gtk/editing/deleting/5126166-expected.txt: |
| * platform/gtk/editing/deleting/5156801-2-expected.txt: |
| * platform/gtk/editing/deleting/5206311-1-expected.txt: |
| * platform/gtk/editing/deleting/5206311-2-expected.txt: |
| * platform/gtk/editing/deleting/5272440-expected.txt: |
| * platform/gtk/editing/deleting/5369009-expected.txt: |
| * platform/gtk/editing/deleting/5390681-2-expected.txt: |
| * platform/gtk/editing/deleting/5390681-expected.txt: |
| * platform/gtk/editing/deleting/5433862-2-expected.txt: |
| * platform/gtk/editing/deleting/5483370-expected.txt: |
| * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: |
| * platform/gtk/editing/deleting/delete-3608430-fix-expected.txt: |
| * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt: |
| * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt: |
| * platform/gtk/editing/deleting/delete-3775172-fix-expected.txt: |
| * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt: |
| * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt: |
| * platform/gtk/editing/deleting/delete-and-undo-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-contents-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-contents-003-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt: |
| * platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-003-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-004-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-005-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-006-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-007-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-010-expected.txt: |
| * platform/gtk/editing/deleting/delete-br-013-expected.txt: |
| * platform/gtk/editing/deleting/delete-by-word-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-image-004-expected.txt: |
| * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-005-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-006-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-007-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-008-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-009-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-010-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-011-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-012-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-013-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-014-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-listitem-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-listitem-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-select-all-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-select-all-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-tab-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-tab-004-expected.txt: |
| * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt: |
| * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: |
| * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt: |
| * platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt: |
| * platform/gtk/editing/deleting/forward-delete-expected.txt: |
| * platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt: |
| * platform/gtk/editing/deleting/type-delete-after-quote-expected.txt: |
| * platform/gtk/editing/execCommand/4580583-1-expected.txt: |
| * platform/gtk/editing/execCommand/4580583-2-expected.txt: |
| * platform/gtk/editing/execCommand/4747450-expected.txt: |
| * platform/gtk/editing/execCommand/4786404-1-expected.txt: |
| * platform/gtk/editing/execCommand/4786404-2-expected.txt: |
| * platform/gtk/editing/execCommand/4916402-expected.txt: |
| * platform/gtk/editing/execCommand/4916541-expected.txt: |
| * platform/gtk/editing/execCommand/4920488-expected.txt: |
| * platform/gtk/editing/execCommand/4920742-1-expected.txt: |
| * platform/gtk/editing/execCommand/4924441-expected.txt: |
| * platform/gtk/editing/execCommand/5049671-expected.txt: |
| * platform/gtk/editing/execCommand/5080333-1-expected.txt: |
| * platform/gtk/editing/execCommand/5080333-2-expected.txt: |
| * platform/gtk/editing/execCommand/5136770-expected.txt: |
| * platform/gtk/editing/execCommand/5138441-expected.txt: |
| * platform/gtk/editing/execCommand/5142012-1-expected.txt: |
| * platform/gtk/editing/execCommand/5142012-2-expected.txt: |
| * platform/gtk/editing/execCommand/5190926-expected.txt: |
| * platform/gtk/editing/execCommand/5481523-expected.txt: |
| * platform/gtk/editing/execCommand/5482023-expected.txt: |
| * platform/gtk/editing/execCommand/5569741-expected.txt: |
| * platform/gtk/editing/execCommand/5573879-expected.txt: |
| * platform/gtk/editing/execCommand/insert-list-empty-div-expected.txt: |
| * platform/gtk/editing/inserting/12882-expected.txt: |
| * platform/gtk/editing/inserting/4840662-expected.txt: |
| * platform/gtk/editing/inserting/4875189-1-expected.txt: |
| * platform/gtk/editing/inserting/4875189-2-expected.txt: |
| * platform/gtk/editing/inserting/4959067-expected.txt: |
| * platform/gtk/editing/inserting/4960120-2-expected.txt: |
| * platform/gtk/editing/inserting/5002441-expected.txt: |
| * platform/gtk/editing/inserting/5058163-1-expected.txt: |
| * platform/gtk/editing/inserting/5058163-2-expected.txt: |
| * platform/gtk/editing/inserting/5156401-2-expected.txt: |
| * platform/gtk/editing/inserting/5418891-expected.txt: |
| * platform/gtk/editing/inserting/5510537-expected.txt: |
| * platform/gtk/editing/inserting/5549929-2-expected.txt: |
| * platform/gtk/editing/inserting/5549929-3-expected.txt: |
| * platform/gtk/editing/inserting/6703873-expected.txt: |
| * platform/gtk/editing/inserting/editable-inline-element-expected.txt: |
| * platform/gtk/editing/inserting/edited-whitespace-1-expected.txt: |
| * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/gtk/editing/inserting/insert-3659587-fix-expected.txt: |
| * platform/gtk/editing/inserting/insert-3775316-fix-expected.txt: |
| * platform/gtk/editing/inserting/insert-3800346-fix-expected.txt: |
| * platform/gtk/editing/inserting/insert-3851164-fix-expected.txt: |
| * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt: |
| * platform/gtk/editing/inserting/insert-br-005-expected.txt: |
| * platform/gtk/editing/inserting/insert-div-001-expected.txt: |
| * platform/gtk/editing/inserting/insert-div-002-expected.txt: |
| * platform/gtk/editing/inserting/insert-div-003-expected.txt: |
| * platform/gtk/editing/inserting/insert-div-004-expected.txt: |
| * platform/gtk/editing/inserting/insert-div-005-expected.txt: |
| * platform/gtk/editing/inserting/insert-div-009-expected.txt: |
| * platform/gtk/editing/inserting/insert-div-024-expected.txt: |
| * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt: |
| * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt: |
| * platform/gtk/editing/inserting/redo-expected.txt: |
| * platform/gtk/editing/inserting/typing-001-expected.txt: |
| * platform/gtk/editing/inserting/typing-002-expected.txt: |
| * platform/gtk/editing/inserting/typing-003-expected.txt: |
| * platform/gtk/editing/inserting/typing-around-br-001-expected.txt: |
| * platform/gtk/editing/inserting/typing-around-image-001-expected.txt: |
| * platform/gtk/editing/pasteboard/4076267-2-expected.txt: |
| * platform/gtk/editing/pasteboard/4076267-3-expected.txt: |
| * platform/gtk/editing/pasteboard/4076267-expected.txt: |
| * platform/gtk/editing/pasteboard/5032095-expected.txt: |
| * platform/gtk/editing/pasteboard/5071074-2-expected.txt: |
| * platform/gtk/editing/pasteboard/5075944-3-expected.txt: |
| * platform/gtk/editing/pasteboard/5089327-expected.txt: |
| * platform/gtk/editing/pasteboard/5134759-expected.txt: |
| * platform/gtk/editing/pasteboard/5156401-1-expected.txt: |
| * platform/gtk/editing/pasteboard/5387578-expected.txt: |
| * platform/gtk/editing/pasteboard/5483567-expected.txt: |
| * platform/gtk/editing/pasteboard/cut-text-001-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-1-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-2-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-3-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-table-001-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-001-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-004-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-005-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-007-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-008-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-009-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-text-015-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-xml-expected.txt: |
| * platform/gtk/editing/selection/13804-expected.txt: |
| * platform/gtk/editing/selection/14971-expected.txt: |
| * platform/gtk/editing/selection/4818145-expected.txt: |
| * platform/gtk/editing/selection/4866671-expected.txt: |
| * platform/gtk/editing/selection/4889598-expected.txt: |
| * platform/gtk/editing/selection/4895428-2-expected.txt: |
| * platform/gtk/editing/selection/4960116-expected.txt: |
| * platform/gtk/editing/selection/4983858-expected.txt: |
| * platform/gtk/editing/selection/5007143-2-expected.txt: |
| * platform/gtk/editing/selection/5007143-expected.txt: |
| * platform/gtk/editing/selection/5057506-2-expected.txt: |
| * platform/gtk/editing/selection/5057506-expected.txt: |
| * platform/gtk/editing/selection/5076323-1-expected.txt: |
| * platform/gtk/editing/selection/5076323-2-expected.txt: |
| * platform/gtk/editing/selection/5076323-3-expected.txt: |
| * platform/gtk/editing/selection/5081257-1-expected.txt: |
| * platform/gtk/editing/selection/5081257-2-expected.txt: |
| * platform/gtk/editing/selection/5099303-expected.txt: |
| * platform/gtk/editing/selection/5109817-expected.txt: |
| * platform/gtk/editing/selection/5131716-1-expected.txt: |
| * platform/gtk/editing/selection/5131716-2-expected.txt: |
| * platform/gtk/editing/selection/5131716-3-expected.txt: |
| * platform/gtk/editing/selection/5131716-4-expected.txt: |
| * platform/gtk/editing/selection/5232159-expected.txt: |
| * platform/gtk/editing/selection/5234383-1-expected.txt: |
| * platform/gtk/editing/selection/5234383-2-expected.txt: |
| * platform/gtk/editing/selection/5333725-expected.txt: |
| * platform/gtk/editing/selection/5354455-1-expected.txt: |
| * platform/gtk/editing/selection/5354455-2-expected.txt: |
| * platform/gtk/editing/selection/addRange-expected.txt: |
| * platform/gtk/editing/selection/extend-by-character-002-expected.txt: |
| * platform/gtk/editing/selection/extend-by-character-003-expected.txt: |
| * platform/gtk/editing/selection/extend-by-character-004-expected.txt: |
| * platform/gtk/editing/selection/extend-by-character-005-expected.txt: |
| * platform/gtk/editing/selection/fake-drag-expected.txt: |
| * platform/gtk/editing/selection/iframe-expected.txt: |
| * platform/gtk/editing/selection/inline-closest-leaf-child-expected.txt: |
| * platform/gtk/editing/selection/inline-table-expected.txt: |
| * platform/gtk/editing/selection/mixed-editability-6-expected.txt: |
| * platform/gtk/editing/selection/mixed-editability-7-expected.txt: |
| * platform/gtk/editing/selection/move-backwords-by-word-001-expected.txt: |
| * platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt: |
| * platform/gtk/editing/selection/move-between-blocks-yes-001-expected.txt: |
| * platform/gtk/editing/selection/move-by-character-001-expected.txt: |
| * platform/gtk/editing/selection/move-by-character-002-expected.txt: |
| * platform/gtk/editing/selection/move-by-character-003-expected.txt: |
| * platform/gtk/editing/selection/move-by-character-004-expected.txt: |
| * platform/gtk/editing/selection/move-by-character-005-expected.txt: |
| * platform/gtk/editing/selection/move-by-sentence-001-expected.txt: |
| * platform/gtk/editing/selection/move-by-sentence-linebreak-expected.txt: |
| * platform/gtk/editing/selection/move-past-trailing-space-expected.txt: |
| * platform/gtk/editing/selection/range-between-block-and-inline-expected.txt: |
| * platform/gtk/editing/selection/select-box-expected.txt: |
| * platform/gtk/editing/selection/select-text-overflow-ellipsis-expected.txt: |
| * platform/gtk/editing/selection/wrapped-line-caret-1-expected.txt: |
| * platform/gtk/editing/selection/wrapped-line-caret-2-expected.txt: |
| * platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: |
| * platform/gtk/editing/spelling/spelling-expected.txt: |
| * platform/gtk/editing/spelling/spelling-linebreak-expected.txt: |
| * platform/gtk/editing/style/4916887-expected.txt: |
| * platform/gtk/editing/style/5017613-1-expected.txt: |
| * platform/gtk/editing/style/5017613-2-expected.txt: |
| * platform/gtk/editing/style/5046875-1-expected.txt: |
| * platform/gtk/editing/style/5046875-2-expected.txt: |
| * platform/gtk/editing/style/5084241-expected.txt: |
| * platform/gtk/editing/style/5228141-expected.txt: |
| * platform/gtk/editing/style/5279521-expected.txt: |
| * platform/gtk/editing/style/block-style-003-expected.txt: |
| * platform/gtk/editing/style/fontsize-1-expected.txt: |
| * platform/gtk/editing/style/highlight-expected.txt: |
| * platform/gtk/editing/style/relative-font-size-change-001-expected.txt: |
| * platform/gtk/editing/style/style-3681552-fix-001-expected.txt: |
| * platform/gtk/editing/style/style-3681552-fix-002-expected.txt: |
| * platform/gtk/editing/style/style-3690704-fix-expected.txt: |
| * platform/gtk/editing/style/typing-style-001-expected.txt: |
| * platform/gtk/editing/style/typing-style-002-expected.txt: |
| * platform/gtk/editing/style/typing-style-003-expected.txt: |
| * platform/gtk/editing/style/unbold-in-bold-expected.txt: |
| * platform/gtk/editing/undo/4063751-expected.txt: |
| * platform/gtk/editing/undo/5378473-expected.txt: |
| * platform/gtk/editing/undo/redo-typing-001-expected.txt: |
| * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt: |
| * platform/gtk/editing/undo/undo-combined-delete-expected.txt: |
| * platform/gtk/editing/undo/undo-delete-boundary-expected.txt: |
| * platform/gtk/editing/undo/undo-delete-expected.txt: |
| * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt: |
| * platform/gtk/editing/undo/undo-forward-delete-expected.txt: |
| * platform/gtk/editing/undo/undo-misspellings-expected.txt: |
| * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt: |
| * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/gtk/svg/text/selection-background-color-expected.txt: |
| * platform/gtk/svg/text/selection-styles-expected.txt: |
| * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt: |
| * platform/win/editing/inserting/4960120-1-expected.txt: |
| * platform/win/editing/inserting/break-blockquote-after-delete-expected.txt: |
| * platform/win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt: |
| * platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: |
| * platform/win/editing/pasteboard/paste-xml-expected.txt: |
| * platform/win/editing/pasteboard/pasting-tabs-expected.txt: |
| * platform/win/editing/selection/drag-text-delay-expected.txt: |
| * platform/win/editing/selection/select-text-overflow-ellipsis-expected.txt: |
| * platform/win/fast/forms/textarea-scrollbar-expected.txt: |
| * platform/win/fast/forms/textarea-scrolled-type-expected.txt: |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Selection dumping code should not dump body's offset in the document |
| https://bugs.webkit.org/show_bug.cgi?id=42238 |
| |
| Update results now that we're no longer dumping |
| body's offset within HTML as part of selection dumps. |
| I used a little python script to do all these updates. |
| Basically it was just: |
| s/child \d {BODY} .* of document/body/i |
| |
| LayoutTests will be updated across several commits to keep the SVN server happy. |
| |
| Commit number 2, update qt results. |
| |
| * platform/qt/editing/deleting/4845371-expected.txt: |
| * platform/qt/editing/deleting/4922367-expected.txt: |
| * platform/qt/editing/deleting/5026848-1-expected.txt: |
| * platform/qt/editing/deleting/5026848-2-expected.txt: |
| * platform/qt/editing/deleting/5026848-3-expected.txt: |
| * platform/qt/editing/deleting/5032066-expected.txt: |
| * platform/qt/editing/deleting/5091898-expected.txt: |
| * platform/qt/editing/deleting/5099303-expected.txt: |
| * platform/qt/editing/deleting/5115601-expected.txt: |
| * platform/qt/editing/deleting/5126166-expected.txt: |
| * platform/qt/editing/deleting/5144139-2-expected.txt: |
| * platform/qt/editing/deleting/5156801-2-expected.txt: |
| * platform/qt/editing/deleting/5168598-expected.txt: |
| * platform/qt/editing/deleting/5206311-1-expected.txt: |
| * platform/qt/editing/deleting/5206311-2-expected.txt: |
| * platform/qt/editing/deleting/5272440-expected.txt: |
| * platform/qt/editing/deleting/5300379-expected.txt: |
| * platform/qt/editing/deleting/5369009-expected.txt: |
| * platform/qt/editing/deleting/5390681-expected.txt: |
| * platform/qt/editing/deleting/5408255-expected.txt: |
| * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3608430-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3608462-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3775172-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3857753-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3865854-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3928305-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-4083333-fix-expected.txt: |
| * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: |
| * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: |
| * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: |
| * platform/qt/editing/deleting/delete-and-undo-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: |
| * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: |
| * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: |
| * platform/qt/editing/deleting/delete-block-contents-001-expected.txt: |
| * platform/qt/editing/deleting/delete-block-contents-002-expected.txt: |
| * platform/qt/editing/deleting/delete-block-contents-003-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: |
| * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: |
| * platform/qt/editing/deleting/delete-block-table-expected.txt: |
| * platform/qt/editing/deleting/delete-br-001-expected.txt: |
| * platform/qt/editing/deleting/delete-br-002-expected.txt: |
| * platform/qt/editing/deleting/delete-br-003-expected.txt: |
| * platform/qt/editing/deleting/delete-br-004-expected.txt: |
| * platform/qt/editing/deleting/delete-br-005-expected.txt: |
| * platform/qt/editing/deleting/delete-br-006-expected.txt: |
| * platform/qt/editing/deleting/delete-br-007-expected.txt: |
| * platform/qt/editing/deleting/delete-br-008-expected.txt: |
| * platform/qt/editing/deleting/delete-br-009-expected.txt: |
| * platform/qt/editing/deleting/delete-br-010-expected.txt: |
| * platform/qt/editing/deleting/delete-br-011-expected.txt: |
| * platform/qt/editing/deleting/delete-br-012-expected.txt: |
| * platform/qt/editing/deleting/delete-by-word-001-expected.txt: |
| * platform/qt/editing/deleting/delete-by-word-002-expected.txt: |
| * platform/qt/editing/deleting/delete-character-001-expected.txt: |
| * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: |
| * platform/qt/editing/deleting/delete-first-list-item-expected.txt: |
| * platform/qt/editing/deleting/delete-hr-expected.txt: |
| * platform/qt/editing/deleting/delete-image-001-expected.txt: |
| * platform/qt/editing/deleting/delete-image-002-expected.txt: |
| * platform/qt/editing/deleting/delete-image-003-expected.txt: |
| * platform/qt/editing/deleting/delete-image-004-expected.txt: |
| * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: |
| * platform/qt/editing/deleting/delete-line-001-expected.txt: |
| * platform/qt/editing/deleting/delete-line-002-expected.txt: |
| * platform/qt/editing/deleting/delete-line-003-expected.txt: |
| * platform/qt/editing/deleting/delete-line-004-expected.txt: |
| * platform/qt/editing/deleting/delete-line-005-expected.txt: |
| * platform/qt/editing/deleting/delete-line-006-expected.txt: |
| * platform/qt/editing/deleting/delete-line-007-expected.txt: |
| * platform/qt/editing/deleting/delete-line-008-expected.txt: |
| * platform/qt/editing/deleting/delete-line-009-expected.txt: |
| * platform/qt/editing/deleting/delete-line-010-expected.txt: |
| * platform/qt/editing/deleting/delete-line-011-expected.txt: |
| * platform/qt/editing/deleting/delete-line-012-expected.txt: |
| * platform/qt/editing/deleting/delete-line-013-expected.txt: |
| * platform/qt/editing/deleting/delete-line-014-expected.txt: |
| * platform/qt/editing/deleting/delete-line-015-expected.txt: |
| * platform/qt/editing/deleting/delete-line-016-expected.txt: |
| * platform/qt/editing/deleting/delete-line-017-expected.txt: |
| * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: |
| * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: |
| * platform/qt/editing/deleting/delete-link-1-expected.txt: |
| * platform/qt/editing/deleting/delete-listitem-001-expected.txt: |
| * platform/qt/editing/deleting/delete-listitem-002-expected.txt: |
| * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: |
| * platform/qt/editing/deleting/delete-select-all-001-expected.txt: |
| * platform/qt/editing/deleting/delete-select-all-002-expected.txt: |
| * platform/qt/editing/deleting/delete-select-all-003-expected.txt: |
| * platform/qt/editing/deleting/delete-selection-001-expected.txt: |
| * platform/qt/editing/deleting/delete-tab-001-expected.txt: |
| * platform/qt/editing/deleting/delete-tab-002-expected.txt: |
| * platform/qt/editing/deleting/delete-tab-003-expected.txt: |
| * platform/qt/editing/deleting/delete-tab-004-expected.txt: |
| * platform/qt/editing/deleting/delete-to-select-table-expected.txt: |
| * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: |
| * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: |
| * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: |
| * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: |
| * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: |
| * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: |
| * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: |
| * platform/qt/editing/deleting/forward-delete-expected.txt: |
| * platform/qt/editing/deleting/list-item-1-expected.txt: |
| * platform/qt/editing/deleting/merge-different-styles-expected.txt: |
| * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: |
| * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: |
| * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: |
| * platform/qt/editing/deleting/merge-no-br-expected.txt: |
| * platform/qt/editing/deleting/merge-unrendered-space-expected.txt: |
| * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: |
| * platform/qt/editing/deleting/non-smart-delete-expected.txt: |
| * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: |
| * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: |
| * platform/qt/editing/deleting/smart-delete-001-expected.txt: |
| * platform/qt/editing/deleting/smart-delete-002-expected.txt: |
| * platform/qt/editing/deleting/smart-delete-003-expected.txt: |
| * platform/qt/editing/deleting/smart-delete-004-expected.txt: |
| * platform/qt/editing/deleting/table-cells-expected.txt: |
| * platform/qt/editing/deleting/transpose-empty-expected.txt: |
| * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: |
| * platform/qt/editing/execCommand/4580583-1-expected.txt: |
| * platform/qt/editing/execCommand/4580583-2-expected.txt: |
| * platform/qt/editing/execCommand/4641880-1-expected.txt: |
| * platform/qt/editing/execCommand/4641880-2-expected.txt: |
| * platform/qt/editing/execCommand/4747450-expected.txt: |
| * platform/qt/editing/execCommand/4786404-1-expected.txt: |
| * platform/qt/editing/execCommand/4786404-2-expected.txt: |
| * platform/qt/editing/execCommand/4916402-expected.txt: |
| * platform/qt/editing/execCommand/4916541-expected.txt: |
| * platform/qt/editing/execCommand/4920488-expected.txt: |
| * platform/qt/editing/execCommand/4920742-1-expected.txt: |
| * platform/qt/editing/execCommand/4924441-expected.txt: |
| * platform/qt/editing/execCommand/5049671-expected.txt: |
| * platform/qt/editing/execCommand/5062376-expected.txt: |
| * platform/qt/editing/execCommand/5080333-1-expected.txt: |
| * platform/qt/editing/execCommand/5080333-2-expected.txt: |
| * platform/qt/editing/execCommand/5136770-expected.txt: |
| * platform/qt/editing/execCommand/5138441-expected.txt: |
| * platform/qt/editing/execCommand/5142012-1-expected.txt: |
| * platform/qt/editing/execCommand/5142012-2-expected.txt: |
| * platform/qt/editing/execCommand/5190926-expected.txt: |
| * platform/qt/editing/execCommand/create-list-from-range-selection-expected.txt: |
| * platform/qt/editing/execCommand/create-list-with-hr-expected.txt: |
| * platform/qt/editing/execCommand/findString-2-expected.txt: |
| * platform/qt/editing/execCommand/findString-expected.txt: |
| * platform/qt/editing/execCommand/format-block-expected.txt: |
| * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: |
| * platform/qt/editing/execCommand/format-block-with-braces-expected.txt: |
| * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt: |
| * platform/qt/editing/execCommand/hilitecolor-expected.txt: |
| * platform/qt/editing/execCommand/indent-empty-root-expected.txt: |
| * platform/qt/editing/execCommand/indent-list-item-expected.txt: |
| * platform/qt/editing/execCommand/indent-selection-expected.txt: |
| * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt: |
| * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt: |
| * platform/qt/editing/execCommand/insertImage-expected.txt: |
| * platform/qt/editing/execCommand/outdent-selection-expected.txt: |
| * platform/qt/editing/execCommand/print-expected.txt: |
| * platform/qt/editing/execCommand/remove-formatting-2-expected.txt: |
| * platform/qt/editing/execCommand/remove-formatting-expected.txt: |
| * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt: |
| * platform/qt/editing/execCommand/remove-list-item-1-expected.txt: |
| * platform/qt/editing/execCommand/selectAll-expected.txt: |
| * platform/qt/editing/inserting/12882-expected.txt: |
| * platform/qt/editing/inserting/4278698-expected.txt: |
| * platform/qt/editing/inserting/4840662-expected.txt: |
| * platform/qt/editing/inserting/4875189-1-expected.txt: |
| * platform/qt/editing/inserting/4875189-2-expected.txt: |
| * platform/qt/editing/inserting/4959067-expected.txt: |
| * platform/qt/editing/inserting/4960120-1-expected.txt: |
| * platform/qt/editing/inserting/4960120-2-expected.txt: |
| * platform/qt/editing/inserting/5002441-expected.txt: |
| * platform/qt/editing/inserting/5058163-1-expected.txt: |
| * platform/qt/editing/inserting/5058163-2-expected.txt: |
| * platform/qt/editing/inserting/5156401-2-expected.txt: |
| * platform/qt/editing/inserting/5418891-expected.txt: |
| * platform/qt/editing/inserting/5510537-expected.txt: |
| * platform/qt/editing/inserting/5549929-2-expected.txt: |
| * platform/qt/editing/inserting/5549929-3-expected.txt: |
| * platform/qt/editing/inserting/6703873-expected.txt: |
| * platform/qt/editing/inserting/before-after-input-element-expected.txt: |
| * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt: |
| * platform/qt/editing/inserting/editable-html-element-expected.txt: |
| * platform/qt/editing/inserting/editable-inline-element-expected.txt: |
| * platform/qt/editing/inserting/edited-whitespace-1-expected.txt: |
| * platform/qt/editing/inserting/editing-empty-divs-expected.txt: |
| * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3659587-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3775316-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3778059-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3786362-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3800346-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3851164-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/qt/editing/inserting/insert-after-delete-001-expected.txt: |
| * platform/qt/editing/inserting/insert-at-end-01-expected.txt: |
| * platform/qt/editing/inserting/insert-at-end-02-expected.txt: |
| * platform/qt/editing/inserting/insert-br-001-expected.txt: |
| * platform/qt/editing/inserting/insert-br-002-expected.txt: |
| * platform/qt/editing/inserting/insert-br-003-expected.txt: |
| * platform/qt/editing/inserting/insert-br-004-expected.txt: |
| * platform/qt/editing/inserting/insert-br-005-expected.txt: |
| * platform/qt/editing/inserting/insert-br-006-expected.txt: |
| * platform/qt/editing/inserting/insert-br-007-expected.txt: |
| * platform/qt/editing/inserting/insert-br-008-expected.txt: |
| * platform/qt/editing/inserting/insert-br-009-expected.txt: |
| * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt: |
| * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: |
| * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-001-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-002-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-003-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-004-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-005-expected.txt: |
| * platform/qt/editing/inserting/insert-br-quoted-006-expected.txt: |
| * platform/qt/editing/inserting/insert-div-001-expected.txt: |
| * platform/qt/editing/inserting/insert-div-002-expected.txt: |
| * platform/qt/editing/inserting/insert-div-003-expected.txt: |
| * platform/qt/editing/inserting/insert-div-004-expected.txt: |
| * platform/qt/editing/inserting/insert-div-005-expected.txt: |
| * platform/qt/editing/inserting/insert-div-006-expected.txt: |
| * platform/qt/editing/inserting/insert-div-007-expected.txt: |
| * platform/qt/editing/inserting/insert-div-008-expected.txt: |
| * platform/qt/editing/inserting/insert-div-009-expected.txt: |
| * platform/qt/editing/inserting/insert-div-010-expected.txt: |
| * platform/qt/editing/inserting/insert-div-011-expected.txt: |
| * platform/qt/editing/inserting/insert-div-012-expected.txt: |
| * platform/qt/editing/inserting/insert-div-013-expected.txt: |
| * platform/qt/editing/inserting/insert-div-014-expected.txt: |
| * platform/qt/editing/inserting/insert-div-015-expected.txt: |
| * platform/qt/editing/inserting/insert-div-016-expected.txt: |
| * platform/qt/editing/inserting/insert-div-017-expected.txt: |
| * platform/qt/editing/inserting/insert-div-018-expected.txt: |
| * platform/qt/editing/inserting/insert-div-019-expected.txt: |
| * platform/qt/editing/inserting/insert-div-020-expected.txt: |
| * platform/qt/editing/inserting/insert-div-021-expected.txt: |
| * platform/qt/editing/inserting/insert-div-022-expected.txt: |
| * platform/qt/editing/inserting/insert-div-023-expected.txt: |
| * platform/qt/editing/inserting/insert-div-024-expected.txt: |
| * platform/qt/editing/inserting/insert-div-025-expected.txt: |
| * platform/qt/editing/inserting/insert-div-026-expected.txt: |
| * platform/qt/editing/inserting/insert-div-027-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-03-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-04-expected.txt: |
| * platform/qt/editing/inserting/insert-paragraph-05-expected.txt: |
| * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: |
| * platform/qt/editing/inserting/insert-tab-001-expected.txt: |
| * platform/qt/editing/inserting/insert-tab-002-expected.txt: |
| * platform/qt/editing/inserting/insert-tab-003-expected.txt: |
| * platform/qt/editing/inserting/insert-tab-004-expected.txt: |
| * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: |
| * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: |
| * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt: |
| * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt: |
| * platform/qt/editing/inserting/line-break-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-01-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-02-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/qt/editing/inserting/redo-expected.txt: |
| * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt: |
| * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt: |
| * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt: |
| * platform/qt/editing/inserting/typing-001-expected.txt: |
| * platform/qt/editing/inserting/typing-002-expected.txt: |
| * platform/qt/editing/inserting/typing-003-expected.txt: |
| * platform/qt/editing/inserting/typing-around-br-001-expected.txt: |
| * platform/qt/editing/inserting/typing-around-image-001-expected.txt: |
| * platform/qt/editing/pasteboard/3976872-expected.txt: |
| * platform/qt/editing/pasteboard/4076267-3-expected.txt: |
| * platform/qt/editing/pasteboard/4242293-1-expected.txt: |
| * platform/qt/editing/pasteboard/4242293-expected.txt: |
| * platform/qt/editing/pasteboard/4631972-expected.txt: |
| * platform/qt/editing/pasteboard/4641033-expected.txt: |
| * platform/qt/editing/pasteboard/4700297-expected.txt: |
| * platform/qt/editing/pasteboard/4806874-expected.txt: |
| * platform/qt/editing/pasteboard/4944770-1-expected.txt: |
| * platform/qt/editing/pasteboard/4944770-2-expected.txt: |
| * platform/qt/editing/pasteboard/4989774-expected.txt: |
| * platform/qt/editing/pasteboard/5006779-expected.txt: |
| * platform/qt/editing/pasteboard/5027857-expected.txt: |
| * platform/qt/editing/pasteboard/5028447-expected.txt: |
| * platform/qt/editing/pasteboard/5032095-expected.txt: |
| * platform/qt/editing/pasteboard/5065605-expected.txt: |
| * platform/qt/editing/pasteboard/5071074-2-expected.txt: |
| * platform/qt/editing/pasteboard/5071074-expected.txt: |
| * platform/qt/editing/pasteboard/5075944-2-expected.txt: |
| * platform/qt/editing/pasteboard/5075944-3-expected.txt: |
| * platform/qt/editing/pasteboard/5075944-expected.txt: |
| * platform/qt/editing/pasteboard/5089327-expected.txt: |
| * platform/qt/editing/pasteboard/5134759-expected.txt: |
| * platform/qt/editing/pasteboard/5156401-1-expected.txt: |
| * platform/qt/editing/pasteboard/5247341-expected.txt: |
| * platform/qt/editing/pasteboard/5368833-expected.txt: |
| * platform/qt/editing/pasteboard/5387578-expected.txt: |
| * platform/qt/editing/pasteboard/5478250-expected.txt: |
| * platform/qt/editing/pasteboard/5483567-expected.txt: |
| * platform/qt/editing/pasteboard/5601583-1-expected.txt: |
| * platform/qt/editing/pasteboard/8145-1-expected.txt: |
| * platform/qt/editing/pasteboard/8145-2-expected.txt: |
| * platform/qt/editing/pasteboard/8145-3-expected.txt: |
| * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: |
| * platform/qt/editing/pasteboard/block-wrappers-necessary-expected.txt: |
| * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: |
| * platform/qt/editing/pasteboard/cut-text-001-expected.txt: |
| * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: |
| * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: |
| * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: |
| * platform/qt/editing/pasteboard/drag-drop-dead-frame-expected.txt: |
| * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: |
| * platform/qt/editing/pasteboard/input-field-1-expected.txt: |
| * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: |
| * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: |
| * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: |
| * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: |
| * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: |
| * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-3-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-4-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-5-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-list-expected.txt: |
| * platform/qt/editing/pasteboard/merge-end-table-expected.txt: |
| * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/merge-start-list-expected.txt: |
| * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: |
| * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: |
| * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: |
| * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: |
| * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: |
| * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: |
| * platform/qt/editing/pasteboard/paste-list-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-table-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-table-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-004-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-005-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-006-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-007-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-009-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-011-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-012-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-013-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-014-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-015-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-016-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-017-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-018-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-019-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: |
| * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: |
| * platform/qt/editing/pasteboard/paste-xml-expected.txt: |
| * platform/qt/editing/pasteboard/pasting-object-expected.txt: |
| * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: |
| * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: |
| * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: |
| * platform/qt/editing/pasteboard/select-element-1-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-001-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-002-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-003-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-005-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: |
| * platform/qt/editing/pasteboard/smart-paste-007-expected.txt: |
| * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: |
| * platform/qt/editing/pasteboard/testcase-9507-expected.txt: |
| * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt: |
| * platform/qt/editing/pasteboard/unrendered-br-expected.txt: |
| * platform/qt/editing/selection/13804-expected.txt: |
| * platform/qt/editing/selection/3690703-2-expected.txt: |
| * platform/qt/editing/selection/3690703-expected.txt: |
| * platform/qt/editing/selection/3690719-expected.txt: |
| * platform/qt/editing/selection/4397952-expected.txt: |
| * platform/qt/editing/selection/4402375-expected.txt: |
| * platform/qt/editing/selection/4818145-expected.txt: |
| * platform/qt/editing/selection/4866671-expected.txt: |
| * platform/qt/editing/selection/4889598-expected.txt: |
| * platform/qt/editing/selection/4895428-2-expected.txt: |
| * platform/qt/editing/selection/4895428-3-expected.txt: |
| * platform/qt/editing/selection/4932260-1-expected.txt: |
| * platform/qt/editing/selection/4932260-2-expected.txt: |
| * platform/qt/editing/selection/4932260-3-expected.txt: |
| * platform/qt/editing/selection/4960116-expected.txt: |
| * platform/qt/editing/selection/4983858-expected.txt: |
| * platform/qt/editing/selection/5007143-2-expected.txt: |
| * platform/qt/editing/selection/5007143-expected.txt: |
| * platform/qt/editing/selection/5076323-1-expected.txt: |
| * platform/qt/editing/selection/5076323-2-expected.txt: |
| * platform/qt/editing/selection/5076323-3-expected.txt: |
| * platform/qt/editing/selection/5081257-1-expected.txt: |
| * platform/qt/editing/selection/5081257-2-expected.txt: |
| * platform/qt/editing/selection/5099303-expected.txt: |
| * platform/qt/editing/selection/5131716-1-expected.txt: |
| * platform/qt/editing/selection/5131716-2-expected.txt: |
| * platform/qt/editing/selection/5131716-3-expected.txt: |
| * platform/qt/editing/selection/5131716-4-expected.txt: |
| * platform/qt/editing/selection/5195166-2-expected.txt: |
| * platform/qt/editing/selection/5234383-1-expected.txt: |
| * platform/qt/editing/selection/5234383-2-expected.txt: |
| * platform/qt/editing/selection/5240265-expected.txt: |
| * platform/qt/editing/selection/6476-expected.txt: |
| * platform/qt/editing/selection/7152-1-expected.txt: |
| * platform/qt/editing/selection/7152-2-expected.txt: |
| * platform/qt/editing/selection/addRange-expected.txt: |
| * platform/qt/editing/selection/after-line-wrap-expected.txt: |
| * platform/qt/editing/selection/caret-before-select-expected.txt: |
| * platform/qt/editing/selection/caret-rtl-2-expected.txt: |
| * platform/qt/editing/selection/caret-rtl-expected.txt: |
| * platform/qt/editing/selection/display-table-text-expected.txt: |
| * platform/qt/editing/selection/editable-html-element-expected.txt: |
| * platform/qt/editing/selection/editable-non-editable-crash-expected.txt: |
| * platform/qt/editing/selection/end-of-document-expected.txt: |
| * platform/qt/editing/selection/extend-by-character-001-expected.txt: |
| * platform/qt/editing/selection/extend-by-character-002-expected.txt: |
| * platform/qt/editing/selection/extend-by-character-003-expected.txt: |
| * platform/qt/editing/selection/extend-by-character-004-expected.txt: |
| * platform/qt/editing/selection/extend-by-character-005-expected.txt: |
| * platform/qt/editing/selection/extend-by-character-006-expected.txt: |
| * platform/qt/editing/selection/extend-by-sentence-001-expected.txt: |
| * platform/qt/editing/selection/extend-by-word-001-expected.txt: |
| * platform/qt/editing/selection/extend-by-word-002-expected.txt: |
| * platform/qt/editing/selection/focus-body-expected.txt: |
| * platform/qt/editing/selection/focus_editable_html-expected.txt: |
| * platform/qt/editing/selection/iframe-expected.txt: |
| * platform/qt/editing/selection/image-before-linebreak-expected.txt: |
| * platform/qt/editing/selection/inline-table-expected.txt: |
| * platform/qt/editing/selection/leave-requested-block-expected.txt: |
| * platform/qt/editing/selection/line-wrap-1-expected.txt: |
| * platform/qt/editing/selection/line-wrap-2-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-2-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-3-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-4-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-5-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-6-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-7-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-8-expected.txt: |
| * platform/qt/editing/selection/mixed-editability-9-expected.txt: |
| * platform/qt/editing/selection/move-3875618-fix-expected.txt: |
| * platform/qt/editing/selection/move-3875641-fix-expected.txt: |
| * platform/qt/editing/selection/move-backwords-by-word-001-expected.txt: |
| * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt: |
| * platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt: |
| * platform/qt/editing/selection/move-by-character-001-expected.txt: |
| * platform/qt/editing/selection/move-by-character-002-expected.txt: |
| * platform/qt/editing/selection/move-by-character-003-expected.txt: |
| * platform/qt/editing/selection/move-by-character-004-expected.txt: |
| * platform/qt/editing/selection/move-by-character-005-expected.txt: |
| * platform/qt/editing/selection/move-by-character-6-expected.txt: |
| * platform/qt/editing/selection/move-by-line-001-expected.txt: |
| * platform/qt/editing/selection/move-by-line-002-expected.txt: |
| * platform/qt/editing/selection/move-by-sentence-001-expected.txt: |
| * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: |
| * platform/qt/editing/selection/move-by-word-001-expected.txt: |
| * platform/qt/editing/selection/node-removal-2-expected.txt: |
| * platform/qt/editing/selection/previous-line-position-expected.txt: |
| * platform/qt/editing/selection/range-between-block-and-inline-expected.txt: |
| * platform/qt/editing/selection/replace-selection-1-expected.txt: |
| * platform/qt/editing/selection/replaced-boundaries-1-expected.txt: |
| * platform/qt/editing/selection/replaced-boundaries-2-expected.txt: |
| * platform/qt/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/qt/editing/selection/select-all-001-expected.txt: |
| * platform/qt/editing/selection/select-all-002-expected.txt: |
| * platform/qt/editing/selection/select-all-003-expected.txt: |
| * platform/qt/editing/selection/select-all-004-expected.txt: |
| * platform/qt/editing/selection/select-all-005-expected.txt: |
| * platform/qt/editing/selection/select-all-006-expected.txt: |
| * platform/qt/editing/selection/select-box-expected.txt: |
| * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: |
| * platform/qt/editing/selection/select-missing-image-expected.txt: |
| * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt: |
| * platform/qt/editing/selection/selection-3748164-fix-expected.txt: |
| * platform/qt/editing/selection/table-caret-1-expected.txt: |
| * platform/qt/editing/selection/table-caret-2-expected.txt: |
| * platform/qt/editing/selection/table-caret-3-expected.txt: |
| * platform/qt/editing/selection/unrendered-001-expected.txt: |
| * platform/qt/editing/selection/unrendered-002-expected.txt: |
| * platform/qt/editing/selection/unrendered-003-expected.txt: |
| * platform/qt/editing/selection/unrendered-004-expected.txt: |
| * platform/qt/editing/selection/unrendered-005-expected.txt: |
| * platform/qt/editing/selection/unrendered-space-expected.txt: |
| * platform/qt/editing/spelling/spelling-expected.txt: |
| * platform/qt/editing/style/4916887-expected.txt: |
| * platform/qt/editing/style/5017613-1-expected.txt: |
| * platform/qt/editing/style/5017613-2-expected.txt: |
| * platform/qt/editing/style/5046875-1-expected.txt: |
| * platform/qt/editing/style/5046875-2-expected.txt: |
| * platform/qt/editing/style/5065910-expected.txt: |
| * platform/qt/editing/style/5084241-expected.txt: |
| * platform/qt/editing/style/5228141-expected.txt: |
| * platform/qt/editing/style/5279521-expected.txt: |
| * platform/qt/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/qt/editing/style/block-style-001-expected.txt: |
| * platform/qt/editing/style/block-style-002-expected.txt: |
| * platform/qt/editing/style/block-style-003-expected.txt: |
| * platform/qt/editing/style/block-style-004-expected.txt: |
| * platform/qt/editing/style/block-style-005-expected.txt: |
| * platform/qt/editing/style/block-style-006-expected.txt: |
| * platform/qt/editing/style/block-styles-007-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-001-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-002-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-003-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-004-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-005-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-006-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-007-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-008-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-009-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-010-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-011-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-012-expected.txt: |
| * platform/qt/editing/style/create-block-for-style-013-expected.txt: |
| * platform/qt/editing/style/designmode-expected.txt: |
| * platform/qt/editing/style/font-family-with-space-expected.txt: |
| * platform/qt/editing/style/fontsize-1-expected.txt: |
| * platform/qt/editing/style/highlight-expected.txt: |
| * platform/qt/editing/style/non-inheritable-styles-expected.txt: |
| * platform/qt/editing/style/relative-font-size-change-001-expected.txt: |
| * platform/qt/editing/style/relative-font-size-change-002-expected.txt: |
| * platform/qt/editing/style/relative-font-size-change-003-expected.txt: |
| * platform/qt/editing/style/relative-font-size-change-004-expected.txt: |
| * platform/qt/editing/style/smoosh-styles-001-expected.txt: |
| * platform/qt/editing/style/smoosh-styles-002-expected.txt: |
| * platform/qt/editing/style/smoosh-styles-003-expected.txt: |
| * platform/qt/editing/style/style-3681552-fix-001-expected.txt: |
| * platform/qt/editing/style/style-3690704-fix-expected.txt: |
| * platform/qt/editing/style/style-3998892-fix-expected.txt: |
| * platform/qt/editing/style/style-boundary-001-expected.txt: |
| * platform/qt/editing/style/style-boundary-002-expected.txt: |
| * platform/qt/editing/style/style-boundary-003-expected.txt: |
| * platform/qt/editing/style/style-boundary-004-expected.txt: |
| * platform/qt/editing/style/style-boundary-005-expected.txt: |
| * platform/qt/editing/style/table-selection-expected.txt: |
| * platform/qt/editing/style/typing-style-001-expected.txt: |
| * platform/qt/editing/style/typing-style-002-expected.txt: |
| * platform/qt/editing/style/typing-style-003-expected.txt: |
| * platform/qt/editing/style/unbold-in-bold-expected.txt: |
| * platform/qt/editing/undo/4063751-expected.txt: |
| * platform/qt/editing/undo/5378473-expected.txt: |
| * platform/qt/editing/undo/redo-typing-001-expected.txt: |
| * platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt: |
| * platform/qt/editing/undo/undo-combined-delete-expected.txt: |
| * platform/qt/editing/undo/undo-delete-boundary-expected.txt: |
| * platform/qt/editing/undo/undo-delete-expected.txt: |
| * platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt: |
| * platform/qt/editing/undo/undo-forward-delete-expected.txt: |
| * platform/qt/editing/undo/undo-misspellings-expected.txt: |
| * platform/qt/editing/undo/undo-typing-001-expected.txt: |
| * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: |
| * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: |
| * platform/qt/editing/unsupported-content/list-type-after-expected.txt: |
| * platform/qt/editing/unsupported-content/list-type-before-expected.txt: |
| * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: |
| * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: |
| * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: |
| * platform/qt/editing/unsupported-content/table-type-after-expected.txt: |
| * platform/qt/editing/unsupported-content/table-type-before-expected.txt: |
| * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt: |
| * platform/qt/fast/css-generated-content/hover-style-change-expected.txt: |
| * platform/qt/fast/css/layerZOrderCrash-expected.txt: |
| * platform/qt/fast/css/universal-hover-quirk-expected.txt: |
| * platform/qt/fast/dom/delete-contents-expected.txt: |
| * platform/qt/fast/dynamic/selection-highlight-adjust-expected.txt: |
| * platform/qt/fast/events/label-focus-expected.txt: |
| * platform/qt/fast/forms/input-appearance-focus-expected.txt: |
| * platform/qt/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/qt/fast/forms/input-appearance-selection-expected.txt: |
| * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/qt/fast/forms/input-maxlength-2-expected.txt: |
| * platform/qt/fast/forms/input-paste-undo-expected.txt: |
| * platform/qt/fast/forms/input-text-click-inside-expected.txt: |
| * platform/qt/fast/forms/input-text-option-delete-expected.txt: |
| * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/qt/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/qt/fast/forms/textfield-overflow-expected.txt: |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.txt: |
| * platform/qt/fast/lists/markers-in-selection-expected.txt: |
| * platform/qt/fast/overflow/image-selection-highlight-expected.txt: |
| * platform/qt/fast/overflow/overflow-focus-ring-expected.txt: |
| * platform/qt/fast/overflow/overflow-text-hit-testing-expected.txt: |
| * platform/qt/fast/repaint/4776765-expected.txt: |
| * platform/qt/fast/repaint/delete-into-nested-block-expected.txt: |
| * platform/qt/fast/repaint/inline-outline-repaint-expected.txt: |
| * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt: |
| * platform/qt/fast/repaint/selection-after-delete-expected.txt: |
| * platform/qt/fast/repaint/selection-after-remove-expected.txt: |
| * platform/qt/fast/replaced/selection-rect-expected.txt: |
| * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.txt: |
| * platform/qt/fast/selectors/159-expected.txt: |
| * platform/qt/fast/selectors/177a-expected.txt: |
| * platform/qt/fast/table/click-near-anonymous-table-expected.txt: |
| * platform/qt/fast/text/atsui-kerning-and-ligatures-expected.txt: |
| * platform/qt/fast/text/atsui-partial-selection-expected.txt: |
| * platform/qt/fast/text/delete-hard-break-character-expected.txt: |
| * platform/qt/fast/text/international/khmer-selection-expected.txt: |
| * platform/qt/fast/text/international/rtl-caret-expected.txt: |
| * platform/qt/fast/text/justified-selection-at-edge-expected.txt: |
| * platform/qt/fast/text/justified-selection-expected.txt: |
| * platform/qt/fast/text/should-use-atsui-expected.txt: |
| * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: |
| * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/qt/svg/text/selection-background-color-expected.txt: |
| * platform/qt/svg/text/selection-styles-expected.txt: |
| |
| 2010-07-14 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Selection dumping code should not dump body's offset in the document |
| https://bugs.webkit.org/show_bug.cgi?id=42238 |
| |
| Update results now that we're no longer dumping |
| body's offset within HTML as part of selection dumps. |
| I used a little python script to do all these updates. |
| Basically it was just: |
| s/child \d {BODY} .* of document/body/i |
| |
| LayoutTests will be updated across several commits to keep the SVN server happy. |
| |
| This first commit is only the mac and mac-leopard results. |
| |
| * platform/mac/editing/deleting/4845371-expected.txt: |
| * platform/mac/editing/deleting/4922367-expected.txt: |
| * platform/mac/editing/deleting/5026848-1-expected.txt: |
| * platform/mac/editing/deleting/5026848-2-expected.txt: |
| * platform/mac/editing/deleting/5026848-3-expected.txt: |
| * platform/mac/editing/deleting/5032066-expected.txt: |
| * platform/mac/editing/deleting/5091898-expected.txt: |
| * platform/mac/editing/deleting/5099303-expected.txt: |
| * platform/mac/editing/deleting/5115601-expected.txt: |
| * platform/mac/editing/deleting/5126166-expected.txt: |
| * platform/mac/editing/deleting/5144139-2-expected.txt: |
| * platform/mac/editing/deleting/5156801-2-expected.txt: |
| * platform/mac/editing/deleting/5168598-expected.txt: |
| * platform/mac/editing/deleting/5206311-1-expected.txt: |
| * platform/mac/editing/deleting/5206311-2-expected.txt: |
| * platform/mac/editing/deleting/5272440-expected.txt: |
| * platform/mac/editing/deleting/5300379-expected.txt: |
| * platform/mac/editing/deleting/5369009-expected.txt: |
| * platform/mac/editing/deleting/5390681-2-expected.txt: |
| * platform/mac/editing/deleting/5390681-expected.txt: |
| * platform/mac/editing/deleting/5408255-expected.txt: |
| * platform/mac/editing/deleting/5433862-2-expected.txt: |
| * platform/mac/editing/deleting/5483370-expected.txt: |
| * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3608430-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3608445-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3608462-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3775172-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3800834-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3857753-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3865854-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3928305-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-3959464-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-4083333-fix-expected.txt: |
| * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt: |
| * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt: |
| * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt: |
| * platform/mac/editing/deleting/delete-and-undo-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: |
| * platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: |
| * platform/mac/editing/deleting/delete-at-start-or-end-expected.txt: |
| * platform/mac/editing/deleting/delete-block-contents-001-expected.txt: |
| * platform/mac/editing/deleting/delete-block-contents-002-expected.txt: |
| * platform/mac/editing/deleting/delete-block-contents-003-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-011-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-017-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt: |
| * platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt: |
| * platform/mac/editing/deleting/delete-block-table-expected.txt: |
| * platform/mac/editing/deleting/delete-br-001-expected.txt: |
| * platform/mac/editing/deleting/delete-br-002-expected.txt: |
| * platform/mac/editing/deleting/delete-br-003-expected.txt: |
| * platform/mac/editing/deleting/delete-br-004-expected.txt: |
| * platform/mac/editing/deleting/delete-br-005-expected.txt: |
| * platform/mac/editing/deleting/delete-br-006-expected.txt: |
| * platform/mac/editing/deleting/delete-br-007-expected.txt: |
| * platform/mac/editing/deleting/delete-br-008-expected.txt: |
| * platform/mac/editing/deleting/delete-br-009-expected.txt: |
| * platform/mac/editing/deleting/delete-br-010-expected.txt: |
| * platform/mac/editing/deleting/delete-br-011-expected.txt: |
| * platform/mac/editing/deleting/delete-br-012-expected.txt: |
| * platform/mac/editing/deleting/delete-br-013-expected.txt: |
| * platform/mac/editing/deleting/delete-by-word-001-expected.txt: |
| * platform/mac/editing/deleting/delete-by-word-002-expected.txt: |
| * platform/mac/editing/deleting/delete-character-001-expected.txt: |
| * platform/mac/editing/deleting/delete-contiguous-ws-001-expected.txt: |
| * platform/mac/editing/deleting/delete-first-list-item-expected.txt: |
| * platform/mac/editing/deleting/delete-hr-expected.txt: |
| * platform/mac/editing/deleting/delete-image-001-expected.txt: |
| * platform/mac/editing/deleting/delete-image-002-expected.txt: |
| * platform/mac/editing/deleting/delete-image-003-expected.txt: |
| * platform/mac/editing/deleting/delete-image-004-expected.txt: |
| * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt: |
| * platform/mac/editing/deleting/delete-line-001-expected.txt: |
| * platform/mac/editing/deleting/delete-line-002-expected.txt: |
| * platform/mac/editing/deleting/delete-line-003-expected.txt: |
| * platform/mac/editing/deleting/delete-line-004-expected.txt: |
| * platform/mac/editing/deleting/delete-line-005-expected.txt: |
| * platform/mac/editing/deleting/delete-line-006-expected.txt: |
| * platform/mac/editing/deleting/delete-line-007-expected.txt: |
| * platform/mac/editing/deleting/delete-line-008-expected.txt: |
| * platform/mac/editing/deleting/delete-line-009-expected.txt: |
| * platform/mac/editing/deleting/delete-line-010-expected.txt: |
| * platform/mac/editing/deleting/delete-line-011-expected.txt: |
| * platform/mac/editing/deleting/delete-line-012-expected.txt: |
| * platform/mac/editing/deleting/delete-line-013-expected.txt: |
| * platform/mac/editing/deleting/delete-line-014-expected.txt: |
| * platform/mac/editing/deleting/delete-line-015-expected.txt: |
| * platform/mac/editing/deleting/delete-line-016-expected.txt: |
| * platform/mac/editing/deleting/delete-line-017-expected.txt: |
| * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt: |
| * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt: |
| * platform/mac/editing/deleting/delete-listitem-001-expected.txt: |
| * platform/mac/editing/deleting/delete-listitem-002-expected.txt: |
| * platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.txt: |
| * platform/mac/editing/deleting/delete-select-all-001-expected.txt: |
| * platform/mac/editing/deleting/delete-select-all-002-expected.txt: |
| * platform/mac/editing/deleting/delete-select-all-003-expected.txt: |
| * platform/mac/editing/deleting/delete-selection-001-expected.txt: |
| * platform/mac/editing/deleting/delete-tab-001-expected.txt: |
| * platform/mac/editing/deleting/delete-tab-002-expected.txt: |
| * platform/mac/editing/deleting/delete-tab-003-expected.txt: |
| * platform/mac/editing/deleting/delete-tab-004-expected.txt: |
| * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt: |
| * platform/mac/editing/deleting/delete-to-select-table-expected.txt: |
| * platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt: |
| * platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt: |
| * platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt: |
| * platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt: |
| * platform/mac/editing/deleting/delete-ws-fixup-003-expected.txt: |
| * platform/mac/editing/deleting/delete-ws-fixup-004-expected.txt: |
| * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt: |
| * platform/mac/editing/deleting/forward-delete-expected.txt: |
| * platform/mac/editing/deleting/list-item-1-expected.txt: |
| * platform/mac/editing/deleting/merge-different-styles-expected.txt: |
| * platform/mac/editing/deleting/merge-endOfParagraph-expected.txt: |
| * platform/mac/editing/deleting/merge-into-empty-block-1-expected.txt: |
| * platform/mac/editing/deleting/merge-into-empty-block-2-expected.txt: |
| * platform/mac/editing/deleting/merge-no-br-expected.txt: |
| * platform/mac/editing/deleting/merge-unrendered-space-expected.txt: |
| * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt: |
| * platform/mac/editing/deleting/non-smart-delete-expected.txt: |
| * platform/mac/editing/deleting/paragraph-in-preserveNewline-expected.txt: |
| * platform/mac/editing/deleting/pruning-after-merge-2-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-001-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-002-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-003-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-004-expected.txt: |
| * platform/mac/editing/deleting/table-cells-expected.txt: |
| * platform/mac/editing/deleting/transpose-empty-expected.txt: |
| * platform/mac/editing/deleting/type-delete-after-quote-expected.txt: |
| * platform/mac/editing/deleting/whitespace-pre-1-expected.txt: |
| * platform/mac/editing/execCommand/4580583-1-expected.txt: |
| * platform/mac/editing/execCommand/4580583-2-expected.txt: |
| * platform/mac/editing/execCommand/4641880-1-expected.txt: |
| * platform/mac/editing/execCommand/4641880-2-expected.txt: |
| * platform/mac/editing/execCommand/4747450-expected.txt: |
| * platform/mac/editing/execCommand/4786404-1-expected.txt: |
| * platform/mac/editing/execCommand/4786404-2-expected.txt: |
| * platform/mac/editing/execCommand/4916402-expected.txt: |
| * platform/mac/editing/execCommand/4916541-expected.txt: |
| * platform/mac/editing/execCommand/4920488-expected.txt: |
| * platform/mac/editing/execCommand/4920742-1-expected.txt: |
| * platform/mac/editing/execCommand/4924441-expected.txt: |
| * platform/mac/editing/execCommand/5049671-expected.txt: |
| * platform/mac/editing/execCommand/5080333-1-expected.txt: |
| * platform/mac/editing/execCommand/5080333-2-expected.txt: |
| * platform/mac/editing/execCommand/5136770-expected.txt: |
| * platform/mac/editing/execCommand/5138441-expected.txt: |
| * platform/mac/editing/execCommand/5142012-1-expected.txt: |
| * platform/mac/editing/execCommand/5142012-2-expected.txt: |
| * platform/mac/editing/execCommand/5190926-expected.txt: |
| * platform/mac/editing/execCommand/5481523-expected.txt: |
| * platform/mac/editing/execCommand/5482023-expected.txt: |
| * platform/mac/editing/execCommand/5482524-expected.txt: |
| * platform/mac/editing/execCommand/5569741-expected.txt: |
| * platform/mac/editing/execCommand/5573879-expected.txt: |
| * platform/mac/editing/execCommand/create-list-from-range-selection-expected.txt: |
| * platform/mac/editing/execCommand/create-list-with-hr-expected.txt: |
| * platform/mac/editing/execCommand/findString-2-expected.txt: |
| * platform/mac/editing/execCommand/findString-expected.txt: |
| * platform/mac/editing/execCommand/format-block-expected.txt: |
| * platform/mac/editing/execCommand/format-block-from-range-selection-expected.txt: |
| * platform/mac/editing/execCommand/format-block-with-braces-expected.txt: |
| * platform/mac/editing/execCommand/format-block-with-trailing-br-expected.txt: |
| * platform/mac/editing/execCommand/hilitecolor-expected.txt: |
| * platform/mac/editing/execCommand/indent-empty-root-expected.txt: |
| * platform/mac/editing/execCommand/indent-list-item-expected.txt: |
| * platform/mac/editing/execCommand/indent-selection-expected.txt: |
| * platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt: |
| * platform/mac/editing/execCommand/insert-list-empty-div-expected.txt: |
| * platform/mac/editing/execCommand/insertImage-expected.txt: |
| * platform/mac/editing/execCommand/nsresponder-indent-expected.txt: |
| * platform/mac/editing/execCommand/nsresponder-outdent-expected.txt: |
| * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: |
| * platform/mac/editing/execCommand/outdent-selection-expected.txt: |
| * platform/mac/editing/execCommand/print-expected.txt: |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.txt: |
| * platform/mac/editing/execCommand/remove-formatting-expected.txt: |
| * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.txt: |
| * platform/mac/editing/execCommand/remove-list-item-1-expected.txt: |
| * platform/mac/editing/execCommand/selectAll-expected.txt: |
| * platform/mac/editing/input/5576619-expected.txt: |
| * platform/mac/editing/input/devanagari-ligature-expected.txt: |
| * platform/mac/editing/input/emacs-ctrl-o-expected.txt: |
| * platform/mac/editing/inserting/12882-expected.txt: |
| * platform/mac/editing/inserting/4278698-expected.txt: |
| * platform/mac/editing/inserting/4840662-expected.txt: |
| * platform/mac/editing/inserting/4875189-1-expected.txt: |
| * platform/mac/editing/inserting/4875189-2-expected.txt: |
| * platform/mac/editing/inserting/4959067-expected.txt: |
| * platform/mac/editing/inserting/4960120-1-expected.txt: |
| * platform/mac/editing/inserting/4960120-2-expected.txt: |
| * platform/mac/editing/inserting/5002441-expected.txt: |
| * platform/mac/editing/inserting/5058163-1-expected.txt: |
| * platform/mac/editing/inserting/5058163-2-expected.txt: |
| * platform/mac/editing/inserting/5156401-2-expected.txt: |
| * platform/mac/editing/inserting/5418891-expected.txt: |
| * platform/mac/editing/inserting/5510537-expected.txt: |
| * platform/mac/editing/inserting/5549929-2-expected.txt: |
| * platform/mac/editing/inserting/5549929-3-expected.txt: |
| * platform/mac/editing/inserting/5607069-2-expected.txt: |
| * platform/mac/editing/inserting/5607069-3-expected.txt: |
| * platform/mac/editing/inserting/6703873-expected.txt: |
| * platform/mac/editing/inserting/before-after-input-element-expected.txt: |
| * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt: |
| * platform/mac/editing/inserting/editable-html-element-expected.txt: |
| * platform/mac/editing/inserting/editable-inline-element-expected.txt: |
| * platform/mac/editing/inserting/edited-whitespace-1-expected.txt: |
| * platform/mac/editing/inserting/editing-empty-divs-expected.txt: |
| * platform/mac/editing/inserting/insert-3654864-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3659587-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3775316-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3778059-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3786362-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3800346-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3851164-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-3907422-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-after-delete-001-expected.txt: |
| * platform/mac/editing/inserting/insert-at-end-01-expected.txt: |
| * platform/mac/editing/inserting/insert-at-end-02-expected.txt: |
| * platform/mac/editing/inserting/insert-br-001-expected.txt: |
| * platform/mac/editing/inserting/insert-br-002-expected.txt: |
| * platform/mac/editing/inserting/insert-br-003-expected.txt: |
| * platform/mac/editing/inserting/insert-br-004-expected.txt: |
| * platform/mac/editing/inserting/insert-br-005-expected.txt: |
| * platform/mac/editing/inserting/insert-br-006-expected.txt: |
| * platform/mac/editing/inserting/insert-br-007-expected.txt: |
| * platform/mac/editing/inserting/insert-br-008-expected.txt: |
| * platform/mac/editing/inserting/insert-br-009-expected.txt: |
| * platform/mac/editing/inserting/insert-br-at-tabspan-001-expected.txt: |
| * platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt: |
| * platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt: |
| * platform/mac/editing/inserting/insert-br-quoted-001-expected.txt: |
| * platform/mac/editing/inserting/insert-br-quoted-002-expected.txt: |
| * platform/mac/editing/inserting/insert-br-quoted-003-expected.txt: |
| * platform/mac/editing/inserting/insert-br-quoted-004-expected.txt: |
| * platform/mac/editing/inserting/insert-br-quoted-005-expected.txt: |
| * platform/mac/editing/inserting/insert-br-quoted-006-expected.txt: |
| * platform/mac/editing/inserting/insert-div-001-expected.txt: |
| * platform/mac/editing/inserting/insert-div-002-expected.txt: |
| * platform/mac/editing/inserting/insert-div-003-expected.txt: |
| * platform/mac/editing/inserting/insert-div-004-expected.txt: |
| * platform/mac/editing/inserting/insert-div-005-expected.txt: |
| * platform/mac/editing/inserting/insert-div-006-expected.txt: |
| * platform/mac/editing/inserting/insert-div-007-expected.txt: |
| * platform/mac/editing/inserting/insert-div-008-expected.txt: |
| * platform/mac/editing/inserting/insert-div-009-expected.txt: |
| * platform/mac/editing/inserting/insert-div-010-expected.txt: |
| * platform/mac/editing/inserting/insert-div-011-expected.txt: |
| * platform/mac/editing/inserting/insert-div-012-expected.txt: |
| * platform/mac/editing/inserting/insert-div-013-expected.txt: |
| * platform/mac/editing/inserting/insert-div-014-expected.txt: |
| * platform/mac/editing/inserting/insert-div-015-expected.txt: |
| * platform/mac/editing/inserting/insert-div-016-expected.txt: |
| * platform/mac/editing/inserting/insert-div-017-expected.txt: |
| * platform/mac/editing/inserting/insert-div-018-expected.txt: |
| * platform/mac/editing/inserting/insert-div-019-expected.txt: |
| * platform/mac/editing/inserting/insert-div-020-expected.txt: |
| * platform/mac/editing/inserting/insert-div-021-expected.txt: |
| * platform/mac/editing/inserting/insert-div-022-expected.txt: |
| * platform/mac/editing/inserting/insert-div-023-expected.txt: |
| * platform/mac/editing/inserting/insert-div-024-expected.txt: |
| * platform/mac/editing/inserting/insert-div-025-expected.txt: |
| * platform/mac/editing/inserting/insert-div-026-expected.txt: |
| * platform/mac/editing/inserting/insert-div-027-expected.txt: |
| * platform/mac/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/mac/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/mac/editing/inserting/insert-paragraph-03-expected.txt: |
| * platform/mac/editing/inserting/insert-paragraph-04-expected.txt: |
| * platform/mac/editing/inserting/insert-paragraph-05-expected.txt: |
| * platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt: |
| * platform/mac/editing/inserting/insert-tab-001-expected.txt: |
| * platform/mac/editing/inserting/insert-tab-002-expected.txt: |
| * platform/mac/editing/inserting/insert-tab-003-expected.txt: |
| * platform/mac/editing/inserting/insert-tab-004-expected.txt: |
| * platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt: |
| * platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt: |
| * platform/mac/editing/inserting/insert-text-at-tabspan-003-expected.txt: |
| * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt: |
| * platform/mac/editing/inserting/line-break-expected.txt: |
| * platform/mac/editing/inserting/multiple-lines-selected-expected.txt: |
| * platform/mac/editing/inserting/paragraph-separator-01-expected.txt: |
| * platform/mac/editing/inserting/paragraph-separator-02-expected.txt: |
| * platform/mac/editing/inserting/paragraph-separator-03-expected.txt: |
| * platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/mac/editing/inserting/redo-expected.txt: |
| * platform/mac/editing/inserting/return-key-with-selection-001-expected.txt: |
| * platform/mac/editing/inserting/return-key-with-selection-002-expected.txt: |
| * platform/mac/editing/inserting/return-key-with-selection-003-expected.txt: |
| * platform/mac/editing/inserting/typing-001-expected.txt: |
| * platform/mac/editing/inserting/typing-002-expected.txt: |
| * platform/mac/editing/inserting/typing-003-expected.txt: |
| * platform/mac/editing/inserting/typing-around-br-001-expected.txt: |
| * platform/mac/editing/inserting/typing-around-image-001-expected.txt: |
| * platform/mac/editing/inserting/typing-tab-designmode-forms-expected.txt: |
| * platform/mac/editing/pasteboard/3976872-expected.txt: |
| * platform/mac/editing/pasteboard/4076267-2-expected.txt: |
| * platform/mac/editing/pasteboard/4076267-3-expected.txt: |
| * platform/mac/editing/pasteboard/4076267-expected.txt: |
| * platform/mac/editing/pasteboard/4242293-1-expected.txt: |
| * platform/mac/editing/pasteboard/4242293-expected.txt: |
| * platform/mac/editing/pasteboard/4631972-expected.txt: |
| * platform/mac/editing/pasteboard/4641033-expected.txt: |
| * platform/mac/editing/pasteboard/4700297-expected.txt: |
| * platform/mac/editing/pasteboard/4806874-expected.txt: |
| * platform/mac/editing/pasteboard/4861080-expected.txt: |
| * platform/mac/editing/pasteboard/4944770-1-expected.txt: |
| * platform/mac/editing/pasteboard/4944770-2-expected.txt: |
| * platform/mac/editing/pasteboard/4947130-expected.txt: |
| * platform/mac/editing/pasteboard/4989774-expected.txt: |
| * platform/mac/editing/pasteboard/5006779-expected.txt: |
| * platform/mac/editing/pasteboard/5027857-expected.txt: |
| * platform/mac/editing/pasteboard/5028447-expected.txt: |
| * platform/mac/editing/pasteboard/5032095-expected.txt: |
| * platform/mac/editing/pasteboard/5065605-expected.txt: |
| * platform/mac/editing/pasteboard/5071074-2-expected.txt: |
| * platform/mac/editing/pasteboard/5071074-expected.txt: |
| * platform/mac/editing/pasteboard/5075944-2-expected.txt: |
| * platform/mac/editing/pasteboard/5075944-3-expected.txt: |
| * platform/mac/editing/pasteboard/5075944-expected.txt: |
| * platform/mac/editing/pasteboard/5089327-expected.txt: |
| * platform/mac/editing/pasteboard/5134759-expected.txt: |
| * platform/mac/editing/pasteboard/5156401-1-expected.txt: |
| * platform/mac/editing/pasteboard/5247341-expected.txt: |
| * platform/mac/editing/pasteboard/5368833-expected.txt: |
| * platform/mac/editing/pasteboard/5387578-expected.txt: |
| * platform/mac/editing/pasteboard/5478250-expected.txt: |
| * platform/mac/editing/pasteboard/5483567-expected.txt: |
| * platform/mac/editing/pasteboard/5583362-expected.txt: |
| * platform/mac/editing/pasteboard/5601583-1-expected.txt: |
| * platform/mac/editing/pasteboard/8145-1-expected.txt: |
| * platform/mac/editing/pasteboard/8145-2-expected.txt: |
| * platform/mac/editing/pasteboard/8145-3-expected.txt: |
| * platform/mac/editing/pasteboard/bad-placeholder-expected.txt: |
| * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.txt: |
| * platform/mac/editing/pasteboard/copy-paste-bidi-expected.txt: |
| * platform/mac/editing/pasteboard/copy-standalone-image-expected.txt: |
| * platform/mac/editing/pasteboard/cut-text-001-expected.txt: |
| * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt: |
| * platform/mac/editing/pasteboard/displaced-placeholder-expected.txt: |
| * platform/mac/editing/pasteboard/display-block-on-spans-expected.txt: |
| * platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt: |
| * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt: |
| * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt: |
| * platform/mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/mac/editing/pasteboard/emacs-cntl-y-001-expected.txt: |
| * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt: |
| * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/pasteboard/interchange-newline-1-expected.txt: |
| * platform/mac/editing/pasteboard/interchange-newline-2-expected.txt: |
| * platform/mac/editing/pasteboard/interchange-newline-3-expected.txt: |
| * platform/mac/editing/pasteboard/interchange-newline-4-expected.txt: |
| * platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt: |
| * platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt: |
| * platform/mac/editing/pasteboard/merge-after-delete-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-1-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-2-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-3-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-4-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-5-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-borders-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-list-expected.txt: |
| * platform/mac/editing/pasteboard/merge-end-table-expected.txt: |
| * platform/mac/editing/pasteboard/merge-start-blockquote-expected.txt: |
| * platform/mac/editing/pasteboard/merge-start-list-expected.txt: |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt: |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt: |
| * platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt: |
| * platform/mac/editing/pasteboard/paste-4038267-fix-expected.txt: |
| * platform/mac/editing/pasteboard/paste-4039777-fix-expected.txt: |
| * platform/mac/editing/pasteboard/paste-RTFD-expected.txt: |
| * platform/mac/editing/pasteboard/paste-TIFF-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-1-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-2-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-3-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-002-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-003-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-004-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-005-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt: |
| * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt: |
| * platform/mac/editing/pasteboard/paste-list-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-match-style-002-expected.txt: |
| * platform/mac/editing/pasteboard/paste-pre-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-pre-002-expected.txt: |
| * platform/mac/editing/pasteboard/paste-table-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-table-003-expected.txt: |
| * platform/mac/editing/pasteboard/paste-table-cells-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-002-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-003-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-004-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-005-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-006-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-007-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-008-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-009-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-010-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-011-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-012-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-013-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-014-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-015-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-016-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-017-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-018-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-019-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: |
| * platform/mac/editing/pasteboard/paste-unrendered-select-expected.txt: |
| * platform/mac/editing/pasteboard/paste-xml-expected.txt: |
| * platform/mac/editing/pasteboard/pasting-object-expected.txt: |
| * platform/mac/editing/pasteboard/pasting-tabs-expected.txt: |
| * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt: |
| * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt: |
| * platform/mac/editing/pasteboard/select-element-1-expected.txt: |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-001-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-002-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-003-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-004-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-005-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-006-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-007-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-008-expected.txt: |
| * platform/mac/editing/pasteboard/styled-element-markup-expected.txt: |
| * platform/mac/editing/pasteboard/testcase-9507-expected.txt: |
| * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt: |
| * platform/mac/editing/pasteboard/unrendered-br-expected.txt: |
| * platform/mac/editing/selection/13804-expected.txt: |
| * platform/mac/editing/selection/14971-expected.txt: |
| * platform/mac/editing/selection/25228-expected.txt: |
| * platform/mac/editing/selection/3690703-2-expected.txt: |
| * platform/mac/editing/selection/3690703-expected.txt: |
| * platform/mac/editing/selection/3690719-expected.txt: |
| * platform/mac/editing/selection/4397952-expected.txt: |
| * platform/mac/editing/selection/4402375-expected.txt: |
| * platform/mac/editing/selection/4818145-expected.txt: |
| * platform/mac/editing/selection/4866671-expected.txt: |
| * platform/mac/editing/selection/4889598-expected.txt: |
| * platform/mac/editing/selection/4895428-1-expected.txt: |
| * platform/mac/editing/selection/4895428-2-expected.txt: |
| * platform/mac/editing/selection/4895428-3-expected.txt: |
| * platform/mac/editing/selection/4895428-4-expected.txt: |
| * platform/mac/editing/selection/4932260-1-expected.txt: |
| * platform/mac/editing/selection/4932260-2-expected.txt: |
| * platform/mac/editing/selection/4932260-3-expected.txt: |
| * platform/mac/editing/selection/4947387-expected.txt: |
| * platform/mac/editing/selection/4960116-expected.txt: |
| * platform/mac/editing/selection/4975120-expected.txt: |
| * platform/mac/editing/selection/4983858-expected.txt: |
| * platform/mac/editing/selection/5007143-2-expected.txt: |
| * platform/mac/editing/selection/5007143-expected.txt: |
| * platform/mac/editing/selection/5057506-2-expected.txt: |
| * platform/mac/editing/selection/5057506-expected.txt: |
| * platform/mac/editing/selection/5076323-1-expected.txt: |
| * platform/mac/editing/selection/5076323-2-expected.txt: |
| * platform/mac/editing/selection/5076323-3-expected.txt: |
| * platform/mac/editing/selection/5081257-1-expected.txt: |
| * platform/mac/editing/selection/5081257-2-expected.txt: |
| * platform/mac/editing/selection/5099303-expected.txt: |
| * platform/mac/editing/selection/5109817-expected.txt: |
| * platform/mac/editing/selection/5131716-1-expected.txt: |
| * platform/mac/editing/selection/5131716-2-expected.txt: |
| * platform/mac/editing/selection/5131716-3-expected.txt: |
| * platform/mac/editing/selection/5131716-4-expected.txt: |
| * platform/mac/editing/selection/5195166-2-expected.txt: |
| * platform/mac/editing/selection/5232159-expected.txt: |
| * platform/mac/editing/selection/5234383-1-expected.txt: |
| * platform/mac/editing/selection/5234383-2-expected.txt: |
| * platform/mac/editing/selection/5240265-expected.txt: |
| * platform/mac/editing/selection/5333725-expected.txt: |
| * platform/mac/editing/selection/5354455-1-expected.txt: |
| * platform/mac/editing/selection/5354455-2-expected.txt: |
| * platform/mac/editing/selection/6476-expected.txt: |
| * platform/mac/editing/selection/7152-1-expected.txt: |
| * platform/mac/editing/selection/7152-2-expected.txt: |
| * platform/mac/editing/selection/addRange-expected.txt: |
| * platform/mac/editing/selection/after-line-wrap-expected.txt: |
| * platform/mac/editing/selection/caret-and-focus-ring-expected.txt: |
| * platform/mac/editing/selection/caret-before-select-expected.txt: |
| * platform/mac/editing/selection/caret-rtl-2-expected.txt: |
| * platform/mac/editing/selection/caret-rtl-expected.txt: |
| * platform/mac/editing/selection/click-start-of-line-expected.txt: |
| * platform/mac/editing/selection/contains-boundaries-expected.txt: |
| * platform/mac/editing/selection/contenteditable-click-inside-expected.txt: |
| * platform/mac/editing/selection/designmode-no-caret-expected.txt: |
| * platform/mac/editing/selection/display-table-text-expected.txt: |
| * platform/mac/editing/selection/doubleclick-crash-expected.txt: |
| * platform/mac/editing/selection/drag-select-1-expected.txt: |
| * platform/mac/editing/selection/drag-text-delay-expected.txt: |
| * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt: |
| * platform/mac/editing/selection/editable-html-element-expected.txt: |
| * platform/mac/editing/selection/editable-links-expected.txt: |
| * platform/mac/editing/selection/editable-non-editable-crash-expected.txt: |
| * platform/mac/editing/selection/end-of-document-expected.txt: |
| * platform/mac/editing/selection/expanding-selections-expected.txt: |
| * platform/mac/editing/selection/expanding-selections2-expected.txt: |
| * platform/mac/editing/selection/extend-by-character-001-expected.txt: |
| * platform/mac/editing/selection/extend-by-character-002-expected.txt: |
| * platform/mac/editing/selection/extend-by-character-003-expected.txt: |
| * platform/mac/editing/selection/extend-by-character-004-expected.txt: |
| * platform/mac/editing/selection/extend-by-character-005-expected.txt: |
| * platform/mac/editing/selection/extend-by-character-006-expected.txt: |
| * platform/mac/editing/selection/extend-by-sentence-001-expected.txt: |
| * platform/mac/editing/selection/extend-by-word-001-expected.txt: |
| * platform/mac/editing/selection/extend-by-word-002-expected.txt: |
| * platform/mac/editing/selection/fake-doubleclick-expected.txt: |
| * platform/mac/editing/selection/fake-drag-expected.txt: |
| * platform/mac/editing/selection/focus-body-expected.txt: |
| * platform/mac/editing/selection/focus_editable_html-expected.txt: |
| * platform/mac/editing/selection/iframe-expected.txt: |
| * platform/mac/editing/selection/image-before-linebreak-expected.txt: |
| * platform/mac/editing/selection/inconsistent-in-removeChildNode-expected.txt: |
| * platform/mac/editing/selection/inline-closest-leaf-child-expected.txt: |
| * platform/mac/editing/selection/inline-table-expected.txt: |
| * platform/mac/editing/selection/leave-requested-block-expected.txt: |
| * platform/mac/editing/selection/line-wrap-1-expected.txt: |
| * platform/mac/editing/selection/line-wrap-2-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-1-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-2-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-3-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-4-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-5-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-6-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-7-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-8-expected.txt: |
| * platform/mac/editing/selection/mixed-editability-9-expected.txt: |
| * platform/mac/editing/selection/move-3875618-fix-expected.txt: |
| * platform/mac/editing/selection/move-3875641-fix-expected.txt: |
| * platform/mac/editing/selection/move-backwords-by-word-001-expected.txt: |
| * platform/mac/editing/selection/move-between-blocks-no-001-expected.txt: |
| * platform/mac/editing/selection/move-between-blocks-yes-001-expected.txt: |
| * platform/mac/editing/selection/move-by-character-001-expected.txt: |
| * platform/mac/editing/selection/move-by-character-002-expected.txt: |
| * platform/mac/editing/selection/move-by-character-003-expected.txt: |
| * platform/mac/editing/selection/move-by-character-004-expected.txt: |
| * platform/mac/editing/selection/move-by-character-005-expected.txt: |
| * platform/mac/editing/selection/move-by-character-6-expected.txt: |
| * platform/mac/editing/selection/move-by-line-001-expected.txt: |
| * platform/mac/editing/selection/move-by-line-002-expected.txt: |
| * platform/mac/editing/selection/move-by-sentence-001-expected.txt: |
| * platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt: |
| * platform/mac/editing/selection/move-by-word-001-expected.txt: |
| * platform/mac/editing/selection/move-past-trailing-space-expected.txt: |
| * platform/mac/editing/selection/node-removal-2-expected.txt: |
| * platform/mac/editing/selection/paragraph-granularity-expected.txt: |
| * platform/mac/editing/selection/previous-line-position-expected.txt: |
| * platform/mac/editing/selection/range-between-block-and-inline-expected.txt: |
| * platform/mac/editing/selection/replace-selection-1-expected.txt: |
| * platform/mac/editing/selection/replaced-boundaries-1-expected.txt: |
| * platform/mac/editing/selection/replaced-boundaries-2-expected.txt: |
| * platform/mac/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/mac/editing/selection/select-all-001-expected.txt: |
| * platform/mac/editing/selection/select-all-002-expected.txt: |
| * platform/mac/editing/selection/select-all-003-expected.txt: |
| * platform/mac/editing/selection/select-all-004-expected.txt: |
| * platform/mac/editing/selection/select-all-005-expected.txt: |
| * platform/mac/editing/selection/select-all-006-expected.txt: |
| * platform/mac/editing/selection/select-box-expected.txt: |
| * platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/mac/editing/selection/select-missing-image-expected.txt: |
| * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt: |
| * platform/mac/editing/selection/selection-3748164-fix-expected.txt: |
| * platform/mac/editing/selection/selection-actions-expected.txt: |
| * platform/mac/editing/selection/selection-background-expected.txt: |
| * platform/mac/editing/selection/table-caret-1-expected.txt: |
| * platform/mac/editing/selection/table-caret-2-expected.txt: |
| * platform/mac/editing/selection/table-caret-3-expected.txt: |
| * platform/mac/editing/selection/transformed-selection-rects-expected.txt: |
| * platform/mac/editing/selection/triple-click-in-pre-expected.txt: |
| * platform/mac/editing/selection/unrendered-001-expected.txt: |
| * platform/mac/editing/selection/unrendered-002-expected.txt: |
| * platform/mac/editing/selection/unrendered-003-expected.txt: |
| * platform/mac/editing/selection/unrendered-004-expected.txt: |
| * platform/mac/editing/selection/unrendered-005-expected.txt: |
| * platform/mac/editing/selection/unrendered-space-expected.txt: |
| * platform/mac/editing/selection/word-granularity-expected.txt: |
| * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt: |
| * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt: |
| * platform/mac/editing/spelling/spellcheck-attribute-expected.txt: |
| * platform/mac/editing/spelling/spelling-expected.txt: |
| * platform/mac/editing/spelling/spelling-linebreak-expected.txt: |
| * platform/mac/editing/style/4916887-expected.txt: |
| * platform/mac/editing/style/5017613-1-expected.txt: |
| * platform/mac/editing/style/5017613-2-expected.txt: |
| * platform/mac/editing/style/5046875-1-expected.txt: |
| * platform/mac/editing/style/5046875-2-expected.txt: |
| * platform/mac/editing/style/5065910-expected.txt: |
| * platform/mac/editing/style/5084241-expected.txt: |
| * platform/mac/editing/style/5091898-expected.txt: |
| * platform/mac/editing/style/5228141-expected.txt: |
| * platform/mac/editing/style/5279521-expected.txt: |
| * platform/mac/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/mac/editing/style/block-style-001-expected.txt: |
| * platform/mac/editing/style/block-style-002-expected.txt: |
| * platform/mac/editing/style/block-style-003-expected.txt: |
| * platform/mac/editing/style/block-style-004-expected.txt: |
| * platform/mac/editing/style/block-style-005-expected.txt: |
| * platform/mac/editing/style/block-style-006-expected.txt: |
| * platform/mac/editing/style/block-styles-007-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-001-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-002-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-003-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-004-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-005-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-006-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-007-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-008-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-009-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-010-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-011-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-012-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-013-expected.txt: |
| * platform/mac/editing/style/designmode-expected.txt: |
| * platform/mac/editing/style/font-family-with-space-expected.txt: |
| * platform/mac/editing/style/fontsize-1-expected.txt: |
| * platform/mac/editing/style/highlight-expected.txt: |
| * platform/mac/editing/style/non-inheritable-styles-expected.txt: |
| * platform/mac/editing/style/relative-font-size-change-001-expected.txt: |
| * platform/mac/editing/style/relative-font-size-change-002-expected.txt: |
| * platform/mac/editing/style/relative-font-size-change-003-expected.txt: |
| * platform/mac/editing/style/relative-font-size-change-004-expected.txt: |
| * platform/mac/editing/style/smoosh-styles-001-expected.txt: |
| * platform/mac/editing/style/smoosh-styles-003-expected.txt: |
| * platform/mac/editing/style/style-3681552-fix-001-expected.txt: |
| * platform/mac/editing/style/style-3681552-fix-002-expected.txt: |
| * platform/mac/editing/style/style-3690704-fix-expected.txt: |
| * platform/mac/editing/style/style-3998892-fix-expected.txt: |
| * platform/mac/editing/style/style-boundary-001-expected.txt: |
| * platform/mac/editing/style/style-boundary-002-expected.txt: |
| * platform/mac/editing/style/style-boundary-003-expected.txt: |
| * platform/mac/editing/style/style-boundary-004-expected.txt: |
| * platform/mac/editing/style/style-boundary-005-expected.txt: |
| * platform/mac/editing/style/table-selection-expected.txt: |
| * platform/mac/editing/style/typing-style-001-expected.txt: |
| * platform/mac/editing/style/typing-style-002-expected.txt: |
| * platform/mac/editing/style/typing-style-003-expected.txt: |
| * platform/mac/editing/style/unbold-in-bold-expected.txt: |
| * platform/mac/editing/undo/4063751-expected.txt: |
| * platform/mac/editing/undo/5378473-expected.txt: |
| * platform/mac/editing/undo/redo-typing-001-expected.txt: |
| * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt: |
| * platform/mac/editing/undo/undo-combined-delete-expected.txt: |
| * platform/mac/editing/undo/undo-delete-boundary-expected.txt: |
| * platform/mac/editing/undo/undo-delete-expected.txt: |
| * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt: |
| * platform/mac/editing/undo/undo-forward-delete-expected.txt: |
| * platform/mac/editing/undo/undo-misspellings-expected.txt: |
| * platform/mac/editing/undo/undo-typing-001-expected.txt: |
| * platform/mac/editing/unsupported-content/list-delete-001-expected.txt: |
| * platform/mac/editing/unsupported-content/list-delete-003-expected.txt: |
| * platform/mac/editing/unsupported-content/list-type-after-expected.txt: |
| * platform/mac/editing/unsupported-content/list-type-before-expected.txt: |
| * platform/mac/editing/unsupported-content/table-delete-001-expected.txt: |
| * platform/mac/editing/unsupported-content/table-delete-002-expected.txt: |
| * platform/mac/editing/unsupported-content/table-delete-003-expected.txt: |
| * platform/mac/editing/unsupported-content/table-type-after-expected.txt: |
| * platform/mac/editing/unsupported-content/table-type-before-expected.txt: |
| * platform/mac/fast/backgrounds/solid-color-context-restore-expected.txt: |
| * platform/mac/fast/block/float/relative-painted-twice-expected.txt: |
| * platform/mac/fast/css-generated-content/hover-style-change-expected.txt: |
| * platform/mac/fast/css/layerZOrderCrash-expected.txt: |
| * platform/mac/fast/css/shadow-multiple-expected.txt: |
| * platform/mac/fast/css/universal-hover-quirk-expected.txt: |
| * platform/mac/fast/dom/delete-contents-expected.txt: |
| * platform/mac/fast/dom/focus-contenteditable-expected.txt: |
| * platform/mac/fast/dynamic/layer-hit-test-crash-expected.txt: |
| * platform/mac/fast/dynamic/selection-highlight-adjust-expected.txt: |
| * platform/mac/fast/events/5056619-expected.txt: |
| * platform/mac/fast/events/autoscroll-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/events/label-focus-expected.txt: |
| * platform/mac/fast/events/pointer-events-dashboard-expected.txt: |
| * platform/mac/fast/events/updateLayoutForHitTest-expected.txt: |
| * platform/mac/fast/forms/caret-rtl-expected.txt: |
| * platform/mac/fast/forms/form-added-to-table-expected.txt: |
| * platform/mac/fast/forms/input-appearance-focus-expected.txt: |
| * platform/mac/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-selection-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/mac/fast/forms/input-paste-undo-expected.txt: |
| * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/mac/fast/forms/input-text-click-inside-expected.txt: |
| * platform/mac/fast/forms/input-text-click-outside-expected.txt: |
| * platform/mac/fast/forms/input-text-double-click-expected.txt: |
| * platform/mac/fast/forms/input-text-drag-down-expected.txt: |
| * platform/mac/fast/forms/input-text-option-delete-expected.txt: |
| * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/mac/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/mac/fast/forms/search-rtl-expected.txt: |
| * platform/mac/fast/forms/search-transformed-expected.txt: |
| * platform/mac/fast/forms/search-zoomed-expected.txt: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/textarea-scrollbar-expected.txt: |
| * platform/mac/fast/forms/textarea-scrolled-type-expected.txt: |
| * platform/mac/fast/forms/textfield-outline-expected.txt: |
| * platform/mac/fast/forms/textfield-overflow-expected.txt: |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/mac/fast/inline-block/14498-positionForCoordinates-expected.txt: |
| * platform/mac/fast/inline/25277-2-expected.txt: |
| * platform/mac/fast/inline/25277-expected.txt: |
| * platform/mac/fast/lists/drag-into-marker-expected.txt: |
| * platform/mac/fast/lists/markers-in-selection-expected.txt: |
| * platform/mac/fast/overflow/image-selection-highlight-expected.txt: |
| * platform/mac/fast/overflow/overflow-focus-ring-expected.txt: |
| * platform/mac/fast/overflow/overflow-text-hit-testing-expected.txt: |
| * platform/mac/fast/reflections/inline-crash-expected.txt: |
| * platform/mac/fast/repaint/4776765-expected.txt: |
| * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: |
| * platform/mac/fast/repaint/caret-outside-block-expected.txt: |
| * platform/mac/fast/repaint/delete-into-nested-block-expected.txt: |
| * platform/mac/fast/repaint/inline-outline-repaint-expected.txt: |
| * platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/repaint/selected-replaced-expected.txt: |
| * platform/mac/fast/repaint/selection-after-delete-expected.txt: |
| * platform/mac/fast/repaint/selection-after-remove-expected.txt: |
| * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/mac/fast/replaced/selection-rect-expected.txt: |
| * platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt: |
| * platform/mac/fast/replaced/selection-rect-transform-expected.txt: |
| * platform/mac/fast/selectors/159-expected.txt: |
| * platform/mac/fast/selectors/177a-expected.txt: |
| * platform/mac/fast/table/click-near-anonymous-table-expected.txt: |
| * platform/mac/fast/text/atsui-kerning-and-ligatures-expected.txt: |
| * platform/mac/fast/text/atsui-partial-selection-expected.txt: |
| * platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt: |
| * platform/mac/fast/text/atsui-rtl-override-selection-expected.txt: |
| * platform/mac/fast/text/delete-hard-break-character-expected.txt: |
| * platform/mac/fast/text/in-rendered-text-rtl-expected.txt: |
| * platform/mac/fast/text/international/khmer-selection-expected.txt: |
| * platform/mac/fast/text/international/rtl-caret-expected.txt: |
| * platform/mac/fast/text/justified-selection-at-edge-expected.txt: |
| * platform/mac/fast/text/justified-selection-expected.txt: |
| * platform/mac/fast/text/justified-text-rect-expected.txt: |
| * platform/mac/fast/text/selection-painted-separately-expected.txt: |
| * platform/mac/fast/text/should-use-atsui-expected.txt: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/mac/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: |
| * platform/mac/fast/transforms/transformed-caret-expected.txt: |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/mac/svg/custom/hit-test-with-br-expected.txt: |
| * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/mac/svg/text/selection-background-color-expected.txt: |
| * platform/mac/svg/text/selection-styles-expected.txt: |
| |
| 2010-07-14 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * websocket/tests/bad-sub-protocol-non-ascii-expected.txt: |
| Updated because r63273 changed BOM behavior. |
| |
| 2010-07-14 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| <input type=number> UI: inner spin button layout |
| https://bugs.webkit.org/show_bug.cgi?id=41924 |
| |
| Update test expectations because a shadow node is added to |
| <input type=number>. |
| |
| * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.html |
| * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| |
| 2010-07-14 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Fix a syntax error introduced by r63286. |
| |
| 2010-07-14 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| <input type=number> UI: Support disabled/readonly states |
| https://bugs.webkit.org/show_bug.cgi?id=38568 |
| |
| * fast/forms/input-appearance-spinbutton-disabled-readonly.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added. |
| * platform/mac/fast/forms/input-number-click-expected.txt: |
| * platform/mac/fast/forms/input-number-click.html: |
| Add tests for disabled/readonly states. |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-13 Brian Weinstein <bweinstein@apple.com> |
| |
| Fix Windows checkouts by shortening paths. |
| |
| * fast/js/sputnik/Conformance: Renamed a few directories so checkouts can succeed. |
| |
| 2010-07-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Page flashes to mostly white towards the end of loading |
| https://bugs.webkit.org/show_bug.cgi?id=42230 |
| |
| Pixel test with a tiled layer whose size gets constrained. |
| Has to be a pixel test because the layer dump does not expose the bug fix. |
| |
| * compositing/tiling/constrained-layer-size-expected.checksum: Added. |
| * compositing/tiling/constrained-layer-size-expected.png: Added. |
| * compositing/tiling/constrained-layer-size-expected.txt: Added. |
| * compositing/tiling/constrained-layer-size.html: Added. |
| |
| 2010-07-13 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Porting as many async DB tests as possible to sync DBs. |
| https://bugs.webkit.org/show_bug.cgi?id=40607 |
| |
| * fast/workers/storage/change-version-handle-reuse-sync-expected.txt: Added. |
| * fast/workers/storage/change-version-handle-reuse-sync.html: Added. |
| * fast/workers/storage/change-version-sync-expected.txt: Added. |
| * fast/workers/storage/change-version-sync.html: Added. |
| * fast/workers/storage/empty-statement-sync-expected.txt: Added. |
| * fast/workers/storage/empty-statement-sync.html: Added. |
| * fast/workers/storage/execute-sql-args-sync-expected.txt: Added. |
| * fast/workers/storage/execute-sql-args-sync.html: Added. |
| * fast/workers/storage/executesql-accepts-only-one-statement-sync-expected.txt: Added. |
| * fast/workers/storage/executesql-accepts-only-one-statement-sync.html: Added. |
| * fast/workers/storage/multiple-transactions-on-different-handles-sync-expected.txt: Added. |
| * fast/workers/storage/multiple-transactions-on-different-handles-sync.html: Added. |
| * fast/workers/storage/open-database-creation-callback-sync-expected.txt: Added. |
| * fast/workers/storage/open-database-creation-callback-sync.html: Added. |
| * fast/workers/storage/open-database-empty-version-sync-expected.txt: Added. |
| * fast/workers/storage/open-database-empty-version-sync.html: Added. |
| * fast/workers/storage/open-database-inputs-sync-expected.txt: Copied from LayoutTests/fast/workers/storage/open-database-sync-inputs-expected.txt. |
| * fast/workers/storage/open-database-inputs-sync.html: Copied from LayoutTests/fast/workers/storage/open-database-sync-inputs.html. |
| * fast/workers/storage/open-database-set-empty-version-sync-expected.txt: Added. |
| * fast/workers/storage/open-database-set-empty-version-sync.html: Added. |
| * fast/workers/storage/open-database-sync-inputs-expected.txt: Removed. |
| * fast/workers/storage/open-database-sync-inputs.html: Removed. |
| * fast/workers/storage/open-database-while-transaction-in-progress-sync-expected.txt: Added. |
| * fast/workers/storage/open-database-while-transaction-in-progress-sync.html: Added. |
| * fast/workers/storage/resources/change-version-handle-reuse-sync.js: Added. |
| (catch): |
| * fast/workers/storage/resources/change-version-sync-1.js: Added. |
| (): |
| (try): |
| * fast/workers/storage/resources/change-version-sync-2.js: Added. |
| * fast/workers/storage/resources/empty-statement-sync.js: Added. |
| * fast/workers/storage/resources/execute-sql-args-sync.js: Added. |
| (throwOnToStringObject.toString): |
| (var): |
| (): |
| (runTransactionTest): |
| (runTransactionTests): |
| * fast/workers/storage/resources/executesql-accepts-only-one-statement-sync.js: Added. |
| (executeStatement): |
| * fast/workers/storage/resources/multiple-transactions-on-different-handles-sync.js: Added. |
| (runTransaction): |
| (var): |
| * fast/workers/storage/resources/multiple-transactions-sync.js: Added. |
| (checkCompletion): |
| (runTest.db): |
| (runTest): |
| * fast/workers/storage/resources/open-database-creation-callback-sync.js: Added. |
| * fast/workers/storage/resources/open-database-empty-version-sync.js: Added. |
| * fast/workers/storage/resources/open-database-inputs-sync.js: Copied from LayoutTests/fast/workers/storage/resources/open-database-sync-inputs.js. |
| * fast/workers/storage/resources/open-database-set-empty-version-sync.js: Added. |
| * fast/workers/storage/resources/open-database-sync-inputs.js: Removed. |
| * fast/workers/storage/resources/open-database-while-transaction-in-progress-sync.js: Added. |
| (openTestDatabase): |
| * fast/workers/storage/resources/sql-data-types-sync.js: Added. |
| (): |
| (testDBValues): |
| * fast/workers/storage/resources/sql-exception-codes-sync.js: Added. |
| (testTransaction): |
| (): |
| (testInvalidStatement): |
| (testIncorrectNumberOfBindParameters): |
| (testBindParameterOfWrongType.badString.toString): |
| (testBindParameterOfWrongType): |
| (testVersionMismatch.testTransaction): |
| (testVersionMismatch): |
| * fast/workers/storage/resources/test-authorizer-sync.js: Added. |
| (cleanup): |
| (executeStatement): |
| (createTableCallback): |
| (createStatementsCallback): |
| (otherStatementsCallback): |
| (dropStatementsCallback): |
| (testReadWriteMode): |
| (testReadOnlyMode): |
| * fast/workers/storage/resources/transaction-in-transaction-sync.js: Added. |
| * fast/workers/storage/sql-data-types-sync-expected.txt: Added. |
| * fast/workers/storage/sql-data-types-sync.html: Added. |
| * fast/workers/storage/sql-exception-codes-sync-expected.txt: Added. |
| * fast/workers/storage/sql-exception-codes-sync.html: Added. |
| * fast/workers/storage/test-authorizer-sync-expected.txt: Added. |
| * fast/workers/storage/test-authorizer-sync.html: Added. |
| * fast/workers/storage/transaction-in-transaction-sync-expected.txt: Added. |
| * fast/workers/storage/transaction-in-transaction-sync.html: Added. |
| |
| 2010-07-13 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Add placebo versions of some repaint test functions to WebKitTestRunner - good enough for non-pixel tests |
| https://bugs.webkit.org/show_bug.cgi?id=42227 |
| |
| * platform/mac-wk2/Skipped: Skip some tests newly revealed as failing |
| for an already-classified reason. |
| |
| 2010-07-13 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix my misreading of "clear to the last marker" in the HTML5 spec |
| https://bugs.webkit.org/show_bug.cgi?id=42199 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-13 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Gavin Barraclough. |
| |
| ES5 requires BOMs to be treated as whitespace |
| https://bugs.webkit.org/show_bug.cgi?id=42218 |
| |
| Update the fast/js/removing-Cf-characters to reflect |
| new behaviour. Update a whole group of sputnik results |
| that we now pass. |
| |
| * fast/js/removing-Cf-characters-expected.txt: |
| * fast/js/script-tests/removing-Cf-characters.js: |
| * fast/js/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2-expected.txt: |
| * fast/js/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2-expected.txt: |
| * fast/js/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2-expected.txt: |
| * fast/js/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_218/S7.1_A2.1_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_218/S7.1_A2.2_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_320/S7.1_A2.1_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_320/S7.1_A2.2_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_410/S7.1_A2.1_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_410/S7.1_A2.2_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_500/S7.1_A2.1_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_500/S7.1_A2.2_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_510/S7.1_A2.1_T2-expected.txt: |
| * fast/js/sputnik/Unicode/Unicode_510/S7.1_A2.2_T2-expected.txt: |
| |
| 2010-07-13 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, add details to chromium test expectations. |
| |
| Adding details and references to filed bugs to chromium expectations |
| that were added in the past few days. Also rebaseline the svg test. |
| |
| * platform/chromium-mac/svg/custom/clip-path-child-changes-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-13 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make our end tag in-foreign-content mode spec bug workarounds more closely match minefield |
| https://bugs.webkit.org/show_bug.cgi?id=42187 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-13 Brian Weinstein <bweinstein@apple.com> |
| |
| Reviewed by Steve Falkenburg. |
| |
| Sputnik tests aren't running on Windows |
| https://bugs.webkit.org/show_bug.cgi?id=42208 |
| |
| We should run the Sputnik tests on Windows, by unskipping fast/js/Sputnik, and adding Windows |
| specific test results. There are 6 tests that needs Windows specific results. 3 of them are |
| progressions (Unicode_510/S7.6_A3.2.html, Unicode_510/S7.6_A5.3_T1.html, Unicode_510/S7.6_A5.3_T2.html) |
| and the others are failures that are being tracked by https://bugs.webkit.org/show_bug.cgi?id=42209. |
| |
| * platform/win/Skipped: Remove fast/js/sputnik from the Skipped list. |
| * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6-expected.txt: Added failing result. |
| * platform/win/fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt: Added failing result. |
| * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Added failing result. |
| * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Added progression. |
| * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Added progression. |
| * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Added progression. |
| |
| 2010-07-12 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Wire network times from ResourceLoadTiming to performance.timing |
| https://bugs.webkit.org/show_bug.cgi?id=41824 |
| |
| Expectations set to fail because --web-timing disabled by default. |
| |
| * fast/dom/script-tests/webtiming.js: |
| (checkTimingBeforeLoad): |
| (checkWebTimingOnLoad): |
| (checkWebTimingAfterLoad): |
| * fast/dom/webtiming-expected.txt: |
| |
| 2010-07-04 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Need to track texture completeness |
| https://bugs.webkit.org/show_bug.cgi?id=41381 |
| |
| * fast/canvas/webgl/texture-complete-expected.txt: Added. |
| * fast/canvas/webgl/texture-complete.html: Added. |
| |
| 2010-07-13 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Canvas: rect(x,y,w,h) should move to (x,y) even if w=0 and h=0 |
| https://bugs.webkit.org/show_bug.cgi?id=42211 |
| |
| Unskip canvas/philip/tests/2d.path.rect.zero.4.html |
| |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-13 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Canvas: drawImage() with wrong 'image' argument type should always throw TypeError |
| https://bugs.webkit.org/show_bug.cgi?id=42160 |
| |
| Updated 2d.drawImage.wrongtype.html from http://dvcs.w3.org/hg/html/ |
| and unskipped it. |
| |
| * canvas/philip/tests/2d.drawImage.wrongtype-expected.txt: |
| * canvas/philip/tests/2d.drawImage.wrongtype.html: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-13 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Fold most WebGL script-tests into .html files |
| https://bugs.webkit.org/show_bug.cgi?id=42204 |
| |
| For each WebGL script-test layout test which has a corresponding |
| copy in the Khronos repository, folded the .js into the .html. This |
| will make it easier to synchronize these tests between repositories. |
| |
| * fast/canvas/webgl/error-reporting.html: |
| * fast/canvas/webgl/get-active-test.html: |
| * fast/canvas/webgl/gl-object-get-calls.html: |
| * fast/canvas/webgl/incorrect-context-object-behaviour.html: |
| * fast/canvas/webgl/index-validation.html: |
| * fast/canvas/webgl/null-object-behaviour.html: |
| * fast/canvas/webgl/null-uniform-location.html: |
| * fast/canvas/webgl/script-tests/error-reporting.js: Removed. |
| * fast/canvas/webgl/script-tests/get-active-test.js: Removed. |
| * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Removed. |
| * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Removed. |
| * fast/canvas/webgl/script-tests/index-validation.js: Removed. |
| * fast/canvas/webgl/script-tests/null-object-behaviour.js: Removed. |
| * fast/canvas/webgl/script-tests/null-uniform-location.js: Removed. |
| * fast/canvas/webgl/script-tests/uniform-location.js: Removed. |
| * fast/canvas/webgl/uniform-location.html: |
| |
| 2010-07-13 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Rename bug-zzzzz.html WebGL tests |
| https://bugs.webkit.org/show_bug.cgi?id=42200 |
| |
| Per changes already made to Khronos copy of tests, renamed: |
| bug-31889.html to array-buffer-crash.html |
| bug-32364.html to tex-image-and-uniform-binding-bugs.html |
| bug-32692.html to index-validation-verifies-too-many-indices.html |
| bug-32888.html to texture-transparent-pixels-initialized.html |
| |
| Deleted bug-32456.html because it is now redundant; its |
| functionality is already in array-unit-tests.html. |
| |
| * fast/canvas/webgl/array-buffer-crash-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-31889-expected.txt. |
| * fast/canvas/webgl/array-buffer-crash.html: Copied from LayoutTests/fast/canvas/webgl/bug-31889.html. |
| * fast/canvas/webgl/bug-31889-expected.txt: Removed. |
| * fast/canvas/webgl/bug-31889.html: Removed. |
| * fast/canvas/webgl/bug-32364-expected.txt: Removed. |
| * fast/canvas/webgl/bug-32364.html: Removed. |
| * fast/canvas/webgl/bug-32456-expected.txt: Removed. |
| * fast/canvas/webgl/bug-32456.html: Removed. |
| * fast/canvas/webgl/bug-32692-expected.txt: Removed. |
| * fast/canvas/webgl/bug-32692.html: Removed. |
| * fast/canvas/webgl/bug-32888-expected.txt: Removed. |
| * fast/canvas/webgl/bug-32888.html: Removed. |
| * fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32692-expected.txt. |
| * fast/canvas/webgl/index-validation-verifies-too-many-indices.html: Copied from LayoutTests/fast/canvas/webgl/bug-32692.html. |
| * fast/canvas/webgl/tex-image-and-uniform-binding-bugs-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32364-expected.txt. |
| * fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html: Copied from LayoutTests/fast/canvas/webgl/bug-32364.html. |
| * fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32888-expected.txt. |
| * fast/canvas/webgl/texture-transparent-pixels-initialized.html: Copied from LayoutTests/fast/canvas/webgl/bug-32888.html. |
| |
| 2010-07-13 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, updating test expectatins. |
| |
| [chromium] Adding more test expectations to bring chromium build |
| green. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-13 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, build fix. |
| |
| Updating chromium test expectations to keep pace with regressions and |
| baselines. |
| |
| * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.checksum: |
| * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-13 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| Skip various layout tests for WebKit2 due to missing WK or DRT features |
| https://bugs.webkit.org/show_bug.cgi?id=42198 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-13 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Bug 42182 - Change how numeric compare functions are detected |
| |
| Test case. |
| |
| * fast/js/array-sort-numericCompare-expected.txt: Added. |
| * fast/js/array-sort-numericCompare.html: Added. |
| * fast/js/script-tests/array-sort-numericCompare.js: Added. |
| (doSort): |
| (dontSort): |
| |
| 2010-07-13 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| On Leopard, media element can't handle audio/mp4 MIME type in source tag |
| https://bugs.webkit.org/show_bug.cgi?id=29326 |
| |
| Rename media-can-play-mp3 to media-can-play-mpeg-audio and add "audio/mp4" and "audio/aac" tests. |
| |
| * media/media-can-play-mp3-expected.txt: Removed. |
| * media/media-can-play-mp3.html: Removed. |
| * media/media-can-play-mpeg-audio-expected.txt: Copied from LayoutTests/media/media-can-play-mp3-expected.txt. |
| * media/media-can-play-mpeg-audio.html: Copied from LayoutTests/media/media-can-play-mp3.html. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-13 Robert Hogan <robert@webkit.org> |
| |
| [Gtk] Skip http/tests/uppercase-mime-type.html on Gtk |
| |
| Unreviewed. |
| |
| The test now requires dumpResourceResponseMIMETypes(), which Gtk |
| does not yet support. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-13 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Implement performance.timing.fetchStart |
| https://bugs.webkit.org/show_bug.cgi?id=41816 |
| |
| Tests pass with --web-timing. Expectations set to FAIL because disabled by default. |
| |
| * fast/dom/script-tests/webtiming.js: |
| (checkTimingBeforeLoad): |
| (checkWebTimingOnLoad): |
| (checkWebTimingAfterLoad): |
| * fast/dom/webtiming-expected.txt: |
| |
| 2010-07-13 Richard Moore <rich@kde.org>, Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] MIME handling in qtwebkit network layer case-sensitivity |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28654 |
| |
| Modify existing test uppercase-mime-type.html to test for the |
| lower-casing explicitly. |
| |
| * http/tests/mime/uppercase-mime-type-expected.txt: |
| * http/tests/mime/uppercase-mime-type.html: |
| |
| 2010-07-13 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Implement bufferData and bufferSubData with ArrayBuffer as input |
| https://bugs.webkit.org/show_bug.cgi?id=41884 |
| |
| * fast/canvas/webgl/buffer-data-array-buffer-expected.txt: Added. |
| * fast/canvas/webgl/buffer-data-array-buffer.html: Added. |
| |
| 2010-07-13 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Fix two baselines from my previous commit. |
| |
| * platform/gtk/svg/custom/relative-sized-inner-svg-expected.txt: |
| * platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| |
| 2010-07-13 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Implement performance.timing.responseEnd |
| https://bugs.webkit.org/show_bug.cgi?id=42006 |
| |
| * fast/dom/script-tests/webtiming.js: |
| (checkWebTimingOnLoad): |
| (checkWebTimingAfterLoad): |
| * fast/dom/webtiming-expected.txt: |
| |
| 2010-07-13 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. It seems rebaseline for foreign-object-skew.svg somehow failed. |
| |
| Update padding on Windows? |
| https://bugs.webkit.org/show_bug.cgi?id=38016 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-13 W. James MacLean <wjmaclean@chromium.org> |
| |
| Reviewed by Darin Fisher |
| |
| Bug 41962 Limit html canvas element dimensions to 32767 for Skia platform |
| https://bugs.webkit.org/show_bug.cgi?id=41962 |
| |
| * fast/canvas/canvas-skia-excessive-size.html: Added. |
| * fast/canvas/canvas-skia-excessive-size-expected.txt: Added. |
| |
| 2010-07-13 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=9504 |
| img tag rewritten by innerHTML doesn't use image map |
| |
| The test didn't get landed with the fix 5 weeks ago, landing now. |
| |
| * fast/dom/replaced-image-map-expected.txt: Added. |
| * fast/dom/replaced-image-map.html: Added. |
| |
| 2010-07-13 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Adding baselines for new tests. |
| |
| * platform/gtk/fast/gradients/radial-centered-expected.txt: Added. |
| * platform/gtk/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added. |
| * platform/gtk/fast/repaint/stacked-diacritics-expected.txt: Added. |
| * platform/gtk/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| * platform/gtk/fast/text/international/plane2-expected.txt: Added. |
| * platform/gtk/scrollbars/basic-scrollbar-expected.txt: Added. |
| * platform/gtk/svg/batik/text/textDecoration-expected.txt: Added. |
| * platform/gtk/svg/css/text-shadow-multiple-expected.txt: Added. |
| * platform/gtk/svg/custom/bug45331-expected.txt: Added. |
| * platform/gtk/svg/custom/clone-element-with-animated-svg-properties-expected.txt: Added. |
| * platform/gtk/svg/custom/relative-sized-inner-svg-expected.txt: Added. |
| * platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: Added. |
| * platform/gtk/svg/custom/repaint-moving-svg-and-div-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/repaint-moving-svg-and-div-expected.txt. |
| * platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Added. |
| * platform/gtk/svg/custom/text-rotated-gradient-expected.txt: Added. |
| * platform/gtk/svg/custom/use-font-face-crash-expected.txt: Added. |
| * platform/gtk/svg/custom/use-property-synchronization-crash-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-property-synchronization-crash-expected.txt. |
| * platform/gtk/svg/filters/filter-width-update-expected.txt: Added. |
| * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt. |
| * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added. |
| * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added. |
| * platform/gtk/svg/foreignObject/svg-document-in-html-document-expected.txt: Added. |
| * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: Added. |
| |
| 2010-07-10 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Need to emulate MAX_VARYING_VECTORS/MAX_FRAGMENT_UNIFORM_VECTORs/MAX_VERTEX_UNIFORM_VECTORS for glGet |
| https://bugs.webkit.org/show_bug.cgi?id=42032 |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: Add the test cases for the three enums. |
| * fast/canvas/webgl/gl-get-calls.html: Ditto. |
| |
| 2010-07-13 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Unskip and add results for a test that is passing after r63176. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/text/shadow-translucent-fill-expected.checksum: Added. |
| * platform/gtk/fast/text/shadow-translucent-fill-expected.png: Added. |
| * platform/gtk/fast/text/shadow-translucent-fill-expected.txt: Added. |
| |
| 2010-07-13 Andreas Kling <andreas.kling@nokia.com> |
| |
| Unreviewed. Rebaseline resize-from-plugin.html |
| |
| * platform/gtk/plugins/resize-from-plugin-expected.txt: |
| * platform/qt/plugins/resize-from-plugin-expected.txt: |
| * platform/win/plugins/resize-from-plugin-expected.txt: |
| * plugins/resize-from-plugin-expected.txt: |
| |
| 2010-07-13 Andreas Kling <andreas.kling@nokia.com> |
| |
| Unreviewed. |
| |
| Putting 2d.imageData.get.source.outside.html back on the mac skiplist |
| since it fails on the bot for some reason. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41478 |
| |
| * platform/mac/Skipped: |
| |
| 2010-07-13 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] results from resize-from-plugin.html are wrong |
| https://bugs.webkit.org/show_bug.cgi?id=40879 |
| |
| Reorder test contents to get same metrics on all platforms |
| and unskip it on Qt, since it's now meeting the criteria of the test. |
| |
| * platform/gtk/plugins/resize-from-plugin-expected.txt: |
| * platform/qt/Skipped: |
| * platform/qt/plugins/resize-from-plugin-expected.txt: |
| * platform/win/plugins/resize-from-plugin-expected.txt: |
| * plugins/resize-from-plugin-expected.txt: |
| * plugins/resize-from-plugin.html: |
| |
| 2010-07-13 Andreas Kling <andreas.kling@nokia.com> |
| |
| Rubber-stamped by Simon Hausmann. |
| |
| [Qt] Unskip 6 canvas/philip tests for Qt |
| |
| * canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: |
| * canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: |
| * canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: |
| * canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: |
| * canvas/philip/tests/2d.line.cap.closed-expected.txt: |
| * canvas/philip/tests/2d.line.join.parallel-expected.txt: |
| * platform/qt/Skipped: |
| |
| 2010-07-13 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Unskip canvas/philip/tests/2d.imageData.get.source.outside.html |
| https://bugs.webkit.org/show_bug.cgi?id=41478 |
| |
| * canvas/philip/tests/2d.imageData.get.source.outside-expected.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-13 Andras Becsi <abecsi@webkit.org> |
| |
| Rubber-stamped by Tor Arne Vestbø. |
| |
| [Qt] http/tests/inspector/resource-har-conversion.html is failing on the 32bit Linux Release bot. |
| webkit.org/b/42162 |
| |
| * platform/qt/Skipped: Skip the test until fix. |
| |
| 2010-07-13 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| [Chromium] Rebaseline html5lib/runner.html |
| https://bugs.webkit.org/show_bug.cgi?id=42158 |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-13 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Rebaseline chromium tests for r63071. |
| |
| Update padding on Windows? |
| https://bugs.webkit.org/show_bug.cgi?id=38016 |
| |
| * platform/chromium-linux/editing/selection/3690703-2-expected.checksum: |
| * platform/chromium-linux/editing/selection/3690703-2-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-linux/editing/selection/3690703-expected.checksum: |
| * platform/chromium-linux/editing/selection/3690703-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-expected.txt: |
| * platform/chromium-linux/editing/selection/3690719-expected.checksum: |
| * platform/chromium-linux/editing/selection/3690719-expected.png: |
| * platform/chromium-linux/editing/selection/3690719-expected.txt: |
| * platform/chromium-linux/editing/selection/4397952-expected.checksum: |
| * platform/chromium-linux/editing/selection/4397952-expected.png: |
| * platform/chromium-linux/editing/selection/4397952-expected.txt: |
| * platform/chromium-linux/editing/selection/5240265-expected.checksum: |
| * platform/chromium-linux/editing/selection/5240265-expected.png: |
| * platform/chromium-linux/editing/selection/5240265-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/positioning/inline-block-relposition-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png: |
| * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.txt: |
| * platform/chromium-linux/fast/css/continuationCrash-expected.checksum: |
| * platform/chromium-linux/fast/css/continuationCrash-expected.png: |
| * platform/chromium-linux/fast/css/continuationCrash-expected.txt: |
| * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.checksum: |
| * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png: |
| * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/chromium-linux/fast/css/rtl-ordering-expected.checksum: |
| * platform/chromium-linux/fast/css/rtl-ordering-expected.png: |
| * platform/chromium-linux/fast/css/rtl-ordering-expected.txt: |
| * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: |
| * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: |
| * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/chromium-linux/fast/forms/basic-buttons-expected.checksum: |
| * platform/chromium-linux/fast/forms/basic-buttons-expected.png: |
| * platform/chromium-linux/fast/forms/basic-buttons-expected.txt: |
| * platform/chromium-linux/fast/forms/blankbuttons-expected.checksum: |
| * platform/chromium-linux/fast/forms/blankbuttons-expected.png: |
| * platform/chromium-linux/fast/forms/blankbuttons-expected.txt: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-linux/fast/forms/button-align-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-align-expected.png: |
| * platform/chromium-linux/fast/forms/button-align-expected.txt: |
| * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png: |
| * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.txt: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.png: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.txt: |
| * platform/chromium-linux/fast/forms/button-generated-content-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-generated-content-expected.png: |
| * platform/chromium-linux/fast/forms/button-generated-content-expected.txt: |
| * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png: |
| * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.txt: |
| * platform/chromium-linux/fast/forms/button-positioned-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-positioned-expected.png: |
| * platform/chromium-linux/fast/forms/button-positioned-expected.txt: |
| * platform/chromium-linux/fast/forms/button-sizes-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-sizes-expected.png: |
| * platform/chromium-linux/fast/forms/button-sizes-expected.txt: |
| * platform/chromium-linux/fast/forms/button-style-color-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-style-color-expected.png: |
| * platform/chromium-linux/fast/forms/button-style-color-expected.txt: |
| * platform/chromium-linux/fast/forms/button-table-styles-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-table-styles-expected.png: |
| * platform/chromium-linux/fast/forms/button-table-styles-expected.txt: |
| * platform/chromium-linux/fast/forms/button-text-transform-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-text-transform-expected.png: |
| * platform/chromium-linux/fast/forms/button-text-transform-expected.txt: |
| * platform/chromium-linux/fast/forms/button-white-space-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-white-space-expected.png: |
| * platform/chromium-linux/fast/forms/button-white-space-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/file-input-direction-expected.checksum: |
| * platform/chromium-linux/fast/forms/file-input-direction-expected.png: |
| * platform/chromium-linux/fast/forms/file-input-direction-expected.txt: |
| * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum: |
| * platform/chromium-linux/fast/forms/file-input-disabled-expected.png: |
| * platform/chromium-linux/fast/forms/file-input-disabled-expected.txt: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-linux/fast/forms/formmove3-expected.checksum: |
| * platform/chromium-linux/fast/forms/formmove3-expected.png: |
| * platform/chromium-linux/fast/forms/formmove3-expected.txt: |
| * platform/chromium-linux/fast/forms/hidden-input-file-expected.checksum: |
| * platform/chromium-linux/fast/forms/hidden-input-file-expected.png: |
| * platform/chromium-linux/fast/forms/hidden-input-file-expected.txt: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-linux/fast/forms/input-file-re-render-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-file-re-render-expected.png: |
| * platform/chromium-linux/fast/forms/input-file-re-render-expected.txt: |
| * platform/chromium-linux/fast/forms/input-value-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-value-expected.png: |
| * platform/chromium-linux/fast/forms/input-value-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/targeted-frame-submission-expected.checksum: |
| * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png: |
| * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: |
| * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: |
| * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-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/width100percent-button-expected.checksum: |
| * platform/chromium-linux/fast/replaced/width100percent-button-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-button-expected.txt: |
| * platform/chromium-linux/fast/selectors/064-expected.checksum: |
| * platform/chromium-linux/fast/selectors/064-expected.png: |
| * platform/chromium-linux/fast/selectors/064-expected.txt: |
| * platform/chromium-linux/fast/table/append-cells2-expected.checksum: |
| * platform/chromium-linux/fast/table/append-cells2-expected.png: |
| * platform/chromium-linux/fast/table/append-cells2-expected.txt: |
| * platform/chromium-linux/fast/table/remove-td-display-none-expected.checksum: |
| * platform/chromium-linux/fast/table/remove-td-display-none-expected.png: |
| * platform/chromium-linux/fast/table/remove-td-display-none-expected.txt: |
| * platform/chromium-linux/fast/text/international/hindi-spacing-expected.checksum: |
| * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png: |
| * platform/chromium-linux/fast/text/international/hindi-spacing-expected.txt: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.txt: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.checksum: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-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/bug1318-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug138725-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-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-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.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-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/bug39209-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-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/other/move_row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-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/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/chromium-win/editing/selection/3690703-2-expected.checksum: |
| * platform/chromium-win/editing/selection/3690703-2-expected.png: |
| * platform/chromium-win/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-win/editing/selection/3690703-expected.checksum: |
| * platform/chromium-win/editing/selection/3690703-expected.png: |
| * platform/chromium-win/editing/selection/3690703-expected.txt: |
| * platform/chromium-win/editing/selection/3690719-expected.checksum: |
| * platform/chromium-win/editing/selection/3690719-expected.png: |
| * platform/chromium-win/editing/selection/3690719-expected.txt: |
| * platform/chromium-win/editing/selection/4397952-expected.checksum: |
| * platform/chromium-win/editing/selection/4397952-expected.png: |
| * platform/chromium-win/editing/selection/4397952-expected.txt: |
| * platform/chromium-win/editing/selection/5240265-expected.checksum: |
| * platform/chromium-win/editing/selection/5240265-expected.png: |
| * platform/chromium-win/editing/selection/5240265-expected.txt: |
| * platform/chromium-win/fast/block/float/float-avoidance-expected.checksum: |
| * platform/chromium-win/fast/block/float/float-avoidance-expected.png: |
| * platform/chromium-win/fast/block/float/float-avoidance-expected.txt: |
| * platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.checksum: |
| * platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.png: |
| * platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.txt: |
| * platform/chromium-win/fast/css/continuationCrash-expected.checksum: |
| * platform/chromium-win/fast/css/continuationCrash-expected.png: |
| * platform/chromium-win/fast/css/continuationCrash-expected.txt: |
| * platform/chromium-win/fast/css/margin-top-bottom-dynamic-expected.checksum: |
| * platform/chromium-win/fast/css/margin-top-bottom-dynamic-expected.png: |
| * platform/chromium-win/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/chromium-win/fast/css/rtl-ordering-expected.checksum: |
| * platform/chromium-win/fast/css/rtl-ordering-expected.png: |
| * platform/chromium-win/fast/css/rtl-ordering-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: |
| * platform/chromium-win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: |
| * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/chromium-win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: |
| * platform/chromium-win/fast/forms/001-expected.checksum: |
| * platform/chromium-win/fast/forms/001-expected.png: Added. |
| * platform/chromium-win/fast/forms/001-expected.txt: |
| * platform/chromium-win/fast/forms/basic-buttons-expected.checksum: |
| * platform/chromium-win/fast/forms/basic-buttons-expected.png: |
| * platform/chromium-win/fast/forms/basic-buttons-expected.txt: |
| * platform/chromium-win/fast/forms/blankbuttons-expected.checksum: |
| * platform/chromium-win/fast/forms/blankbuttons-expected.png: |
| * platform/chromium-win/fast/forms/blankbuttons-expected.txt: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.checksum: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-win/fast/forms/button-align-expected.checksum: |
| * platform/chromium-win/fast/forms/button-align-expected.png: |
| * platform/chromium-win/fast/forms/button-align-expected.txt: |
| * platform/chromium-win/fast/forms/button-cannot-be-nested-expected.checksum: |
| * platform/chromium-win/fast/forms/button-cannot-be-nested-expected.png: |
| * platform/chromium-win/fast/forms/button-cannot-be-nested-expected.txt: |
| * platform/chromium-win/fast/forms/button-default-title-expected.checksum: |
| * platform/chromium-win/fast/forms/button-default-title-expected.png: |
| * platform/chromium-win/fast/forms/button-default-title-expected.txt: |
| * platform/chromium-win/fast/forms/button-generated-content-expected.checksum: |
| * platform/chromium-win/fast/forms/button-generated-content-expected.png: |
| * platform/chromium-win/fast/forms/button-generated-content-expected.txt: |
| * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.checksum: |
| * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png: |
| * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.txt: |
| * platform/chromium-win/fast/forms/button-positioned-expected.checksum: |
| * platform/chromium-win/fast/forms/button-positioned-expected.png: |
| * platform/chromium-win/fast/forms/button-positioned-expected.txt: |
| * platform/chromium-win/fast/forms/button-sizes-expected.checksum: |
| * platform/chromium-win/fast/forms/button-sizes-expected.png: |
| * platform/chromium-win/fast/forms/button-sizes-expected.txt: |
| * platform/chromium-win/fast/forms/button-style-color-expected.checksum: |
| * platform/chromium-win/fast/forms/button-style-color-expected.png: |
| * platform/chromium-win/fast/forms/button-style-color-expected.txt: |
| * platform/chromium-win/fast/forms/button-table-styles-expected.checksum: |
| * platform/chromium-win/fast/forms/button-table-styles-expected.png: |
| * platform/chromium-win/fast/forms/button-table-styles-expected.txt: |
| * platform/chromium-win/fast/forms/button-text-transform-expected.checksum: |
| * platform/chromium-win/fast/forms/button-text-transform-expected.png: |
| * platform/chromium-win/fast/forms/button-text-transform-expected.txt: |
| * platform/chromium-win/fast/forms/button-white-space-expected.checksum: |
| * platform/chromium-win/fast/forms/button-white-space-expected.png: |
| * platform/chromium-win/fast/forms/button-white-space-expected.txt: |
| * platform/chromium-win/fast/forms/control-clip-overflow-expected.checksum: |
| * platform/chromium-win/fast/forms/control-clip-overflow-expected.png: |
| * platform/chromium-win/fast/forms/control-clip-overflow-expected.txt: |
| * platform/chromium-win/fast/forms/control-restrict-line-height-expected.checksum: |
| * platform/chromium-win/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/chromium-win/fast/forms/file-input-direction-expected.checksum: |
| * platform/chromium-win/fast/forms/file-input-direction-expected.png: |
| * platform/chromium-win/fast/forms/file-input-direction-expected.txt: |
| * platform/chromium-win/fast/forms/file-input-disabled-expected.checksum: |
| * platform/chromium-win/fast/forms/file-input-disabled-expected.png: |
| * platform/chromium-win/fast/forms/file-input-disabled-expected.txt: |
| * platform/chromium-win/fast/forms/form-element-geometry-expected.checksum: |
| * platform/chromium-win/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-win/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-win/fast/forms/formmove3-expected.checksum: |
| * platform/chromium-win/fast/forms/formmove3-expected.png: |
| * platform/chromium-win/fast/forms/formmove3-expected.txt: |
| * platform/chromium-win/fast/forms/hidden-input-file-expected.checksum: |
| * platform/chromium-win/fast/forms/hidden-input-file-expected.png: |
| * platform/chromium-win/fast/forms/hidden-input-file-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.checksum: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-win/fast/forms/input-file-re-render-expected.checksum: |
| * platform/chromium-win/fast/forms/input-file-re-render-expected.png: |
| * platform/chromium-win/fast/forms/input-file-re-render-expected.txt: |
| * platform/chromium-win/fast/forms/input-first-letter-expected.checksum: |
| * platform/chromium-win/fast/forms/input-first-letter-expected.png: Added. |
| * platform/chromium-win/fast/forms/input-first-letter-expected.txt: |
| * platform/chromium-win/fast/forms/input-value-expected.checksum: |
| * platform/chromium-win/fast/forms/input-value-expected.png: |
| * platform/chromium-win/fast/forms/input-value-expected.txt: |
| * platform/chromium-win/fast/forms/select-baseline-expected.checksum: |
| * platform/chromium-win/fast/forms/select-baseline-expected.png: |
| * platform/chromium-win/fast/forms/select-baseline-expected.txt: |
| * platform/chromium-win/fast/forms/targeted-frame-submission-expected.checksum: |
| * platform/chromium-win/fast/forms/targeted-frame-submission-expected.png: |
| * platform/chromium-win/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: |
| * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: |
| * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/chromium-win/fast/overflow/scrollRevealButton-expected.checksum: |
| * platform/chromium-win/fast/overflow/scrollRevealButton-expected.png: Added. |
| * platform/chromium-win/fast/overflow/scrollRevealButton-expected.txt: |
| * platform/chromium-win/fast/replaced/replaced-breaking-expected.checksum: |
| * platform/chromium-win/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-win/fast/replaced/replaced-breaking-expected.txt: |
| * platform/chromium-win/fast/replaced/width100percent-button-expected.checksum: |
| * platform/chromium-win/fast/replaced/width100percent-button-expected.png: |
| * platform/chromium-win/fast/replaced/width100percent-button-expected.txt: |
| * platform/chromium-win/fast/selectors/064-expected.checksum: |
| * platform/chromium-win/fast/selectors/064-expected.png: |
| * platform/chromium-win/fast/selectors/064-expected.txt: |
| * platform/chromium-win/fast/table/append-cells2-expected.checksum: |
| * platform/chromium-win/fast/table/append-cells2-expected.png: |
| * platform/chromium-win/fast/table/append-cells2-expected.txt: |
| * platform/chromium-win/fast/table/remove-td-display-none-expected.checksum: |
| * platform/chromium-win/fast/table/remove-td-display-none-expected.png: |
| * platform/chromium-win/fast/table/remove-td-display-none-expected.txt: |
| * platform/chromium-win/fast/text/international/hindi-spacing-expected.checksum: |
| * platform/chromium-win/fast/text/international/hindi-spacing-expected.png: |
| * platform/chromium-win/fast/text/international/hindi-spacing-expected.txt: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.checksum: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-win/http/tests/navigation/anchor-frames-expected.checksum: |
| * platform/chromium-win/http/tests/navigation/anchor-frames-expected.png: |
| * platform/chromium-win/http/tests/navigation/anchor-frames-expected.txt: |
| * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.checksum: |
| * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.png: Added. |
| * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/chromium-win/svg/custom/foreign-object-skew-expected.checksum: |
| * platform/chromium-win/svg/custom/foreign-object-skew-expected.png: |
| * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt: |
| * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.checksum: |
| * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug26178-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug26178-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug26178-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4429-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4429-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4429-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug51727-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug51727-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug52505-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug52505-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug52506-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug52506-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug52506-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug60749-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug60749-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug60749-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug68912-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug68912-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug68912-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: |
| * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.png: |
| * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/tableDom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/move_row-expected.checksum: |
| * platform/chromium-win/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-win/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-13 Steve Block <steveblock@google.com> |
| |
| Unreviewed test fix. |
| |
| Add new DeviceOrientation test to GTK skipped list. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-12 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| DeviceOrientationEvent should use optional properties |
| https://bugs.webkit.org/show_bug.cgi?id=41607 |
| |
| * fast/dom/DeviceOrientation/optional-event-properties-expected.txt: Added. |
| * fast/dom/DeviceOrientation/optional-event-properties.html: Added. |
| * fast/dom/DeviceOrientation/script-tests/optional-event-properties.js: Added. |
| |
| 2010-07-07 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Prevent assertion/duplicate loads for non-deferred subtitute-data loads |
| |
| https://bugs.webkit.org/show_bug.cgi?id=30879 |
| |
| MainResourceLoader uses the member m_initialRequest to store requests for future |
| deferred loads. When doing the actual load in handleDataLoadNow(), we therefore |
| have to clear this request so that subsequent entries into the loader will not |
| start yet another load. |
| |
| This can happen as a result of a PageGroupLoadDeferrer going out of scope when |
| returning from Chrome::runJavaScriptAlert(), which calls setDeferredLoading(false), |
| but only in the case of using both substitute-data and non-deferred main resource |
| load together. That's why two new DRT functions were added: |
| |
| * queueLoadHTMLString() |
| * setDeferMainResourceLoad() |
| |
| The change adds DRT hooks for Mac, Win and Qt for these two functions. For Mac |
| and Win the hook uses new SPI in WebDataSource. For Qt a new static member was |
| added to the FrameLoaderClientQt and accessed though DumpRenderTreeSupportQt. |
| |
| * fast/loader/non-deferred-substitute-load-expected.txt: Added. |
| * fast/loader/non-deferred-substitute-load.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| |
| 2010-07-13 Yoshiki Hayashi <yhayashi@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Make sure correct Nodes are passed to childrenChanged so that |
| :last-child gets properly applied when fragment is inserted. |
| https://bugs.webkit.org/show_bug.cgi?id=37944 |
| |
| * fast/css/last-child-innerhtml-expected.txt: Added. |
| * fast/css/last-child-innerhtml.html: Added. |
| |
| 2010-07-12 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Steve Falkenburg. |
| |
| Add tests that require layoutTestController.layerTreeAsText to WebKit2 skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=42147 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-13 Andras Becsi <abecsi@webkit.org> |
| |
| Unreviewed. |
| |
| Remove extra line added in r63183 "resources/whitespace01.dat: PASS" |
| from html5lib/runner-expected.txt (which was probably added accidentally), |
| because no bot produces this output in the tree. |
| |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-12 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix typo in "close the cell" which caused assertion |
| https://bugs.webkit.org/show_bug.cgi?id=42138 |
| |
| * html5lib/resources/tables01.dat: |
| |
| 2010-07-12 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| [Cairo] Incorrect Test for Text Fill |
| https://bugs.webkit.org/show_bug.cgi?id=42123 |
| |
| Unskip tests which cover text stroking and add pixel dump results for |
| them via the GTK+ port. |
| |
| * platform/gtk/Skipped: Unskip passing tests. |
| * platform/gtk/fast/text/stroking-decorations-expected.checksum: Added. |
| * platform/gtk/fast/text/stroking-decorations-expected.png: Added. |
| * platform/gtk/fast/text/stroking-decorations-expected.txt: Added. |
| * platform/gtk/fast/text/stroking-expected.checksum: Added. |
| * platform/gtk/fast/text/stroking-expected.png: Added. |
| * platform/gtk/fast/text/stroking-expected.txt: Added. |
| |
| 2010-07-12 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Fix a small error in the Skipped list. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-12 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: rebaseline chromium tests. |
| |
| * platform/chromium-win-xp/fast/gradients/radial-centered-expected.checksum: Copied from LayoutTests/platform/chromium-win/fast/gradients/radial-centered-expected.checksum. |
| * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Copied from LayoutTests/platform/chromium-win/fast/gradients/radial-centered-expected.png. |
| * platform/chromium-win-xp/fast/gradients/radial-centered-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/gradients/radial-centered-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-12 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by David Levin. |
| |
| Add failing animation and canvas tests to WebKit2 Skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=42141 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2010-07-12 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Sam Weinig. |
| |
| Fix a typo in the adoption agency causing test failures |
| https://bugs.webkit.org/show_bug.cgi?id=42133 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-12 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| HTML5 Parser: document.write after onload blows away document |
| https://bugs.webkit.org/show_bug.cgi?id=40745 |
| |
| Update test to expect new behavior. |
| |
| * http/tests/misc/write-while-waiting.html: |
| |
| 2010-07-12 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Need support for a WebKit2-specific Skipped list (and initially add accessibility tests to it) |
| https://bugs.webkit.org/show_bug.cgi?id=42132 |
| |
| * platform/mac-wk2: Added. |
| * platform/mac-wk2/Skipped: Added. Initially add the accessibility |
| directory (with two blocking bugs). |
| |
| 2010-07-12 Yuta Kitamura <yutak@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Fix crash caused by unintentional deletion of worker bridge and channel. |
| |
| WebSocket: Crash caused by calling close() within onmessage handler |
| https://bugs.webkit.org/show_bug.cgi?id=41507 |
| |
| * websocket/tests/workers/close-in-onmessage-crash-expected.txt: Added. |
| * websocket/tests/workers/close-in-onmessage-crash.html: Added. |
| * websocket/tests/workers/resources/close-in-onmessage-crash.js: Added. |
| (runTests.try.ws.onopen): |
| (runTests.try.ws.onmessage): Calling close() inside the onmessage handler |
| causes the crash. |
| (runTests.try.ws.onclose): |
| (runTests): |
| |
| 2010-07-12 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Just skipping a test on Gtk due to missing DRT features. |
| |
| REGRESSION (HTML5 parser?): Impossible to get past the CAPTCHA on postcode.royalmail.com |
| https://bugs.webkit.org/show_bug.cgi?id=41797 |
| |
| * platform/gtk/Skipped: |
| - Gtk is missing DRT api. |
| |
| 2010-07-12 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| REGRESSION (HTML5 parser?): Impossible to get past the CAPTCHA on postcode.royalmail.com |
| https://bugs.webkit.org/show_bug.cgi?id=41797 |
| |
| This test is a bit subtle, but it captures a reduction of what I think |
| is going on with the site. |
| |
| Essentially, the real parser doesn't see the <img> tag, but the preload |
| scanner does. Prior to this patch, we were preload scanning this |
| region of the document even though we weren't supposed to. |
| |
| * http/tests/loading/preload-slow-loading-expected.txt: Added. |
| * http/tests/loading/preload-slow-loading.php: Added. |
| |
| 2010-07-12 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, build fix. |
| |
| [chromium] rebaseline new test expectations. |
| |
| * platform/chromium-mac/media/video-source-expected.txt: |
| * platform/chromium-mac/media/video-src-expected.txt: |
| * platform/chromium-win/media/video-source-expected.txt: |
| * platform/chromium-win/media/video-src-expected.txt: |
| |
| 2010-07-12 Tony Chang <tony@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| crash in FrameView::detachCustomScrollbars |
| https://bugs.webkit.org/show_bug.cgi?id=41196 |
| |
| * scrollbars/hidden-iframe-scrollbar-crash-expected.txt: Added. |
| * scrollbars/hidden-iframe-scrollbar-crash.html: Added. |
| |
| 2010-07-12 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTML tags should break out of foreign content |
| https://bugs.webkit.org/show_bug.cgi?id=42106 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-12 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Bring bufferData and clear to GLES2 compliant |
| https://bugs.webkit.org/show_bug.cgi?id=41574 |
| |
| * fast/canvas/webgl/invalidPassedParams-expected.txt: Add wrong param test cases for bufferData and clear. |
| * fast/canvas/webgl/invalidPassedParams.html: Ditto. |
| * fast/canvas/webgl/resources/desktop-gl-constants.js: Add ACCUM_BUFFER_BIT enum. |
| |
| 2010-07-12 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=13075 |
| XMLHttpRequest with failed authentication should set status to 401 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=6871 |
| <rdar://problem/3363403> 401 error page is never shown |
| |
| Enable xmlhttprequest/failed-auth.html on Windows. It now passes on my machine. |
| |
| * platform/win/Skipped: Also removed two userscript tests that don't exist (run-webkit-tests |
| loudly complained about those). |
| |
| 2010-07-09 Darin Adler <darin@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| String to number coercion is not spec compliant |
| https://bugs.webkit.org/show_bug.cgi?id=31349 |
| |
| * fast/js/ToNumber-expected.txt: Updated to expect more tests to pass. |
| * fast/js/parseFloat-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T10-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T3-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T8-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T9-expected.txt: Ditto. |
| * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A6-expected.txt: Ditto. |
| |
| 2010-07-12 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Update media element's handling of empty 'src' attribute |
| https://bugs.webkit.org/show_bug.cgi?id=42001 |
| |
| * fast/dom/URL-attribute-reflection-expected.txt: Update results now that audio, video, and |
| source return 'non-empty URL'. |
| |
| * media/video-poster-expected.txt: |
| * media/video-poster.html: Test empty poster url. |
| |
| * media/video-source-error-no-candidate-expected.txt: |
| * media/video-source-error-no-candidate.html: Empty 'src' should fires an error event. |
| |
| * media/video-source-expected.txt: |
| * media/video-source.html: Test <source> element's 'src' attribute and property as well |
| as currentSrc. |
| |
| * media/video-src-empty-expected.txt: Removed. |
| * media/video-src-empty.html: Removed, the test is no longer valid. |
| |
| * media/video-src-none-expected.txt: |
| * media/video-src-none.html: Updated to test empty 'src'. Add tests to ensure that an error |
| is fired when load() is called and the 'src' is empty, but not when 'src' is missing. |
| |
| * media/video-src.html: |
| * media/video-src-expected.txt: Test 'src' attribute and property as well as currentSrc. |
| |
| 2010-07-12 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTMLTreeBuilder needs to support mixing SVG and MathML content |
| https://bugs.webkit.org/show_bug.cgi?id=42096 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-12 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Update HTMLTreeBuilder now that MathMLNames is always generated |
| https://bugs.webkit.org/show_bug.cgi?id=42059 |
| |
| We pass a bunch more tests now that our MathML code path is enabled. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-12 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Don't go into compositing mode for 0x0 plugins |
| https://bugs.webkit.org/show_bug.cgi?id=34009 |
| |
| Tests for compositing and changing iframe size, changing plugin size, and a 1x1 plugin. |
| |
| * compositing/iframes/iframe-size-from-zero-expected.txt: Added. |
| * compositing/iframes/iframe-size-from-zero.html: Added. |
| * compositing/iframes/iframe-size-to-zero-expected.txt: Added. |
| * compositing/iframes/iframe-size-to-zero.html: Added. |
| * compositing/plugins/1x1-composited-plugin-expected.txt: Added. |
| * compositing/plugins/1x1-composited-plugin.html: Added. |
| * compositing/plugins/large-to-small-composited-plugin-expected.txt: Added. |
| * compositing/plugins/large-to-small-composited-plugin.html: Added. |
| * compositing/plugins/small-to-large-composited-plugin-expected.txt: Added. |
| * compositing/plugins/small-to-large-composited-plugin.html: Added. |
| |
| 2010-07-12 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Need to do a layout when RenderLayers come and go because of compositing |
| https://bugs.webkit.org/show_bug.cgi?id=42108 |
| |
| Test that has an iframe that leaves compositing mode, then hit-tests the iframe. |
| |
| * compositing/iframes/layout-on-compositing-change-expected.txt: Added. |
| * compositing/iframes/layout-on-compositing-change.html: Added. |
| * compositing/iframes/resources/leave-compositing-subframe-click.html: Added. |
| |
| 2010-07-12 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, build fix |
| |
| [chromium] update test_expectations, and rebaseline a changed svg test. |
| |
| * platform/chromium-win/fast/gradients/radial-centered-expected.checksum: |
| * platform/chromium-win/fast/gradients/radial-centered-expected.png: |
| * platform/chromium-win/fast/gradients/radial-centered-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-12 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=13075 |
| XMLHttpRequest with failed authentication should set status to 401 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=6871 |
| <rdar://problem/3363403> 401 error page is never shown |
| |
| The fix doesn't help Tiger, update results of one test and skip another. |
| |
| * platform/mac-tiger/Skipped: Skip 401-alternative-content.php. |
| * platform/mac-tiger/http/tests/xmlhttprequest/failed-auth-expected.txt: |
| Copied from http/tests/xmlhttprequest/failed-auth-expected.txt, updated for failure result |
| in async case. |
| |
| 2010-07-12 Nate Chapin <japhet@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Test that Cache-Control headers are not included on XHRs that occur |
| after the load event. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41813 |
| |
| * http/tests/xmlhttprequest/cache-headers-after-reload-expected.txt: Added. |
| * http/tests/xmlhttprequest/cache-headers-after-reload.html: Added. |
| * http/tests/xmlhttprequest/resources/print-cache-control-header.cgi: Added. |
| |
| 2010-07-12 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Some inspector test fail intermittently |
| https://bugs.webkit.org/show_bug.cgi?id=42090 |
| |
| Add tests to the Skipped list until fix to avoid false positive alarms. |
| |
| * platform/qt/Skipped: |
| - inspector/timeline-layout.html skipped. |
| - inspector/timeline-parse-html.html skipped. |
| - inspector/timeline-recalculate-styles.html skipped. |
| |
| 2010-07-09 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=13075 |
| XMLHttpRequest with failed authentication should set status to 401 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=6871 |
| <rdar://problem/3363403> 401 error page is never shown |
| |
| * http/tests/xmlhttprequest/failed-auth-expected.txt: |
| * http/tests/xmlhttprequest/failed-auth.html: |
| Uncommented relevant subtests. |
| |
| * http/tests/misc/401-alternative-content-expected.txt: |
| * http/tests/misc/401-alternative-content.php: |
| Added a test for the main resource aspect of this issue. |
| |
| 2010-07-12 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: chromium test expectations updated. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-12 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: chromium test expectations updated. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-12 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Dragging within webkit with a drag created via Javascript ends up misinterpreting the data |
| https://bugs.webkit.org/show_bug.cgi?id=41457 |
| |
| Rebaseline test now that Qt doesn't corrupt non-breaking spaces on clipboard roundtrip. |
| |
| * platform/qt/editing/pasteboard/onpaste-text-html-expected.txt: |
| |
| 2010-07-12 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: rebaseline chromium layout tests. |
| |
| * platform/chromium-linux/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added. |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.checksum: |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.png: |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.txt: Added. |
| * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.checksum: Added. |
| * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.png: Added. |
| * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added. |
| * platform/chromium-mac/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added. |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.checksum: Removed. |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.png: Removed. |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.txt: Removed. |
| * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.checksum: Added. |
| * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png: Added. |
| * platform/chromium-win-vista/fast/gradients/radial-centered-expected.checksum: Added. |
| * platform/chromium-win-vista/fast/gradients/radial-centered-expected.png: Added. |
| * platform/chromium-win-vista/fast/gradients/radial-centered-expected.txt: Added. |
| |
| 2010-07-12 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Test the mathsize MathML attribute. |
| https://bugs.webkit.org/show_bug.cgi?id=42067 |
| |
| * mathml/presentation/attributes.xhtml: |
| * platform/mac/mathml/presentation/attributes-expected.checksum: |
| * platform/mac/mathml/presentation/attributes-expected.png: |
| * platform/mac/mathml/presentation/attributes-expected.txt: |
| |
| 2010-07-12 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| [Chromium] Fix duplicate test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=42072 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-12 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Update of the results to the test introduced here: |
| https://bugs.webkit.org/show_bug.cgi?id=41626 |
| as they were outdated in the commit. |
| |
| * platform/mac/mathml/presentation/tokenElements-expected.checksum: |
| * platform/mac/mathml/presentation/tokenElements-expected.png: |
| * platform/mac/mathml/presentation/tokenElements-expected.txt: |
| |
| 2010-07-12 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Update tests to check that msqrt and mfrac use style color to draw themselves |
| https://bugs.webkit.org/show_bug.cgi?id=41889 |
| |
| * mathml/presentation/fractions.xhtml: |
| * mathml/presentation/roots.xhtml: |
| * platform/mac/mathml/presentation/fractions-expected.checksum: |
| * platform/mac/mathml/presentation/fractions-expected.png: |
| * platform/mac/mathml/presentation/fractions-expected.txt: |
| * platform/mac/mathml/presentation/roots-expected.checksum: |
| * platform/mac/mathml/presentation/roots-expected.png: |
| * platform/mac/mathml/presentation/roots-expected.txt: |
| |
| 2010-07-12 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas: arc() with startAngle == endAngle shouldn't add to the path |
| https://bugs.webkit.org/show_bug.cgi?id=41420 |
| |
| Unskip (for Qt) test that now passes: |
| - canvas/philip/tests/2d.path.stroke.prune.arc.html |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-stroke |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-12 Jeremy Orlow <jorlow@chromium.org> |
| |
| Somehow the updated expectations got dropped form the original patch. Added. |
| |
| * storage/indexeddb/idb-objectstore-request-expected.txt: |
| |
| 2010-07-12 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Update padding on Windows? |
| https://bugs.webkit.org/show_bug.cgi?id=38016 |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/win/Skipped: |
| |
| 2010-07-12 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Put the expected result for Win. |
| |
| REGRESSION: printing is broken if stylesheet has @page |
| https://bugs.webkit.org/show_bug.cgi?id=40452 |
| |
| * platform/win/printing/page-rule-in-media-query-expected.txt: Added. |
| |
| 2010-07-12 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Put wrong results for Mac and Win instead of Skipped list. |
| |
| Results for editing/pasteboard/5761530-1.html are wrong |
| https://bugs.webkit.org/show_bug.cgi?id=38437 |
| |
| * platform/mac/Skipped: |
| * platform/mac/editing/pasteboard/5761530-1-expected.txt: Copied from LayoutTests/platform/chromium/editing/pasteboard/5761530-1-expected.txt. |
| * platform/win/editing/pasteboard/5761530-1-expected.txt: Copied from LayoutTests/platform/chromium/editing/pasteboard/5761530-1-expected.txt. |
| |
| 2010-07-12 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| XPath substring function does not correctly handle non-positive values for the position argument |
| https://bugs.webkit.org/show_bug.cgi?id=41913 |
| |
| * fast/xpath/substring-non-positive-postion-expected.txt: Added. |
| * fast/xpath/substring-non-positive-postion.html: Added. |
| |
| 2010-06-27 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Dumitru Daniliuc. |
| |
| Implement IDBObjectStore.get/set/remove |
| https://bugs.webkit.org/show_bug.cgi?id=41250 |
| |
| Modify existing test to provide basic coverage for get/put/remove functions. |
| |
| * storage/indexeddb/script-tests/idb-objectstore-request.js: |
| (test): |
| (openSuccess): |
| (createSuccess): |
| (addSuccess): |
| (getSuccess): |
| (removeSuccess): |
| |
| 2010-07-10 Darin Adler <darin@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| Enhance content attribute reflection for URL attributes, including adding a non-empty option |
| https://bugs.webkit.org/show_bug.cgi?id=42040 |
| |
| The current test results show many failures, and we should follow up with fixes |
| either to the DOM implementation, or to the test result expectations. |
| |
| * fast/dom/URL-attribute-reflection-expected.txt: Added. |
| * fast/dom/URL-attribute-reflection.html: Added. |
| * fast/dom/script-tests/URL-attribute-reflection.js: Added. |
| |
| 2010-07-10 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Anders Carlsson. |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=42021 |
| isEqualNode should work for DocumentType nodes |
| |
| * fast/dom/Node/isEqualNode-expected.txt: Added. |
| * fast/dom/Node/isEqualNode.html: Added. |
| * fast/dom/Node/script-tests/isEqualNode.js: Added. |
| |
| 2010-07-10 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| <rdar://problem/8153214> Continuation outlines in layers do not paint correctly |
| |
| * fast/inline/continuation-outlines-with-layers-2.html: Added. |
| * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.checksum: Added. |
| * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png: Added. |
| * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added. |
| |
| 2010-07-10 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTMLTreeBuilder needs adjustForeignAttributes support |
| https://bugs.webkit.org/show_bug.cgi?id=42022 |
| |
| * html5lib/runner-expected-html5.txt: |
| - We now pass 3 more tests. |
| |
| 2010-07-09 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| crash in WebCore::CompositeEditCommand::splitTreeToNode when indenting pre |
| https://bugs.webkit.org/show_bug.cgi?id=38231 |
| |
| * editing/execCommand/indent-pre-expected.txt: Added. |
| * editing/execCommand/indent-pre.html: Added. |
| |
| 2010-07-09 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Computed style is not implemented for padding-start, padding-end, margin-start, margin-end |
| https://bugs.webkit.org/show_bug.cgi?id=41496 |
| |
| * fast/css/margin-start-end-expected.txt: |
| * fast/css/padding-start-end-expected.txt: |
| * fast/css/script-tests/margin-start-end.js: Added tests for computed style. |
| * fast/css/script-tests/padding-start-end.js: Added tests for computed style. |
| |
| 2010-07-09 Daniel Bates <dbates@rim.com> |
| |
| Reviewed by Darin Adler. |
| |
| Clean up: Move dump-list.js utility script from LayoutTests/fast/lists |
| to LayoutTests/fast/lists/resources |
| https://bugs.webkit.org/show_bug.cgi?id=42016 |
| |
| Move fast/lists/dump-list.js to fast/lists/resources since it |
| is a utility script and not a test case. |
| |
| * fast/lists/dump-list.js: Removed. Moved to fast/lists/resources. |
| * fast/lists/ol-nested-items-dynamic-insert.html: Modified to look |
| for dump-list.js in new location. |
| * fast/lists/ol-nested-items-dynamic-remove.html: Ditto. |
| * fast/lists/ol-nested-items.html: Ditto. |
| * fast/lists/ol-nested-list-dynamic-insert.html: Ditto. |
| * fast/lists/ol-nested-list-dynamic-remove.html: Ditto. |
| * fast/lists/ol-nested-list.html: Ditto. |
| * fast/lists/resources/dump-list.js: Copied from LayoutTests/fast/lists/dump-list.js. |
| |
| 2010-07-09 Leon Clarke <leonclarke@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| add support for link prefetching |
| https://bugs.webkit.org/show_bug.cgi?id=3652 |
| |
| * fast/dom/HTMLLinkElement/prefetch-expected.txt: Added. |
| * fast/dom/HTMLLinkElement/prefetch.html: Added. |
| * fast/dom/HTMLLinkElement/prefetch.link: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Calling layoutTestController.layerTreeAsText() should update layout |
| https://bugs.webkit.org/show_bug.cgi?id=41818 |
| |
| Test cleanup to remove as many setTimeout() calls as possible, replacing them with |
| calls to display(), which is required for painting to happen, and therefore FrameView::setIsOverlapped() |
| to get called. |
| |
| Remove some logic that checked whether both iframe and parent document is loaded, since the load event |
| fires only once the iframes are loaded. |
| |
| * compositing/iframes/composited-parent-iframe.html: |
| * compositing/iframes/connect-compositing-iframe-delayed.html: |
| * compositing/iframes/connect-compositing-iframe.html: |
| * compositing/iframes/connect-compositing-iframe2.html: |
| * compositing/iframes/connect-compositing-iframe3.html: |
| * compositing/iframes/enter-compositing-iframe.html: |
| * compositing/iframes/iframe-copy-on-scroll.html: |
| * compositing/iframes/iframe-resize.html: |
| * compositing/iframes/iframe-src-change.html: |
| * compositing/iframes/leave-compositing-iframe.html: |
| * compositing/iframes/overlapped-iframe.html: |
| * compositing/iframes/scrolling-iframe.html: |
| |
| 2010-07-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Nate Chapin. |
| |
| bufferSubData causes crash in WebGLBuffer::associateBufferSubData |
| https://bugs.webkit.org/show_bug.cgi?id=42004 |
| |
| * fast/canvas/webgl/index-validation-crash-with-buffer-sub-data-expected.txt: Added. |
| * fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html: Added. |
| |
| 2010-07-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Assertion failure in String::utf8() for certain invalid UTF16 inputs |
| https://bugs.webkit.org/show_bug.cgi?id=41983 |
| |
| * fast/canvas/webgl/invalid-UTF-16-expected.txt: Added. |
| * fast/canvas/webgl/invalid-UTF-16.html: Added. |
| |
| 2010-07-09 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement performance.timing.navigationStart |
| https://bugs.webkit.org/show_bug.cgi?id=41815 |
| |
| * fast/dom/script-tests/webtiming.js: |
| (checkTimingBeforeLoad): |
| (checkWebTimingOnLoad): |
| (checkWebTimingAfterLoad): |
| * fast/dom/webtiming-expected.txt: |
| |
| 2010-07-09 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| [chromium] Add in baseline for ietestcenter tests that pass. Also |
| rebaseline two other tests. |
| |
| * platform/chromium-mac/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.12.2-0-2-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.12.3-0-2-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-2-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt: Added. |
| * platform/chromium-win/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.12.2-0-2-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.12.3-0-2-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-2-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt: Added. |
| |
| 2010-07-09 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix SVG tag name casing for HTMLTreeBuilder |
| https://bugs.webkit.org/show_bug.cgi?id=41998 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-09 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement SVG attribute case mapping for HTMLTreeBuilder |
| https://bugs.webkit.org/show_bug.cgi?id=41949 |
| |
| Update results now that we pass 3 more tests. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-09 Xiaomei Ji <xji@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Rebaseline bidi-mirror-he-ar.html and bidi-neutral-run.html for Chromium after r62965 |
| https://bugs.webkit.org/show_bug.cgi?id=41974 |
| |
| * platform/chromium-linux/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added. |
| * platform/chromium-linux/fast/text/international/bidi-mirror-he-ar-expected.png: Added. |
| * platform/chromium-linux/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png: |
| * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added. |
| * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: Added. |
| * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added. |
| * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.png: Added. |
| * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| Implement unloadEventEnd, loadEventStart, and loadEventEnd for Web Timing |
| https://bugs.webkit.org/show_bug.cgi?id=41332 |
| |
| Expectations are set to FAIL because disabled by default. Passes with --web-timing. |
| |
| * fast/dom/script-tests/webtiming.js: Added. |
| (sleepFiftyMilliseconds): |
| (shouldBeGreaterThanOrEqual): |
| (checkTimingBeforeLoad): |
| (checkWebTimingOnLoad): |
| (checkWebTimingAfterLoad): |
| * fast/dom/webtiming-expected.txt: Added. |
| * fast/dom/webtiming.html: Added. |
| |
| 2010-07-09 Aaron Boodman <aa@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Fix regression from r62876. |
| https://bugs.webkit.org/show_bug.cgi?id=41928 |
| |
| * platform/mac/Skipped: |
| * printing/page-rule-selection.html: |
| |
| 2010-07-09 Nico Weber <thakis@chromium.org> |
| |
| Reviewed by Simon Fraser. |
| https://bugs.webkit.org/show_bug.cgi?id=41580 |
| |
| Fix layout test to be smaller in y direction. Also add explanatory text. |
| |
| * fast/gradients/radial-centered.html: Make divs display:inline-block. |
| |
| 2010-07-09 Xiaomei Ji <xji@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Rebaseline bidi-mirror-he-ar.html for leopard and snowleopard. |
| https://bugs.webkit.org/show_bug.cgi?id=41974 |
| |
| * platform/mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| * platform/mac-snowleopard/platform/mac/fast/text: Removed. |
| * platform/mac-snowleopard/platform/mac/fast/text/international: Removed. |
| * platform/mac-snowleopard/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: |
| |
| 2010-07-09 Albert J. Wong <ajwong@chromium.org> |
| |
| Not reviewed |
| |
| [chromium] upstreaming expectations from chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-09 Albert J. Wong <ajwong@chromium.org> |
| |
| Not reviewed, build fix. |
| |
| [chromium] Update test expecations for failing tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-09 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Test for the newly implemented MathML mathcolor & mathbackground attributes |
| https://bugs.webkit.org/show_bug.cgi?id=41895 |
| |
| * mathml/presentation/attributes.xhtml: Added. |
| * platform/mac/mathml/presentation/attributes-expected.checksum: Added. |
| * platform/mac/mathml/presentation/attributes-expected.png: Added. |
| * platform/mac/mathml/presentation/attributes-expected.txt: Added. |
| |
| 2010-07-09 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Updating expectations. |
| |
| * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt: |
| * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: |
| * platform/chromium-win/svg/batik/text/textLength-expected.txt: |
| * platform/chromium-win/svg/carto.net/button-expected.txt: |
| * platform/chromium-win/svg/carto.net/colourpicker-expected.txt: |
| * platform/chromium-win/svg/carto.net/combobox-expected.txt: |
| * platform/chromium-win/svg/carto.net/slider-expected.txt: |
| * platform/chromium-win/svg/carto.net/textbox-expected.txt: |
| * platform/chromium-win/svg/carto.net/window-expected.txt: |
| * platform/chromium-win/svg/custom/animate-path-morphing-expected.txt: |
| * platform/chromium-win/svg/custom/coords-relative-units-transforms-expected.txt: |
| * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt: |
| * platform/chromium-win/svg/custom/pattern-rotate-expected.txt: |
| * platform/chromium-win/svg/custom/text-rotated-gradient-expected.txt: |
| * platform/chromium-win/svg/custom/use-detach-expected.txt: |
| * platform/chromium-win/svg/custom/use-font-face-crash-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/chromium-win/svg/custom/use-property-changes-through-svg-dom-expected.txt: |
| * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/use-transform-expected.txt: |
| * platform/chromium-win/svg/hixie/text/003b-expected.txt: |
| * platform/chromium-win/svg/text/foreignObject-repaint-expected.txt: |
| * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.txt: |
| * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: |
| * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: |
| |
| 2010-07-09 Xiaomei Ji <xji@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Fix characters with unicode-bidi-mirror property are not correctly |
| mirrored in Linux. |
| https://bugs.webkit.org/show_bug.cgi?id=41305 |
| |
| Since harfbuzz does not do mirroring, chromium should iterate each |
| character in the string and mirror it if needed before passing the |
| string to harfbuzz for shaping. |
| |
| * fast/text/international/bidi-mirror-he-ar.html: Added. |
| * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png: |
| * platform/mac-snowleopard/platform/mac/fast/text: Added. |
| * platform/mac-snowleopard/platform/mac/fast/text/international: Added. |
| * platform/mac-snowleopard/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| * platform/mac-tiger/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: Added. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| |
| 2010-07-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Crash with uniform array test |
| https://bugs.webkit.org/show_bug.cgi?id=36028 |
| |
| * fast/canvas/webgl/gl-uniform-arrays-expected.txt: |
| - Updated test expectations. |
| * fast/canvas/webgl/gl-uniform-arrays.html: |
| - Separated calling wrong uniform*fv entry point from calling with non-array. |
| |
| 2010-07-09 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: text editing not spoken by VO on web view contenteditable textbox |
| https://bugs.webkit.org/show_bug.cgi?id=41912 |
| |
| * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt: Added. |
| * platform/mac/accessibility/selection-value-changes-for-aria-textbox.html: Added. |
| |
| 2010-07-09 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Updating expectations. |
| |
| * platform/chromium-linux/svg/batik/paints/patternRegions-expected.txt: |
| * platform/chromium-linux/svg/batik/text/textOnPath-expected.txt: |
| * platform/chromium-linux/svg/batik/text/textPosition-expected.txt: |
| * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt: |
| * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.txt: |
| * platform/chromium-linux/svg/css/text-shadow-multiple-expected.txt: Removed. |
| * platform/chromium-linux/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/stroke-width-large-expected.txt: |
| * platform/chromium-linux/svg/hixie/perf/001-expected.txt: |
| * platform/chromium-linux/svg/hixie/perf/002-expected.txt: |
| * platform/chromium-linux/svg/hixie/perf/007-expected.txt: |
| * platform/chromium-linux/svg/hixie/text/003a-expected.txt: |
| * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-1-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-2-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-3-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: |
| * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: |
| * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt: |
| * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: Added. |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: Added. |
| * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: Added. |
| * platform/chromium-mac/plugins/clicking-missing-plugin-fires-delegate-expected.txt: Added. |
| * platform/chromium-mac/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed. |
| * platform/chromium-mac/svg/clip-path/clip-path-clipped-expected.txt: Removed. |
| * platform/chromium-mac/svg/clip-path/clip-path-evenodd-expected.txt: Removed. |
| * platform/chromium-mac/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed. |
| * platform/chromium-mac/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed. |
| * platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/chromium-mac/svg/custom/createelement-expected.txt: |
| * platform/chromium-mac/svg/custom/junk-data-expected.txt: |
| * platform/chromium-mac/svg/custom/missing-xlink-expected.txt: |
| * platform/chromium-mac/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/repaint-moving-svg-and-div-expected.png: Added. |
| * platform/chromium-mac/userscripts/user-script-top-frame-only-expected.txt: Added. |
| * platform/chromium-mac/userscripts/user-style-top-frame-only-expected.txt: Added. |
| * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: |
| * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt: Added. |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: Added. |
| * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: Added. |
| * platform/chromium-win/plugins/clicking-missing-plugin-fires-delegate-expected.txt: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: |
| * platform/chromium-win/svg/batik/filters/feTile-expected.txt: |
| * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt: |
| * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt: |
| * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt: |
| * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt: |
| * platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt: |
| * platform/chromium-win/svg/batik/text/textAnchor-expected.txt: |
| * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt: |
| * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt: |
| * platform/chromium-win/svg/batik/text/textDecoration-expected.txt: |
| * platform/chromium-win/svg/batik/text/textDecoration2-expected.txt: |
| * platform/chromium-win/svg/batik/text/textEffect-expected.txt: |
| * platform/chromium-win/svg/batik/text/textEffect2-expected.txt: |
| * platform/chromium-win/svg/batik/text/textEffect3-expected.txt: |
| * platform/chromium-win/svg/batik/text/textFeatures-expected.txt: |
| * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: |
| * platform/chromium-win/svg/batik/text/textLayout-expected.txt: |
| * platform/chromium-win/svg/batik/text/textLayout2-expected.txt: |
| * platform/chromium-win/svg/batik/text/textOnPath-expected.txt: |
| * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt: |
| * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt: |
| * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt: |
| * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt: |
| * platform/chromium-win/svg/batik/text/textPosition-expected.txt: |
| * platform/chromium-win/svg/batik/text/textPosition2-expected.txt: |
| * platform/chromium-win/svg/batik/text/textProperties-expected.txt: |
| * platform/chromium-win/svg/batik/text/textProperties2-expected.txt: |
| * platform/chromium-win/svg/batik/text/textStyles-expected.txt: |
| * platform/chromium-win/svg/batik/text/verticalText-expected.txt: |
| * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt: |
| * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt: |
| * platform/chromium-win/svg/carto.net/scrollbar-expected.txt: |
| * platform/chromium-win/svg/carto.net/selectionlist-expected.txt: |
| * platform/chromium-win/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed. |
| * platform/chromium-win/svg/clip-path/clip-path-clipped-expected.txt: Removed. |
| * platform/chromium-win/svg/clip-path/clip-path-evenodd-expected.txt: Removed. |
| * platform/chromium-win/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed. |
| * platform/chromium-win/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed. |
| * platform/chromium-win/svg/clip-path/clip-path-text-and-shape-expected.txt: |
| * platform/chromium-win/svg/clip-path/clip-path-text-and-stroke-expected.txt: |
| * platform/chromium-win/svg/clip-path/clip-path-text-expected.txt: |
| * platform/chromium-win/svg/clip-path/clip-path-with-text-clipped-expected.txt: |
| * platform/chromium-win/svg/css/group-with-shadow-expected.txt: |
| * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt: |
| * platform/chromium-win/svg/custom/SVGMatrix-interface-expected.txt: |
| * platform/chromium-win/svg/custom/SVGPoint-matrixTransform-expected.txt: |
| * platform/chromium-win/svg/custom/alignment-baseline-modes-expected.txt: |
| * platform/chromium-win/svg/custom/altglyph-expected.txt: |
| * platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt: |
| * platform/chromium-win/svg/custom/clip-path-referencing-use-expected.txt: |
| * platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.txt: |
| * platform/chromium-win/svg/custom/container-opacity-clip-viewBox-expected.txt: |
| * platform/chromium-win/svg/custom/createImageElement2-expected.txt: |
| * platform/chromium-win/svg/custom/createelement-expected.txt: |
| * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt: |
| * platform/chromium-win/svg/custom/empty-clip-path-expected.txt: |
| * platform/chromium-win/svg/custom/empty-mask-expected.txt: |
| * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.txt: |
| * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.txt: |
| * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.txt: |
| * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.txt: |
| * platform/chromium-win/svg/custom/fill-fallback-expected.txt: |
| * platform/chromium-win/svg/custom/focus-ring-expected.txt: |
| * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt: |
| * platform/chromium-win/svg/custom/font-face-simple-expected.txt: |
| * platform/chromium-win/svg/custom/foreignObject-crash-on-hover-expected.txt: |
| * platform/chromium-win/svg/custom/getTransformToElement-expected.txt: |
| * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.txt: |
| * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.txt: |
| * platform/chromium-win/svg/custom/hit-test-unclosed-subpaths-expected.txt: |
| * platform/chromium-win/svg/custom/image-small-width-height-expected.txt: |
| * platform/chromium-win/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/chromium-win/svg/custom/invalid-css-expected.txt: |
| * platform/chromium-win/svg/custom/invalid-fill-expected.txt: |
| * platform/chromium-win/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/chromium-win/svg/custom/invalid-lengthlist-expected.txt: |
| * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt: |
| * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt: |
| * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt: |
| * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt: |
| * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt: |
| * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt: |
| * platform/chromium-win/svg/custom/junk-data-expected.txt: |
| * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt: |
| * platform/chromium-win/svg/custom/marker-overflow-clip-expected.txt: |
| * platform/chromium-win/svg/custom/mask-invalidation-expected.txt: |
| * platform/chromium-win/svg/custom/missing-xlink-expected.txt: |
| * platform/chromium-win/svg/custom/non-opaque-filters-expected.txt: |
| * platform/chromium-win/svg/custom/path-bad-data-expected.txt: |
| * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt: |
| * platform/chromium-win/svg/custom/pattern-cycle-detection-expected.txt: |
| * platform/chromium-win/svg/custom/pattern-deep-referencing-expected.txt: |
| * platform/chromium-win/svg/custom/pattern-with-transformation-expected.txt: |
| * platform/chromium-win/svg/custom/pointer-events-image-expected.txt: |
| * platform/chromium-win/svg/custom/pointer-events-path-expected.txt: |
| * platform/chromium-win/svg/custom/pointer-events-text-expected.txt: |
| * platform/chromium-win/svg/custom/preserve-aspect-ratio-syntax-expected.txt: |
| * platform/chromium-win/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/chromium-win/svg/custom/relative-sized-inner-svg-expected.txt: |
| * platform/chromium-win/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/repaint-moving-svg-and-div-expected.png: Added. |
| * platform/chromium-win/svg/custom/second-inline-text-expected.txt: |
| * platform/chromium-win/svg/custom/shape-rendering-expected.txt: |
| * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt: |
| * platform/chromium-win/svg/custom/stroke-fallback-expected.txt: |
| * platform/chromium-win/svg/custom/stroke-width-large-expected.txt: |
| * platform/chromium-win/svg/custom/stroked-pattern-expected.txt: |
| * platform/chromium-win/svg/custom/style-attribute-font-size-expected.txt: |
| * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.txt: |
| * platform/chromium-win/svg/custom/svg-float-border-padding-expected.txt: |
| * platform/chromium-win/svg/custom/text-clip-expected.txt: |
| * platform/chromium-win/svg/custom/text-ctm-expected.txt: |
| * platform/chromium-win/svg/custom/text-decoration-visibility-expected.txt: |
| * platform/chromium-win/svg/custom/text-filter-expected.txt: |
| * platform/chromium-win/svg/custom/text-hit-test-expected.txt: |
| * platform/chromium-win/svg/custom/text-image-opacity-expected.txt: |
| * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt: |
| * platform/chromium-win/svg/custom/text-linking-expected.txt: |
| * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.txt: |
| * platform/chromium-win/svg/custom/text-whitespace-handling-expected.txt: |
| * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt: |
| * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt: |
| * platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/chromium-win/svg/custom/text-xy-updates-expected.txt: |
| * platform/chromium-win/svg/custom/tref-update-expected.txt: |
| * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt: |
| * platform/chromium-win/svg/custom/use-dynamic-append-expected.txt: |
| * platform/chromium-win/svg/custom/use-elementInstance-event-target-expected.txt: |
| * platform/chromium-win/svg/custom/use-elementInstance-methods-expected.txt: |
| * platform/chromium-win/svg/custom/use-event-handler-on-referenced-element-expected.txt: |
| * platform/chromium-win/svg/custom/use-event-handler-on-use-element-expected.txt: |
| * platform/chromium-win/svg/custom/use-events-crash-expected.txt: |
| * platform/chromium-win/svg/custom/use-instanceRoot-modifications-expected.txt: |
| * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt: |
| * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt: |
| * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-g-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-rect-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-text-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-use-expected.txt: |
| * platform/chromium-win/svg/custom/use-property-changes-through-dom-expected.txt: |
| * platform/chromium-win/svg/custom/use-recursion-1-expected.txt: |
| * platform/chromium-win/svg/custom/use-recursion-2-expected.txt: |
| * platform/chromium-win/svg/custom/use-recursion-3-expected.txt: |
| * platform/chromium-win/svg/custom/use-recursion-4-expected.txt: |
| * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt: |
| * platform/chromium-win/svg/custom/viewbox-syntax-expected.txt: |
| * platform/chromium-win/svg/custom/viewport-em-expected.txt: |
| * platform/chromium-win/svg/filters/feColorMatrix-values-expected.txt: |
| * platform/chromium-win/svg/filters/feComposite-expected.txt: |
| * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.txt: |
| * platform/chromium-win/svg/filters/filter-on-tspan-expected.txt: |
| * platform/chromium-win/svg/filters/filter-width-update-expected.txt: |
| * platform/chromium-win/svg/filters/sourceAlpha-expected.txt: |
| * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: |
| * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt: |
| * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.txt: |
| * platform/chromium-win/svg/hixie/data-types/002-expected.txt: |
| * platform/chromium-win/svg/hixie/dynamic/002-expected.txt: |
| * platform/chromium-win/svg/hixie/error/002-expected.txt: |
| * platform/chromium-win/svg/hixie/error/010-expected.txt: |
| * platform/chromium-win/svg/hixie/error/011-expected.txt: |
| * platform/chromium-win/svg/hixie/error/012-expected.txt: |
| * platform/chromium-win/svg/hixie/error/013-expected.txt: |
| * platform/chromium-win/svg/hixie/error/017-expected.txt: |
| * platform/chromium-win/svg/hixie/links/002-expected.txt: |
| * platform/chromium-win/svg/hixie/links/003-broken-expected.txt: |
| * platform/chromium-win/svg/hixie/mixed/003-expected.txt: |
| * platform/chromium-win/svg/hixie/mixed/004-expected.txt: |
| * platform/chromium-win/svg/hixie/mixed/005-expected.txt: |
| * platform/chromium-win/svg/hixie/mixed/011-expected.txt: |
| * platform/chromium-win/svg/hixie/perf/001-expected.txt: |
| * platform/chromium-win/svg/hixie/perf/002-expected.txt: |
| * platform/chromium-win/svg/hixie/perf/007-expected.txt: |
| * platform/chromium-win/svg/hixie/shapes/path/001-expected.txt: |
| * platform/chromium-win/svg/hixie/text/002-expected.txt: |
| * platform/chromium-win/svg/hixie/text/003a-expected.txt: |
| * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/chromium-win/svg/text/kerning-expected.txt: |
| * platform/chromium-win/svg/text/multichar-glyph-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: |
| * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-1-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-2-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-3-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-4-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt: |
| * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt: |
| * platform/chromium-win/svg/text/selection-background-color-expected.txt: |
| * platform/chromium-win/svg/text/selection-doubleclick-expected.txt: |
| * platform/chromium-win/svg/text/selection-styles-expected.txt: |
| * platform/chromium-win/svg/text/selection-tripleclick-expected.txt: |
| * platform/chromium-win/svg/text/text-gradient-positioning-expected.txt: |
| * platform/chromium-win/svg/text/text-repaint-rects-expected.txt: |
| * platform/chromium-win/svg/text/textPathBoundsBug-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: |
| * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt: |
| * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: |
| * platform/chromium-win/transforms/svg-vs-css-expected.txt: |
| * platform/chromium-win/userscripts/user-script-top-frame-only-expected.txt: Added. |
| * platform/chromium-win/userscripts/user-style-top-frame-only-expected.txt: Added. |
| |
| 2010-07-09 Michael Nordman <michaeln@google.com> |
| |
| Reviewed by Dumitru Daniliuc. |
| |
| Add a layout test to verify the expected number of progress events are raised by the appcache, |
| and that those events have properly set 'lengthComputable', 'loaded', and 'total' attributes. |
| Also update a couple of other tests that depend on counting the number of progress events to |
| determine success or failure to now expect the additional final progress event that is being |
| raised. |
| https://bugs.webkit.org/show_bug.cgi?id=37602 |
| |
| * http/tests/appcache/foreign-iframe-main-expected.txt: |
| * http/tests/appcache/progress-counter-expected.txt: Added. |
| * http/tests/appcache/progress-counter.html: Added. |
| * http/tests/appcache/resources/different-https-origin-resource.html: |
| * http/tests/appcache/resources/progress-counter.manifest: Added. |
| |
| 2010-07-09 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Steve Block. |
| |
| [Arm] Missing NaN check in XPath substring function |
| https://bugs.webkit.org/show_bug.cgi?id=41862 |
| |
| This layout test checks for the case described in the bug |
| and some related edge cases that do currently already pass |
| but only through a fluke. |
| |
| * fast/xpath/substring-nan-position-expected.txt: Added. |
| * fast/xpath/substring-nan-position.html: Added. |
| |
| 2010-07-09 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Beth Dakin. |
| |
| Add test to be sure that only <mi> elements use italic fonts by default. |
| Update test with fractions to take into account the correct behaviour of mtext (regular instead of italic). |
| https://bugs.webkit.org/show_bug.cgi?id=41626 |
| |
| * mathml/presentation/tokenElements.xhtml: Added. |
| * platform/mac/mathml/presentation/fractions-expected.checksum: |
| * platform/mac/mathml/presentation/fractions-expected.png: |
| * platform/mac/mathml/presentation/fractions-expected.txt: |
| * platform/mac/mathml/presentation/tokenElements-expected.checksum: Added. |
| * platform/mac/mathml/presentation/tokenElements-expected.png: Added. |
| * platform/mac/mathml/presentation/tokenElements-expected.txt: Added. |
| |
| 2010-07-09 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement performance.navigation.type |
| https://bugs.webkit.org/show_bug.cgi?id=41564 |
| |
| Expectations set to FAIL because disabled by default. Tests pass with --web-timing. |
| |
| * fast/dom/navigation-type-back-forward-expected.txt: Added. |
| * fast/dom/navigation-type-back-forward.html: Added. |
| * fast/dom/navigation-type-navigate-expected.txt: Added. |
| * fast/dom/navigation-type-navigate.html: Added. |
| * fast/dom/navigation-type-reload-expected.txt: Added. |
| * fast/dom/navigation-type-reload.html: Added. |
| * fast/dom/resources/navigation-type-matches-querystring.html: Added. |
| |
| 2010-07-09 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Set the good default behaviour for the columalign attribute on MathML mtable element |
| https://bugs.webkit.org/show_bug.cgi?id=41631 |
| |
| Test updated. |
| |
| * mathml/presentation/tables.xhtml: |
| * platform/mac/mathml/presentation/tables-expected.checksum: |
| * platform/mac/mathml/presentation/tables-expected.png: |
| * platform/mac/mathml/presentation/tables-expected.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Add mac-tiger specific results. That should mark the end of the journey. |
| |
| * platform/mac-tiger/svg/hixie/text/003-expected.txt: |
| * platform/mac-tiger/svg/hixie/text/003a-expected.txt: |
| * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Hopefully last round of gtk specific results. |
| |
| * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt: |
| * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt: |
| * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt: |
| * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt: |
| * platform/gtk/svg/text/selection-background-color-expected.txt: |
| * platform/gtk/svg/text/selection-doubleclick-expected.txt: |
| * platform/gtk/svg/text/selection-styles-expected.txt: |
| * platform/gtk/svg/text/selection-tripleclick-expected.txt: |
| * platform/gtk/svg/text/text-hkern-expected.txt: |
| * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt: |
| * platform/gtk/svg/text/text-vkern-expected.txt: |
| * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt: |
| * platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: |
| * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt: |
| * platform/gtk/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: |
| * platform/gtk/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: |
| * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt: |
| * platform/gtk/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: |
| * platform/gtk/transforms/svg-vs-css-expected.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Next round of gtk specific results. |
| |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: |
| * platform/gtk/svg/text/select-x-list-1-expected.txt: |
| * platform/gtk/svg/text/select-x-list-2-expected.txt: |
| * platform/gtk/svg/text/select-x-list-3-expected.txt: |
| * platform/gtk/svg/text/select-x-list-4-expected.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Last round of qt specific results. |
| |
| * platform/qt/fast/repaint/moving-shadow-on-container-expected.txt: |
| * platform/qt/fast/repaint/moving-shadow-on-path-expected.txt: |
| * platform/qt/fast/repaint/svg-layout-root-style-attr-update-expected.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Next round of win specific results. |
| |
| * platform/win/svg/custom/broken-internal-references-expected.txt: |
| * platform/win/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/win/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/win/svg/filters/feColorMatrix-values-expected.txt: |
| |
| 2010-07-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| [Qt] Update platform specific expected results after r62922. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| * platform/qt/svg/custom/js-update-image-and-display-expected.txt: |
| * platform/qt/svg/custom/js-update-image-and-display2-expected.txt: |
| * platform/qt/svg/custom/js-update-image-and-display3-expected.txt: |
| * platform/qt/svg/custom/marker-opacity-expected.txt: |
| * platform/qt/svg/custom/marker-referencePoint-expected.txt: |
| * platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt: |
| * platform/qt/svg/custom/mask-invalidation-expected.txt: |
| * platform/qt/svg/custom/mask-on-multiple-objects-expected.txt: |
| * platform/qt/svg/custom/mask-with-default-value-expected.txt: |
| * platform/qt/svg/custom/non-scaling-stroke-expected.txt: |
| * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt: |
| * platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.txt: |
| * platform/qt/svg/custom/pattern-skew-transformed-expected.txt: |
| * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: |
| * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/qt/svg/custom/repaint-stroke-width-changes-expected.txt: |
| * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/qt/svg/custom/stroke-width-large-expected.txt: |
| * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/qt/svg/custom/text-zoom-expected.txt: |
| * platform/qt/svg/custom/transformedMaskFails-expected.txt: |
| * platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.txt: |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/qt/svg/filters/feColorMatrix-values-expected.txt: |
| * platform/qt/svg/filters/feComposite-expected.txt: |
| * platform/qt/svg/filters/feGaussianBlur-expected.txt: |
| * platform/qt/svg/filters/feLighting-crash-expected.txt: |
| * platform/qt/svg/filters/feMerge-expected.txt: |
| * platform/qt/svg/filters/feMerge-wrong-input-expected.txt: |
| * platform/qt/svg/filters/feOffset-expected.txt: |
| * platform/qt/svg/filters/feTile-expected.txt: |
| * platform/qt/svg/filters/filter-clip-expected.txt: |
| * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt: |
| * platform/qt/svg/filters/filter-on-tspan-expected.txt: |
| * platform/qt/svg/filters/filter-source-position-expected.txt: |
| * platform/qt/svg/filters/filteredImage-expected.txt: |
| * platform/qt/svg/filters/shadow-on-filter-expected.txt: |
| * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: |
| * platform/qt/svg/filters/sourceAlpha-expected.txt: |
| * platform/qt/svg/filters/subRegion-one-effect-expected.txt: |
| * platform/qt/svg/filters/subRegion-two-effects-expected.txt: |
| * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: |
| * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: |
| * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt: |
| * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-foreignObject-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: |
| * platform/qt/svg/overflow/overflow-on-inner-svg-element-expected.txt: |
| * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt: |
| * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: |
| * platform/qt/svg/text/select-x-list-1-expected.txt: |
| * platform/qt/svg/text/select-x-list-2-expected.txt: |
| * platform/qt/svg/text/select-x-list-3-expected.txt: |
| * platform/qt/svg/text/select-x-list-4-expected.txt: |
| * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt: |
| * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt: |
| * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt: |
| * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt: |
| * platform/qt/svg/text/selection-background-color-expected.txt: |
| * platform/qt/svg/text/selection-doubleclick-expected.txt: |
| * platform/qt/svg/text/selection-styles-expected.txt: |
| * platform/qt/svg/text/selection-tripleclick-expected.txt: |
| * platform/qt/svg/text/text-hkern-expected.txt: |
| * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt: |
| * platform/qt/svg/text/text-vkern-expected.txt: |
| * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt: |
| * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: |
| * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Next round of gtk specific results. |
| |
| * platform/gtk/fast/repaint/moving-shadow-on-container-expected.txt: |
| * platform/gtk/fast/repaint/moving-shadow-on-path-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Next round of gtk specific results. |
| |
| * platform/gtk/svg/custom/text-zoom-expected.txt: |
| * platform/gtk/svg/filters/feDisplacementMap-expected.txt: |
| * platform/gtk/svg/filters/feLighting-crash-expected.txt: |
| * platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt: |
| * platform/gtk/svg/filters/filter-on-tspan-expected.txt: |
| * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt: |
| * platform/gtk/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: |
| * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| |
| 2010-07-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Skip leading newlines in <textarea> |
| https://bugs.webkit.org/show_bug.cgi?id=41947 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-09 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement self closing start tag state in the tokenizer |
| https://bugs.webkit.org/show_bug.cgi?id=41946 |
| |
| * html5lib/runner-expected-html5.txt: |
| - Yay progressions! |
| |
| 2010-07-09 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add basic "in foreign content" support to the TreeBuilder |
| https://bugs.webkit.org/show_bug.cgi?id=41943 |
| |
| Update our results now that we pass a bunch more tests. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Update gtk/qt specific results, and 4 mac results I missed. |
| |
| * fast/repaint/svg-layout-root-style-attr-update-expected.txt: |
| * platform/gtk/svg/css/shadow-and-opacity-expected.txt: |
| * platform/gtk/svg/custom/broken-internal-references-expected.txt: |
| * platform/gtk/svg/custom/clip-path-id-changes-expected.txt: |
| * platform/gtk/svg/custom/empty-mask-expected.txt: |
| * platform/gtk/svg/custom/fill-opacity-hsl-expected.txt: |
| * platform/gtk/svg/custom/fill-opacity-rgba-expected.txt: |
| * platform/gtk/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt: |
| * platform/gtk/svg/custom/marker-opacity-expected.txt: |
| * platform/gtk/svg/custom/marker-referencePoint-expected.txt: |
| * platform/gtk/svg/custom/mask-invalidation-expected.txt: |
| * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: |
| * platform/gtk/svg/custom/pattern-size-bigger-than-target-size-expected.txt: |
| * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: |
| * platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/gtk/svg/custom/repaint-stroke-width-changes-expected.txt: |
| * platform/gtk/svg/custom/stroke-width-large-expected.txt: |
| * platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt: |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.txt: |
| * platform/mac/transforms/svg-vs-css-expected.txt: |
| * platform/qt/svg/batik/text/textDecoration-expected.txt: |
| * platform/qt/svg/css/arrow-with-shadow-expected.txt: |
| * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: |
| * platform/qt/svg/css/clippath-with-shadow-expected.txt: |
| * platform/qt/svg/css/mask-with-shadow-expected.txt: |
| * platform/qt/svg/css/path-with-shadow-expected.txt: |
| * platform/qt/svg/css/shadow-and-opacity-expected.txt: |
| * platform/qt/svg/css/shadow-with-large-radius-expected.txt: |
| * platform/qt/svg/css/shadow-with-negative-offset-expected.txt: |
| * platform/qt/svg/css/stars-with-shadow-expected.txt: |
| * platform/qt/svg/custom/animation-currentColor-expected.txt: |
| * platform/qt/svg/custom/broken-internal-references-expected.txt: |
| * platform/qt/svg/custom/clip-path-id-changes-expected.txt: |
| * platform/qt/svg/custom/createImageElement-expected.txt: |
| * platform/qt/svg/custom/createImageElement2-expected.txt: |
| * platform/qt/svg/custom/empty-mask-expected.txt: |
| * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt: |
| |
| 2010-07-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Coalesce text nodes when foster parenting |
| https://bugs.webkit.org/show_bug.cgi?id=41921 |
| |
| Yay test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| RenderSVGRoot does not include border/padding while repainting |
| https://bugs.webkit.org/show_bug.cgi?id=41854 |
| |
| Update most textual results as <svg> now receives a proper size and location. |
| NOTE: This requires updating more platform specific results, after landing with the help of the buildbots. |
| |
| * platform/mac-leopard/svg/custom/junk-data-expected.txt: |
| * platform/mac-leopard/svg/custom/missing-xlink-expected.txt: |
| * platform/mac-leopard/svg/custom/use-font-face-crash-expected.txt: |
| * platform/mac-leopard/svg/hixie/error/012-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: |
| * platform/mac/svg/batik/filters/feTile-expected.txt: |
| * platform/mac/svg/batik/filters/filterRegions-expected.txt: |
| * platform/mac/svg/batik/masking/maskRegions-expected.txt: |
| * platform/mac/svg/batik/paints/gradientLimit-expected.txt: |
| * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: |
| * platform/mac/svg/batik/paints/patternRegionA-expected.txt: |
| * platform/mac/svg/batik/paints/patternRegions-expected.txt: |
| * platform/mac/svg/batik/text/longTextOnPath-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor2-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor3-expected.txt: |
| * platform/mac/svg/batik/text/textDecoration-expected.txt: |
| * platform/mac/svg/batik/text/textDecoration2-expected.txt: |
| * platform/mac/svg/batik/text/textEffect-expected.txt: |
| * platform/mac/svg/batik/text/textEffect2-expected.txt: |
| * platform/mac/svg/batik/text/textEffect3-expected.txt: |
| * platform/mac/svg/batik/text/textFeatures-expected.txt: |
| * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: |
| * platform/mac/svg/batik/text/textLayout-expected.txt: |
| * platform/mac/svg/batik/text/textLayout2-expected.txt: |
| * platform/mac/svg/batik/text/textLength-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath2-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath3-expected.txt: |
| * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: |
| * platform/mac/svg/batik/text/textPCDATA-expected.txt: |
| * platform/mac/svg/batik/text/textPosition-expected.txt: |
| * platform/mac/svg/batik/text/textPosition2-expected.txt: |
| * platform/mac/svg/batik/text/textProperties-expected.txt: |
| * platform/mac/svg/batik/text/textProperties2-expected.txt: |
| * platform/mac/svg/batik/text/textStyles-expected.txt: |
| * platform/mac/svg/batik/text/verticalText-expected.txt: |
| * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: |
| * platform/mac/svg/batik/text/xmlSpace-expected.txt: |
| * platform/mac/svg/carto.net/button-expected.txt: |
| * platform/mac/svg/carto.net/colourpicker-expected.txt: |
| * platform/mac/svg/carto.net/combobox-expected.txt: |
| * platform/mac/svg/carto.net/scrollbar-expected.txt: |
| * platform/mac/svg/carto.net/selectionlist-expected.txt: |
| * platform/mac/svg/carto.net/slider-expected.txt: |
| * platform/mac/svg/carto.net/tabgroup-expected.txt: |
| * platform/mac/svg/carto.net/textbox-expected.txt: |
| * platform/mac/svg/carto.net/window-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-child-clipped-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-clipped-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-evenodd-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-nonzero-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-on-g-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-on-svg-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-recursive-call-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-text-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-use-as-child-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt: |
| * platform/mac/svg/css/arrow-with-shadow-expected.txt: |
| * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt: |
| * platform/mac/svg/css/clippath-with-shadow-expected.txt: |
| * platform/mac/svg/css/composite-shadow-example-expected.txt: |
| * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt: |
| * platform/mac/svg/css/group-with-shadow-expected.txt: |
| * platform/mac/svg/css/mask-with-shadow-expected.txt: |
| * platform/mac/svg/css/path-with-shadow-expected.txt: |
| * platform/mac/svg/css/shadow-and-opacity-expected.txt: |
| * platform/mac/svg/css/shadow-with-large-radius-expected.txt: |
| * platform/mac/svg/css/shadow-with-negative-offset-expected.txt: |
| * platform/mac/svg/css/stars-with-shadow-expected.txt: |
| * platform/mac/svg/css/text-shadow-multiple-expected.txt: |
| * platform/mac/svg/custom/SVGMatrix-interface-expected.txt: |
| * platform/mac/svg/custom/SVGNumber-interface-expected.txt: |
| * platform/mac/svg/custom/SVGPoint-interface-expected.txt: |
| * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt: |
| * platform/mac/svg/custom/SVGRect-interface-expected.txt: |
| * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: |
| * platform/mac/svg/custom/altglyph-expected.txt: |
| * platform/mac/svg/custom/animate-path-discrete-expected.txt: |
| * platform/mac/svg/custom/animate-path-morphing-expected.txt: |
| * platform/mac/svg/custom/broken-internal-references-expected.txt: |
| * platform/mac/svg/custom/circle-move-invalidation-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/class-baseValue-expected.txt: |
| * platform/mac/svg/custom/class-selector-expected.txt: |
| * platform/mac/svg/custom/clip-path-child-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-href-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-id-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/mac/svg/custom/clip-path-units-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-with-transform-expected.txt: |
| * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt: |
| * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt: |
| * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: |
| * platform/mac/svg/custom/control-points-for-S-and-T-expected.txt: |
| * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt: |
| * platform/mac/svg/custom/create-metadata-element-expected.txt: |
| * platform/mac/svg/custom/createImageElement-expected.txt: |
| * platform/mac/svg/custom/createImageElement2-expected.txt: |
| * platform/mac/svg/custom/createelement-expected.txt: |
| * platform/mac/svg/custom/css-pixels-dpi-expected.txt: |
| * platform/mac/svg/custom/dasharrayOrigin-expected.txt: |
| * platform/mac/svg/custom/deep-dynamic-updates-expected.txt: |
| * platform/mac/svg/custom/display-none-expected.txt: |
| * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: |
| * platform/mac/svg/custom/dynamic-empty-path-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| * platform/mac/svg/custom/empty-merge-expected.txt: |
| * platform/mac/svg/custom/evt-onload-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt: |
| * platform/mac/svg/custom/feDisplacementMap-01-expected.txt: |
| * platform/mac/svg/custom/fill-fallback-expected.txt: |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.txt: |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.txt: |
| * platform/mac/svg/custom/fill-update-expected.txt: |
| * platform/mac/svg/custom/focus-ring-expected.txt: |
| * platform/mac/svg/custom/font-face-cascade-order-expected.txt: |
| * platform/mac/svg/custom/font-face-simple-expected.txt: |
| * platform/mac/svg/custom/foreign-object-skew-expected.txt: |
| * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: |
| * platform/mac/svg/custom/fractional-rects-expected.txt: |
| * platform/mac/svg/custom/getTransformToElement-expected.txt: |
| * platform/mac/svg/custom/gradient-add-stops-expected.txt: |
| * platform/mac/svg/custom/gradient-attr-update-expected.txt: |
| * platform/mac/svg/custom/gradient-cycle-detection-expected.txt: |
| * platform/mac/svg/custom/gradient-deep-referencing-expected.txt: |
| * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt: |
| * platform/mac/svg/custom/gradient-stop-style-change-expected.txt: |
| * platform/mac/svg/custom/gradient-stroke-width-expected.txt: |
| * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt: |
| * platform/mac/svg/custom/group-opacity-expected.txt: |
| * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: |
| * platform/mac/svg/custom/image-small-width-height-expected.txt: |
| * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt: |
| * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/mac/svg/custom/inner-percent-expected.txt: |
| * platform/mac/svg/custom/inner-svg-hit-test-expected.txt: |
| * platform/mac/svg/custom/invalid-css-expected.txt: |
| * platform/mac/svg/custom/invalid-fill-expected.txt: |
| * platform/mac/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/mac/svg/custom/invalid-lengthlist-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-gradient-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-marker-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-creation-expected.txt: |
| * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt: |
| * platform/mac/svg/custom/js-update-bounce-expected.txt: |
| * platform/mac/svg/custom/js-update-container-expected.txt: |
| * platform/mac/svg/custom/js-update-container2-expected.txt: |
| * platform/mac/svg/custom/js-update-gradient-expected.txt: |
| * platform/mac/svg/custom/js-update-image-and-display-expected.txt: |
| * platform/mac/svg/custom/js-update-image-and-display2-expected.txt: |
| * platform/mac/svg/custom/js-update-image-and-display3-expected.txt: |
| * platform/mac/svg/custom/js-update-image-expected.txt: |
| * platform/mac/svg/custom/js-update-path-changes-expected.txt: |
| * platform/mac/svg/custom/js-update-path-removal-expected.txt: |
| * platform/mac/svg/custom/js-update-pattern-child-expected.txt: |
| * platform/mac/svg/custom/js-update-pattern-expected.txt: |
| * platform/mac/svg/custom/js-update-polygon-changes-expected.txt: |
| * platform/mac/svg/custom/js-update-polygon-removal-expected.txt: |
| * platform/mac/svg/custom/js-update-stop-expected.txt: |
| * platform/mac/svg/custom/js-update-style-expected.txt: |
| * platform/mac/svg/custom/js-update-transform-addition-expected.txt: |
| * platform/mac/svg/custom/js-update-transform-changes-expected.txt: |
| * platform/mac/svg/custom/junk-data-expected.txt: |
| * platform/mac/svg/custom/large-bounding-box-percents-expected.txt: |
| * platform/mac/svg/custom/marker-changes-expected.txt: |
| * platform/mac/svg/custom/marker-child-changes-expected.txt: |
| * platform/mac/svg/custom/marker-default-width-height-expected.txt: |
| * platform/mac/svg/custom/marker-opacity-expected.txt: |
| * platform/mac/svg/custom/marker-overflow-clip-expected.txt: |
| * platform/mac/svg/custom/marker-referencePoint-expected.txt: |
| * platform/mac/svg/custom/marker-strokeWidth-changes-expected.txt: |
| * platform/mac/svg/custom/marker-viewBox-changes-expected.txt: |
| * platform/mac/svg/custom/mask-changes-expected.txt: |
| * platform/mac/svg/custom/mask-child-changes-expected.txt: |
| * platform/mac/svg/custom/mask-excessive-malloc-expected.txt: |
| * platform/mac/svg/custom/mask-inside-defs-expected.txt: |
| * platform/mac/svg/custom/mask-invalidation-expected.txt: |
| * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt: |
| * platform/mac/svg/custom/mask-with-all-units-expected.txt: |
| * platform/mac/svg/custom/mask-with-default-value-expected.txt: |
| * platform/mac/svg/custom/missing-xlink-expected.txt: |
| * platform/mac/svg/custom/non-circular-marker-reference-expected.txt: |
| * platform/mac/svg/custom/non-opaque-filters-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.txt: |
| * platform/mac/svg/custom/path-bad-data-expected.txt: |
| * platform/mac/svg/custom/path-textPath-simulation-expected.txt: |
| * platform/mac/svg/custom/pattern-cycle-detection-expected.txt: |
| * platform/mac/svg/custom/pattern-deep-referencing-expected.txt: |
| * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt: |
| * platform/mac/svg/custom/pattern-rotate-expected.txt: |
| * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.txt: |
| * platform/mac/svg/custom/pattern-skew-transformed-expected.txt: |
| * platform/mac/svg/custom/pattern-with-transformation-expected.txt: |
| * platform/mac/svg/custom/pattern-y-offset-expected.txt: |
| * platform/mac/svg/custom/percentage-rect-expected.txt: |
| * platform/mac/svg/custom/percentage-rect2-expected.txt: |
| * platform/mac/svg/custom/pointer-events-image-expected.txt: |
| * platform/mac/svg/custom/pointer-events-path-expected.txt: |
| * platform/mac/svg/custom/pointer-events-text-expected.txt: |
| * platform/mac/svg/custom/poly-identify-expected.txt: |
| * platform/mac/svg/custom/polyline-hittest-expected.txt: |
| * platform/mac/svg/custom/polyline-invalid-points-expected.txt: |
| * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt: |
| * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt: |
| * platform/mac/svg/custom/prevent-default-expected.txt: |
| * platform/mac/svg/custom/recursive-clippath-expected.txt: |
| * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/mac/svg/custom/relative-sized-inner-svg-expected.txt: |
| * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added. |
| * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png: Added. |
| * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.txt: Added. |
| * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: |
| * platform/mac/svg/custom/repaint-stroke-width-changes-expected.txt: |
| * platform/mac/svg/custom/resource-client-removal-expected.txt: |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/mac/svg/custom/rgbcolor-syntax-expected.txt: |
| * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt: |
| * platform/mac/svg/custom/rootelement-expected.txt: |
| * platform/mac/svg/custom/rounded-rects-expected.txt: |
| * platform/mac/svg/custom/second-inline-text-expected.txt: |
| * platform/mac/svg/custom/shape-rendering-expected.txt: |
| * platform/mac/svg/custom/shapes-supporting-markers-expected.txt: |
| * platform/mac/svg/custom/sheet-title-expected.txt: |
| * platform/mac/svg/custom/stroke-fallback-expected.txt: |
| * platform/mac/svg/custom/stroke-width-large-expected.txt: |
| * platform/mac/svg/custom/stroked-pattern-expected.txt: |
| * platform/mac/svg/custom/style-attribute-font-size-expected.txt: |
| * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt: |
| * platform/mac/svg/custom/svg-float-border-padding-expected.txt: |
| * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt: |
| * platform/mac/svg/custom/text-clip-expected.txt: |
| * platform/mac/svg/custom/text-ctm-expected.txt: |
| * platform/mac/svg/custom/text-decoration-visibility-expected.txt: |
| * platform/mac/svg/custom/text-filter-expected.txt: |
| * platform/mac/svg/custom/text-hit-test-expected.txt: |
| * platform/mac/svg/custom/text-image-opacity-expected.txt: |
| * platform/mac/svg/custom/text-letter-spacing-expected.txt: |
| * platform/mac/svg/custom/text-linking-expected.txt: |
| * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt: |
| * platform/mac/svg/custom/text-rotated-gradient-expected.txt: |
| * platform/mac/svg/custom/text-whitespace-handling-expected.txt: |
| * platform/mac/svg/custom/text-x-dx-lists-expected.txt: |
| * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: |
| * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/mac/svg/custom/text-xy-updates-expected.txt: |
| * platform/mac/svg/custom/transform-invalid-expected.txt: |
| * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt: |
| * platform/mac/svg/custom/transform-scale-parse-expected.txt: |
| * platform/mac/svg/custom/tref-update-expected.txt: |
| * platform/mac/svg/custom/use-clipped-hit-expected.txt: |
| * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: |
| * platform/mac/svg/custom/use-detach-expected.txt: |
| * platform/mac/svg/custom/use-dynamic-append-expected.txt: |
| * platform/mac/svg/custom/use-empty-reference-expected.txt: |
| * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt: |
| * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt: |
| * platform/mac/svg/custom/use-events-crash-expected.txt: |
| * platform/mac/svg/custom/use-font-face-crash-expected.txt: |
| * platform/mac/svg/custom/use-forward-refs-expected.txt: |
| * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: |
| * platform/mac/svg/custom/use-modify-container-in-target-expected.txt: |
| * platform/mac/svg/custom/use-modify-target-container-expected.txt: |
| * platform/mac/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/mac/svg/custom/use-nested-transform-expected.txt: |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-use-expected.txt: |
| * platform/mac/svg/custom/use-on-g-expected.txt: |
| * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: |
| * platform/mac/svg/custom/use-on-rect-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/mac/svg/custom/use-on-text-expected.txt: |
| * platform/mac/svg/custom/use-on-use-expected.txt: |
| * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt: |
| * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt: |
| * platform/mac/svg/custom/use-property-synchronization-crash-expected.txt: |
| * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt: |
| * platform/mac/svg/custom/use-recursion-1-expected.txt: |
| * platform/mac/svg/custom/use-recursion-2-expected.txt: |
| * platform/mac/svg/custom/use-recursion-3-expected.txt: |
| * platform/mac/svg/custom/use-recursion-4-expected.txt: |
| * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/mac/svg/custom/use-symbol-overflow-expected.txt: |
| * platform/mac/svg/custom/use-transform-expected.txt: |
| * platform/mac/svg/custom/viewBox-hit-expected.txt: |
| * platform/mac/svg/custom/viewbox-syntax-expected.txt: |
| * platform/mac/svg/custom/viewport-em-expected.txt: |
| * platform/mac/svg/custom/viewport-no-width-height-expected.txt: |
| * platform/mac/svg/custom/viewport-update-expected.txt: |
| * platform/mac/svg/custom/viewport-update2-expected.txt: |
| * platform/mac/svg/custom/visibility-override-clip-expected.txt: |
| * platform/mac/svg/custom/visibility-override-expected.txt: |
| * platform/mac/svg/custom/visibility-override-filter-expected.txt: |
| * platform/mac/svg/custom/visibility-override-mask-expected.txt: |
| * platform/mac/svg/custom/xml-stylesheet-expected.txt: |
| * platform/mac/svg/filters/feColorMatrix-values-expected.txt: |
| * platform/mac/svg/filters/feComposite-expected.txt: |
| * platform/mac/svg/filters/feDisplacementMap-expected.txt: |
| * platform/mac/svg/filters/feGaussianBlur-expected.txt: |
| * platform/mac/svg/filters/feLighting-crash-expected.txt: |
| * platform/mac/svg/filters/feMerge-expected.txt: |
| * platform/mac/svg/filters/feMerge-wrong-input-expected.txt: |
| * platform/mac/svg/filters/feOffset-expected.txt: |
| * platform/mac/svg/filters/feTile-expected.txt: |
| * platform/mac/svg/filters/filter-clip-expected.txt: |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.txt: |
| * platform/mac/svg/filters/filter-on-tspan-expected.txt: |
| * platform/mac/svg/filters/filter-source-position-expected.txt: |
| * platform/mac/svg/filters/filter-width-update-expected.txt: |
| * platform/mac/svg/filters/filterRes-expected.txt: |
| * platform/mac/svg/filters/filteredImage-expected.txt: |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.txt: |
| * platform/mac/svg/filters/shadow-on-filter-expected.txt: |
| * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.txt: |
| * platform/mac/svg/filters/sourceAlpha-expected.txt: |
| * platform/mac/svg/filters/subRegion-one-effect-expected.txt: |
| * platform/mac/svg/filters/subRegion-two-effects-expected.txt: |
| * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: |
| * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: |
| * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt: |
| * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt: |
| * platform/mac/svg/hixie/cascade/001-broken-expected.txt: |
| * platform/mac/svg/hixie/cascade/002-expected.txt: |
| * platform/mac/svg/hixie/data-types/002-expected.txt: |
| * platform/mac/svg/hixie/dynamic/002-expected.txt: |
| * platform/mac/svg/hixie/error/001-expected.txt: |
| * platform/mac/svg/hixie/error/002-expected.txt: |
| * platform/mac/svg/hixie/error/007-expected.txt: |
| * platform/mac/svg/hixie/error/008-expected.txt: |
| * platform/mac/svg/hixie/error/009-expected.txt: |
| * platform/mac/svg/hixie/error/010-expected.txt: |
| * platform/mac/svg/hixie/error/011-expected.txt: |
| * platform/mac/svg/hixie/error/012-expected.txt: |
| * platform/mac/svg/hixie/error/013-expected.txt: |
| * platform/mac/svg/hixie/error/014-expected.txt: |
| * platform/mac/svg/hixie/error/014-test-expected.txt: |
| * platform/mac/svg/hixie/error/017-expected.txt: |
| * platform/mac/svg/hixie/links/001-expected.txt: |
| * platform/mac/svg/hixie/links/002-expected.txt: |
| * platform/mac/svg/hixie/links/003-broken-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/svg/hixie/mixed/004-expected.txt: |
| * platform/mac/svg/hixie/mixed/005-expected.txt: |
| * platform/mac/svg/hixie/mixed/011-expected.txt: |
| * platform/mac/svg/hixie/painting/001-expected.txt: |
| * platform/mac/svg/hixie/perf/007-expected.txt: |
| * platform/mac/svg/hixie/processing-model/005-expected.txt: |
| * platform/mac/svg/hixie/rendering-model/001-expected.txt: |
| * platform/mac/svg/hixie/rendering-model/002-expected.txt: |
| * platform/mac/svg/hixie/shapes/path/001-expected.txt: |
| * platform/mac/svg/hixie/text/002-expected.txt: |
| * platform/mac/svg/hixie/text/003-expected.txt: |
| * platform/mac/svg/hixie/text/003a-expected.txt: |
| * platform/mac/svg/hixie/text/003b-expected.txt: |
| * platform/mac/svg/hixie/use/001-expected.txt: |
| * platform/mac/svg/hixie/use/002-expected.txt: |
| * platform/mac/svg/hixie/use/002-test-expected.txt: |
| * platform/mac/svg/hixie/viewbox/001-expected.txt: |
| * platform/mac/svg/hixie/viewbox/004-expected.txt: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt: |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.txt: |
| * platform/mac/svg/text/foreignObject-repaint-expected.txt: |
| * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt: |
| * platform/mac/svg/text/kerning-expected.txt: |
| * platform/mac/svg/text/multichar-glyph-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: |
| * platform/mac/svg/text/select-x-list-1-expected.txt: |
| * platform/mac/svg/text/select-x-list-2-expected.txt: |
| * platform/mac/svg/text/select-x-list-3-expected.txt: |
| * platform/mac/svg/text/select-x-list-4-expected.txt: |
| * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: |
| * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: |
| * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: |
| * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: |
| * platform/mac/svg/text/selection-background-color-expected.txt: |
| * platform/mac/svg/text/selection-doubleclick-expected.txt: |
| * platform/mac/svg/text/selection-styles-expected.txt: |
| * platform/mac/svg/text/selection-tripleclick-expected.txt: |
| * platform/mac/svg/text/text-gradient-positioning-expected.txt: |
| * platform/mac/svg/text/text-hkern-expected.txt: |
| * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt: |
| * platform/mac/svg/text/text-repaint-rects-expected.txt: |
| * platform/mac/svg/text/text-vkern-expected.txt: |
| * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt: |
| * platform/mac/svg/text/textPathBoundsBug-expected.txt: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: |
| * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: |
| * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: |
| * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: |
| * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: |
| * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: |
| * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: |
| * platform/win/svg/custom/junk-data-expected.txt: |
| * platform/win/svg/custom/missing-xlink-expected.txt: |
| * svg/custom/animation-currentColor-expected.txt: |
| * svg/custom/glyph-setting-d-attribute-expected.txt: |
| * svg/custom/glyph-transformation-with-hkern-expected.txt: |
| * svg/custom/gradient-with-1d-boundingbox-expected.txt: |
| * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: |
| * svg/custom/repaint-moving-svg-and-div.xhtml: Added. |
| * svg/custom/text-zoom-expected.txt: |
| * svg/custom/transformedMaskFails-expected.txt: |
| * svg/custom/use-clipped-transform-expected.txt: |
| * svg/custom/use-elementInstance-event-target-expected.txt: |
| * svg/custom/use-elementInstance-methods-expected.txt: |
| * svg/custom/use-setAttribute-crash-expected.txt: |
| * svg/dom/SVGRectElement/rect-modify-rx-expected.txt: |
| |
| 2010-07-09 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, build fix. |
| |
| plugins/return-negative-one-from-write.html times out after r62739. |
| Marking as skip. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implementing pending table characters |
| https://bugs.webkit.org/show_bug.cgi?id=41916 |
| |
| This doesn't quite fix all the tests, but it fixes a bunch of them. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-08 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Handle whitespace correctly |
| https://bugs.webkit.org/show_bug.cgi?id=41907 |
| |
| Update expectations to show massive progression. |
| |
| * html5lib/resources/doctype01.dat: |
| - When I created this test, I set the expectations incorrectly. The |
| new expectations now match the spec and Minefield. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed fix. |
| |
| [Qt] Add platform specific expected file after r62889. |
| This test say it passes if doesn't crash. It passes, but |
| Qt has an extra newline character in its expected file. |
| |
| * platform/qt/editing/inserting/return-key-in-hidden-field-expected.txt: Added. |
| |
| 2010-07-08 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement SVGSVGElement.getElementById |
| https://bugs.webkit.org/show_bug.cgi?id=41655 |
| |
| Add a test for SVGSVGElement.getElementById, based on |
| http://samples.msdn.microsoft.com/ietestcenter/svg112/svg/svg/chapter_05.4.svg |
| with added subtests. |
| |
| * svg/custom/svg-getelementid-expected.txt: Copied from LayoutTests/fast/dom/beforeload/image-object-before-load-expected.txt. |
| * svg/custom/svg-getelementid.xhtml: Added. |
| |
| 2010-07-08 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Revision 62900 put w3-css3-list-styles-alphabetic-expected.txt and w3-css3-list-styles-numeric-expected.txt |
| in the wrong place, this moves them into fast/lists. |
| |
| * platform/win-xp/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Copied from platform/win-xp/fast/text/international/w3-css3-list-styles-alphabetic-expected.txt. |
| * platform/win-xp/fast/lists/w3-css3-list-styles-numeric-expected.txt: Copied from platform/win-xp/fast/text/international/w3-css3-list-styles-numeric-expected.txt. |
| * platform/win-xp/fast/text/international/w3-css3-list-styles-alphabetic-expected.txt: Removed. |
| * platform/win-xp/fast/text/international/w3-css3-list-styles-numeric-expected.txt: Removed. |
| |
| 2010-07-08 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Some tests fail on Windows 7 but pass on XP due to fonts |
| https://bugs.webkit.org/show_bug.cgi?id=41933 |
| |
| These tests are failing on Windows 7 while passing on XP due to font differences |
| between the two platforms. |
| |
| Use the ability added in r62742 to specify different results for Windows platforms |
| to move the current results to platform/win-xp, and add the Windows 7 results to |
| platform/win. |
| |
| * platform/win-xp: Added. |
| * platform/win-xp/fast: Added. |
| * platform/win-xp/fast/lists: Added. |
| * platform/win-xp/fast/text: Added. |
| * platform/win-xp/fast/text/backslash-to-yen-sign-expected.txt: Copied from platform/win/fast/text/backslash-to-yen-sign-expected.txt. |
| * platform/win-xp/fast/text/international: Added. |
| * platform/win-xp/fast/text/international/bold-bengali-expected.txt: Copied from platform/win/fast/text/international/bold-bengali-expected.txt. |
| * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt: Copied from platform/win/fast/text/international/complex-character-based-fallback-expected.txt. |
| * platform/win-xp/fast/text/international/w3-css3-list-styles-alphabetic-expected.txt: Copied from platform/win/fast/lists/w3-css3-list-styles-alphabetic-expected.txt. |
| * platform/win-xp/fast/text/international/w3-css3-list-styles-numeric-expected.txt: Copied from platform/win/fast/lists/w3-css3-list-styles-numeric-expected.txt. |
| * platform/win-xp/transforms: Added. |
| * platform/win-xp/transforms/2d: Added. |
| * platform/win-xp/transforms/2d/hindi-rotated-expected.txt: Copied from platform/win/transforms/2d/hindi-rotated-expected.txt. |
| * platform/win/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Updated with Windows Vista/7 results. |
| * platform/win/fast/lists/w3-css3-list-styles-numeric-expected.txt: Ditto. |
| * platform/win/fast/text/backslash-to-yen-sign-expected.txt: Ditto. |
| * platform/win/fast/text/international/bold-bengali-expected.txt: Ditto. |
| * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Ditto. |
| * platform/win/transforms/2d/hindi-rotated-expected.txt: Ditto. |
| |
| 2010-07-08 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Property declarations in an object literal should not consider the prototype chain when being added to the new object |
| https://bugs.webkit.org/show_bug.cgi?id=41929 |
| |
| Add tests to ensure correct behaviour of object literals when there |
| are setters on the prototype chain. |
| |
| * fast/js/object-literal-direct-put-expected.txt: Added. |
| * fast/js/object-literal-direct-put.html: Added. |
| * fast/js/script-tests/object-literal-direct-put.js: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-6-expected.txt: |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-6-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| compositing/iframes/iframe-resize.html displays incorrectly after the resize |
| https://bugs.webkit.org/show_bug.cgi?id=41794 |
| |
| Re-enable iframe-resize.html and overlapped-iframe.html tests, add an offsetWidth call to |
| force layout, and update the results. |
| |
| * compositing/iframes/iframe-resize-expected.txt: |
| * compositing/iframes/iframe-resize.html: |
| * compositing/iframes/overlapped-iframe.html: Fix this test now that it's not skipped. |
| * platform/mac/Skipped: |
| |
| 2010-07-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Calling layoutTestController.layerTreeAsText() should update layout |
| https://bugs.webkit.org/show_bug.cgi?id=41818 |
| |
| Remove setTimeout() calls that are no longer necessary now that |
| layerTreeAsText() updates layout. |
| |
| * compositing/geometry/clip.html: |
| * compositing/geometry/preserve-3d-switching.html: |
| * compositing/iframes/composited-parent-iframe.html: |
| * compositing/iframes/connect-compositing-iframe-delayed.html: |
| * compositing/iframes/connect-compositing-iframe.html: |
| * compositing/iframes/connect-compositing-iframe2.html: |
| * compositing/iframes/connect-compositing-iframe3.html: |
| * compositing/iframes/overlapped-iframe.html: |
| * compositing/images/clip-on-directly-composited-image.html: |
| * compositing/overflow/clip-descendents.html: |
| |
| 2010-07-08 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Get my head wrapped around processCharacter |
| https://bugs.webkit.org/show_bug.cgi?id=41812 |
| |
| Minor test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-08 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| WebCore::InsertLineBreakCommand::shouldUseBreakElement ReadAV@NULL |
| https://bugs.webkit.org/show_bug.cgi?id=30116 |
| |
| * editing/inserting/return-key-in-hidden-textarea-expected.txt: Added. |
| * editing/inserting/return-key-in-hidden-textarea.html: Added. |
| |
| 2010-07-08 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| This test regressed in http://trac.webkit.org/changeset/62876 |
| but that change is too complicated to roll out and Aaron Boodman |
| isn't around to help figure out what went wrong. Hopefully we'll |
| get this off the skipped list tomorrow morning. |
| |
| * platform/mac/Skipped: |
| |
| 2010-07-08 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| String.prototype methods should CheckObjectCoercible (test this is not null or undefined). |
| |
| * ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: |
| * ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: |
| |
| 2010-07-08 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Date.prototype.toJSON takes one argument, report this correctly. |
| |
| * ietestcenter/Javascript/15.9.5.44-0-2-expected.txt: |
| |
| 2010-07-08 Sam Weinig <sam@webkit.org> |
| |
| Update Qt test results. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-07-08 Sam Weinig <sam@webkit.org> |
| |
| Update Gtk test results. |
| |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| |
| 2010-07-08 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Oliver Hunt. |
| |
| Fix for https://bugs.webkit.org/show_bug.cgi?id=41923 |
| TimeRanges should expose a JS constructor |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-07-08 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Add missing padding-end and margin-end CSS properties. |
| https://bugs.webkit.org/show_bug.cgi?id=25761 |
| |
| * fast/css/margin-start-end-expected.txt: Added. |
| * fast/css/margin-start-end.html: Added. |
| * fast/css/padding-start-end-expected.txt: Added. |
| * fast/css/padding-start-end.html: Added. |
| * fast/css/script-tests/margin-start-end.js: Added. |
| (test): |
| * fast/css/script-tests/padding-start-end.js: Added. |
| (test): |
| |
| 2010-07-08 Aaron Boodman <aa@chromium.org> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Add the ability for user scripts and user styles to affect just the top frame. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41529 |
| |
| * platform/win/Skipped: Skipped test because WebKit API needs updating. |
| * userscripts/mixed-case-stylesheet.html: Added new allFrames param. |
| * userscripts/resources/frame1.html: Added. |
| * userscripts/resources/frame2.html: Added. |
| * userscripts/script-not-run-for-fragments.html: Added new allFrames param. |
| * userscripts/script-run-at-end.html: Ditto. |
| * userscripts/script-run-at-start.html: Ditto. |
| * userscripts/simple-stylesheet.html: Ditto. |
| * userscripts/user-script-all-frames-expected.txt: Added. |
| * userscripts/user-script-all-frames.html: Added. |
| * userscripts/user-script-top-frame-only-expected.txt: Added. |
| * userscripts/user-script-top-frame-only.html: Added. |
| * userscripts/user-style-all-frames-expected.txt: Added. |
| * userscripts/user-style-all-frames.html: Added. |
| * userscripts/user-style-top-frame-only-expected.txt: Added. |
| * userscripts/user-style-top-frame-only.html: Added. |
| |
| 2010-07-08 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Jon Honeycutt, Adam Roben, and Darin Adler. |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=41721 |
| <rdar://problem/8158561> Missing plug-in indicator should have a pressed state |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * plugins/clicking-missing-plugin-fires-delegate-expected.txt: Added. |
| * plugins/clicking-missing-plugin-fires-delegate.html: Added. |
| |
| 2010-07-02 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Crash in RenderObject::containingBlock when clearing selection in a display:none node. |
| https://bugs.webkit.org/show_bug.cgi?id=41523 |
| |
| * editing/selection/crash-on-clear-selection-expected.txt: Added. |
| * editing/selection/crash-on-clear-selection.html: Added. |
| |
| 2010-07-08 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed. Chromium build fix. |
| |
| More ietestcenter expectations. Marking a couple of new tests |
| as failed until I can rebaseline. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Ojan Vafai <ojan@chromium.org> |
| |
| Not reviewed. |
| |
| [qt] editing/selection/5195166-1.html failing after r62816 |
| https://bugs.webkit.org/show_bug.cgi?id=41918 |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-08 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| RegExp's prototype should be an object of type RegExp. |
| |
| * fast/js/Object-getOwnPropertyNames-expected.txt: |
| * fast/js/kde/RegExp-expected.txt: |
| * fast/js/script-tests/Object-getOwnPropertyNames.js: |
| * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/S15.10.6_A2-expected.txt: |
| * ietestcenter/Javascript/15.10.6-expected.txt: |
| * ietestcenter/Javascript/15.10.7.1-1-expected.txt: |
| * ietestcenter/Javascript/15.10.7.2-1-expected.txt: |
| * ietestcenter/Javascript/15.10.7.3-1-expected.txt: |
| * ietestcenter/Javascript/15.10.7.4-1-expected.txt: |
| * ietestcenter/Javascript/15.10.7.5-1-expected.txt: |
| * ietestcenter/Javascript/15.2.3.3-4-212-expected.txt: |
| * ietestcenter/Javascript/15.2.3.3-4-213-expected.txt: |
| * ietestcenter/Javascript/15.2.3.3-4-214-expected.txt: |
| * ietestcenter/Javascript/15.2.3.3-4-215-expected.txt: |
| |
| 2010-07-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Add missing results for a new test, added for: |
| https://bugs.webkit.org/show_bug.cgi?id=41580 |
| |
| * platform/mac/fast/gradients/radial-centered-expected.checksum: Added. |
| * platform/mac/fast/gradients/radial-centered-expected.png: Added. |
| * platform/mac/fast/gradients/radial-centered-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/gradients/radial-centered-expected.txt. |
| |
| 2010-07-08 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, Chromium build fix. |
| |
| Readd expectations from r62848 with corrected syntax. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| Allow the TestPlugin to use Core Animation rendering for testing |
| https://bugs.webkit.org/show_bug.cgi?id=41872 |
| |
| Simple pixel test with a Core Animation plugin. |
| |
| * compositing/plugins/composited-plugin.html: Added. |
| * platform/mac/compositing/plugins/composited-plugin-expected.checksum: Added. |
| * platform/mac/compositing/plugins/composited-plugin-expected.png: Added. |
| * platform/mac/compositing/plugins/composited-plugin-expected.txt: Added. |
| |
| 2010-07-08 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, chromium build fix. |
| |
| Update test expectations for mac chromium layout tests to exclude |
| the ietestcenter tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, chromium build fix. |
| |
| Undoing expectations with incorrect syntax from r62848 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Gavin Barraclough. |
| |
| JavaScript parser violates ECMA automatic semicolon insertion rule |
| https://bugs.webkit.org/show_bug.cgi?id=41844 |
| |
| Add testcase to ensure that we don't automatically insert a semicolon |
| at the end of a script. |
| |
| * fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added. |
| * fast/js/no-semi-insertion-at-end-of-script.html: Added. |
| * fast/js/script-tests/no-semi-insertion-at-end-of-script.js: Added. |
| |
| 2010-07-08 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Gavin Barraclough. |
| |
| Make object-literal parsing conformant with the spec. |
| https://bugs.webkit.org/show_bug.cgi?id=41892 |
| |
| Add tests to ensure correct parsing of object literals. |
| |
| * fast/js/object-literal-syntax-expected.txt: Added. |
| * fast/js/object-literal-syntax.html: Added. |
| * fast/js/parser-syntax-check-expected.txt: |
| * fast/js/script-tests/object-literal-syntax.js: Added. |
| * fast/js/script-tests/parser-syntax-check.js: |
| * ietestcenter/Javascript/11.1.5_4-4-b-1-expected.txt: |
| * ietestcenter/Javascript/11.1.5_4-4-b-2-expected.txt: |
| * ietestcenter/Javascript/11.1.5_4-4-c-1-expected.txt: |
| * ietestcenter/Javascript/11.1.5_4-4-c-2-expected.txt: |
| * ietestcenter/Javascript/11.1.5_4-4-d-1-expected.txt: |
| * ietestcenter/Javascript/11.1.5_4-4-d-2-expected.txt: |
| * ietestcenter/Javascript/11.1.5_4-4-d-3-expected.txt: |
| * ietestcenter/Javascript/11.1.5_4-4-d-4-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Jon Honeycutt <jhoneycutt@apple.com> |
| |
| Missing plug-ins may cause an assertion failure |
| https://bugs.webkit.org/show_bug.cgi?id=41900 |
| |
| Reviewed by Adele Peterson. |
| |
| * plugins/missing-plugin.html: Added. |
| |
| 2010-07-08 Ojan Vafai <ojan@chromium.org> |
| |
| Not reviewed. Just changing test expectations. |
| |
| [chromium] editing/selection/5195166-1.html needs layoutTestController.setEditingBehavior |
| https://bugs.webkit.org/show_bug.cgi?id=41905 |
| |
| For now, mark it as failing since there are already other tests that are failing |
| due to this. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Xan Lopez <xlopez@igalia.com> |
| |
| Skip crashing test, a new ASSERT added in a refactoring seems to |
| have uncovered a bug. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-08 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Create port-specific test expectations for fast/implicit-submission.html. |
| |
| * platform/win/fast/forms/implicit-submission-expected.txt: Added. |
| |
| 2010-07-08 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Remove IDL declarations and stubs for navigator.registerProtocolHandler and navigator.registerContentHandler |
| https://bugs.webkit.org/show_bug.cgi?id=41878 |
| |
| This is practically a rollback of http://trac.webkit.org/changeset/50477. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/navigator-detached-no-crash-expected.txt: |
| * fast/dom/registerContentHandler-expected.txt: Removed. |
| * fast/dom/registerContentHandler.html: Removed. |
| * fast/dom/registerProtocolHandler-expected.txt: Removed. |
| * fast/dom/registerProtocolHandler.html: Removed. |
| * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: |
| * platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-07-08 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey |
| https://bugs.webkit.org/show_bug.cgi?id=41452 |
| |
| fast/dom/beforeload/remove-video-in-beforeload-listener.html |
| make fast/dom/beforeload/script-before-load-dynamic.html crash. |
| |
| * platform/qt/Skipped: fast/dom/beforeload/remove-video-in-beforeload-listener.html skipped until fix. |
| |
| 2010-07-07 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Add DRT support for pageProperty etc. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41584 |
| |
| Unskip: |
| printing/page-rule-selection.html |
| printing/page-format-data.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-08 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by David Levin. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41886 |
| Shorten access control failure explanation messages |
| |
| * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt: |
| * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt: |
| * http/tests/xmlhttprequest/cross-site-denied-response-expected.txt: |
| * http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt: |
| * http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt: |
| * http/tests/xmlhttprequest/onerror-event-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt: |
| * platform/mac-tiger/http/tests/xmlhttprequest/cross-origin-authorization-with-embedder-expected.txt: |
| |
| 2010-07-08 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| [GTK] DRT implement execCommand() |
| https://bugs.webkit.org/show_bug.cgi?id=35351 |
| |
| Group and skip tests that require LayoutTestController.execCommand support. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-08 Albert J. Wong <ajwong@chromium.org> |
| |
| Unreviewed, build fix for chromium. |
| |
| Disable ietestcenter tests for until we can baseline them in chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Mac OS X media controls should have a way to adjust volume incrementally |
| https://bugs.webkit.org/show_bug.cgi?id=41718 |
| <rdar://problem/5679472> |
| |
| Updated results for the mute button size change. Remove some Leopard test results |
| where the SnowLeopard results are identical. |
| |
| * platform/mac-leopard/media/audio-controls-rendering-expected.checksum: Removed. |
| * platform/mac-leopard/media/audio-controls-rendering-expected.png: Removed. |
| * platform/mac-leopard/media/audio-controls-rendering-expected.txt: Removed. |
| * platform/mac-leopard/media/controls-after-reload-expected.txt: |
| * platform/mac-leopard/media/controls-strict-expected.txt: |
| * platform/mac-leopard/media/controls-styling-expected.txt: |
| * platform/mac-leopard/media/video-controls-rendering-expected.txt: |
| * platform/mac-leopard/media/video-display-toggle-expected.txt: |
| * platform/mac-leopard/media/video-zoom-controls-expected.txt: |
| * platform/mac/media/audio-controls-rendering-expected.txt: |
| * platform/mac/media/controls-after-reload-expected.txt: |
| * platform/mac/media/controls-styling-expected.txt: |
| * platform/mac/media/video-zoom-controls-expected.txt: |
| |
| 2010-07-07 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Regression: Selection anchor + focus swap when arrow keys after setBaseAndExtent |
| https://bugs.webkit.org/show_bug.cgi?id=32605 |
| |
| * editing/selection/5195166-1.html: |
| * editing/selection/extend-forward-after-set-base-and-extent-expected.txt: Added. |
| * editing/selection/extend-forward-after-set-base-and-extent.html: Added. |
| * platform/mac/editing/selection/5195166-1-expected.txt: |
| |
| 2010-07-05 Gavin Barraclough <barraclough@apple.com> |
| |
| Rubber stamped by Oliver Hunt. |
| |
| Import Microsoft's Javascript (Ecma-262-5) test suite, from here: |
| http://samples.msdn.microsoft.com/ietestcenter/#javascript |
| |
| Landing these in their own top level directory, (ietestcenter), with |
| a view that tests from the other suites on this site might also be |
| imported at a later date. Landing verbatim copies of the test cases, |
| and using directory names mirroring those used on the ietestcenter |
| site. Using a minimal bespoke harness that wraps the tests to use |
| our existing js test harness from fast/js (js-test-[pre|post].js). |
| |
| * ietestcenter: Added. |
| * ietestcenter/Javascript: Added. |
| * ietestcenter/Javascript/10.4.2-1-1-expected.txt: Added. |
| * ietestcenter/Javascript/10.4.2-1-1.html: Added. |
| * ietestcenter/Javascript/10.4.2-1-2-expected.txt: Added. |
| * ietestcenter/Javascript/10.4.2-1-2.html: Added. |
| * ietestcenter/Javascript/10.4.2-1-3-expected.txt: Added. |
| * ietestcenter/Javascript/10.4.2-1-3.html: Added. |
| * ietestcenter/Javascript/10.4.2-1-4-expected.txt: Added. |
| * ietestcenter/Javascript/10.4.2-1-4.html: Added. |
| * ietestcenter/Javascript/10.4.2-1-5-expected.txt: Added. |
| * ietestcenter/Javascript/10.4.2-1-5.html: Added. |
| * ietestcenter/Javascript/10.4.2-2-c-1-expected.txt: Added. |
| * ietestcenter/Javascript/10.4.2-2-c-1.html: Added. |
| * ietestcenter/Javascript/10.6-10-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-10-c-ii-1.html: Added. |
| * ietestcenter/Javascript/10.6-10-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-10-c-ii-2.html: Added. |
| * ietestcenter/Javascript/10.6-12-1-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-12-1.html: Added. |
| * ietestcenter/Javascript/10.6-12-2-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-12-2.html: Added. |
| * ietestcenter/Javascript/10.6-13-1-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-13-1.html: Added. |
| * ietestcenter/Javascript/10.6-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-5-1.html: Added. |
| * ietestcenter/Javascript/10.6-6-1-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-6-1.html: Added. |
| * ietestcenter/Javascript/10.6-6-2-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-6-2.html: Added. |
| * ietestcenter/Javascript/10.6-6-3-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-6-3.html: Added. |
| * ietestcenter/Javascript/10.6-6-4-expected.txt: Added. |
| * ietestcenter/Javascript/10.6-6-4.html: Added. |
| * ietestcenter/Javascript/11.1.4-0-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.4-0.html: Added. |
| * ietestcenter/Javascript/11.1.5-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5-0-1.html: Added. |
| * ietestcenter/Javascript/11.1.5-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5-0-2.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-a-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-a-2.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-a-3-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-a-3.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-b-1.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-b-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-b-2.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-c-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-c-1.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-c-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-c-2.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-1.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-2.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-3-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-3.html: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-4-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_4-4-d-4.html: Added. |
| * ietestcenter/Javascript/11.1.5_5-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_5-4-1.html: Added. |
| * ietestcenter/Javascript/11.1.5_6-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_6-3-1.html: Added. |
| * ietestcenter/Javascript/11.1.5_6-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_6-3-2.html: Added. |
| * ietestcenter/Javascript/11.1.5_7-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_7-3-1.html: Added. |
| * ietestcenter/Javascript/11.1.5_7-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.1.5_7-3-2.html: Added. |
| * ietestcenter/Javascript/11.13.1-1-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.13.1-1-1.html: Added. |
| * ietestcenter/Javascript/11.13.1-1-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.13.1-1-2.html: Added. |
| * ietestcenter/Javascript/11.13.1-1-3-expected.txt: Added. |
| * ietestcenter/Javascript/11.13.1-1-3.html: Added. |
| * ietestcenter/Javascript/11.13.1-1-4-expected.txt: Added. |
| * ietestcenter/Javascript/11.13.1-1-4.html: Added. |
| * ietestcenter/Javascript/11.13.1-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.13.1-4-1.html: Added. |
| * ietestcenter/Javascript/11.4.1-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-0-1.html: Added. |
| * ietestcenter/Javascript/11.4.1-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-2-1.html: Added. |
| * ietestcenter/Javascript/11.4.1-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-2-2.html: Added. |
| * ietestcenter/Javascript/11.4.1-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-2-3.html: Added. |
| * ietestcenter/Javascript/11.4.1-2-4-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-2-4.html: Added. |
| * ietestcenter/Javascript/11.4.1-2-5-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-2-5.html: Added. |
| * ietestcenter/Javascript/11.4.1-2-6-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-2-6.html: Added. |
| * ietestcenter/Javascript/11.4.1-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-3-1.html: Added. |
| * ietestcenter/Javascript/11.4.1-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-3-2.html: Added. |
| * ietestcenter/Javascript/11.4.1-3-3-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-3-3.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-1.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-10-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-10.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-11-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-11.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-12-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-12.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-13-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-13.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-14-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-14.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-15-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-15.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-16-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-16.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-17-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-17.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-2.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-3-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-3.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-4-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-4.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-5-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-5.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-6-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-6.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-7-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-7.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-8-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-8.html: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-9-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-4.a-9.html: Added. |
| * ietestcenter/Javascript/11.4.1-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-5-1.html: Added. |
| * ietestcenter/Javascript/11.4.1-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-5-2.html: Added. |
| * ietestcenter/Javascript/11.4.1-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/11.4.1-5-3.html: Added. |
| * ietestcenter/Javascript/12.10-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-1.html: Added. |
| * ietestcenter/Javascript/12.10-0-10-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-10.html: Added. |
| * ietestcenter/Javascript/12.10-0-11-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-11.html: Added. |
| * ietestcenter/Javascript/12.10-0-12-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-12.html: Added. |
| * ietestcenter/Javascript/12.10-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-3.html: Added. |
| * ietestcenter/Javascript/12.10-0-7-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-7.html: Added. |
| * ietestcenter/Javascript/12.10-0-8-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-8.html: Added. |
| * ietestcenter/Javascript/12.10-0-9-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-0-9.html: Added. |
| * ietestcenter/Javascript/12.10-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-2-1.html: Added. |
| * ietestcenter/Javascript/12.10-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-2-2.html: Added. |
| * ietestcenter/Javascript/12.10-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-2-3.html: Added. |
| * ietestcenter/Javascript/12.10-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/12.10-7-1.html: Added. |
| * ietestcenter/Javascript/12.14-1-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-1.html: Added. |
| * ietestcenter/Javascript/12.14-10-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-10.html: Added. |
| * ietestcenter/Javascript/12.14-11-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-11.html: Added. |
| * ietestcenter/Javascript/12.14-12-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-12.html: Added. |
| * ietestcenter/Javascript/12.14-13-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-13.html: Added. |
| * ietestcenter/Javascript/12.14-2-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-2.html: Added. |
| * ietestcenter/Javascript/12.14-3-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-3.html: Added. |
| * ietestcenter/Javascript/12.14-4-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-4.html: Added. |
| * ietestcenter/Javascript/12.14-5-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-5.html: Added. |
| * ietestcenter/Javascript/12.14-6-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-6.html: Added. |
| * ietestcenter/Javascript/12.14-7-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-7.html: Added. |
| * ietestcenter/Javascript/12.14-8-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-8.html: Added. |
| * ietestcenter/Javascript/12.14-9-expected.txt: Added. |
| * ietestcenter/Javascript/12.14-9.html: Added. |
| * ietestcenter/Javascript/12.2.1-11-expected.txt: Added. |
| * ietestcenter/Javascript/12.2.1-11.html: Added. |
| * ietestcenter/Javascript/12.2.1-12-expected.txt: Added. |
| * ietestcenter/Javascript/12.2.1-12.html: Added. |
| * ietestcenter/Javascript/15.10.6-expected.txt: Added. |
| * ietestcenter/Javascript/15.10.6.html: Added. |
| * ietestcenter/Javascript/15.10.7.1-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.10.7.1-1.html: Added. |
| * ietestcenter/Javascript/15.10.7.2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.10.7.2-1.html: Added. |
| * ietestcenter/Javascript/15.10.7.3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.10.7.3-1.html: Added. |
| * ietestcenter/Javascript/15.10.7.4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.10.7.4-1.html: Added. |
| * ietestcenter/Javascript/15.10.7.5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.10.7.5-1.html: Added. |
| * ietestcenter/Javascript/15.12-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12-0-1.html: Added. |
| * ietestcenter/Javascript/15.12-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12-0-2.html: Added. |
| * ietestcenter/Javascript/15.12-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12-0-3.html: Added. |
| * ietestcenter/Javascript/15.12-0-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12-0-4.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-1.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-2.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-3.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-4.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-5.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-6.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-7.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-8.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-0-9.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-1.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-2.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-3.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g1-4.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-1.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-2.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-3.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-4.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g2-5.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-1.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-2.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-3.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g4-4.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g5-1.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g5-2.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g5-3.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-1.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-2.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-3.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-4.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-5.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-6.html: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.1.1-g6-7.html: Added. |
| * ietestcenter/Javascript/15.12.2-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.2-0-1.html: Added. |
| * ietestcenter/Javascript/15.12.2-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.2-0-2.html: Added. |
| * ietestcenter/Javascript/15.12.2-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.2-0-3.html: Added. |
| * ietestcenter/Javascript/15.12.3-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-0-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-0-2.html: Added. |
| * ietestcenter/Javascript/15.12.3-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-0-3.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-10.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-11.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-12.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-13.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-14.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-15.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-2.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-3.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-4.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-5.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-6.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-7.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-8.html: Added. |
| * ietestcenter/Javascript/15.12.3-11-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-11-9.html: Added. |
| * ietestcenter/Javascript/15.12.3-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-4-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-5-a-i-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-5-a-i-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-5-b-i-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-5-b-i-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-6-a-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-6-a-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-6-a-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-6-a-2.html: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-2.html: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-3.html: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-6-b-4.html: Added. |
| * ietestcenter/Javascript/15.12.3-7-a-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-7-a-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-1.html: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-2.html: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-3.html: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-4.html: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3-8-a-5.html: Added. |
| * ietestcenter/Javascript/15.12.3_2-2-b-i-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_2-2-b-i-1.html: Added. |
| * ietestcenter/Javascript/15.12.3_2-2-b-i-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_2-2-b-i-2.html: Added. |
| * ietestcenter/Javascript/15.12.3_2-2-b-i-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_2-2-b-i-3.html: Added. |
| * ietestcenter/Javascript/15.12.3_2-3-a-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_2-3-a-1.html: Added. |
| * ietestcenter/Javascript/15.12.3_2-3-a-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_2-3-a-2.html: Added. |
| * ietestcenter/Javascript/15.12.3_2-3-a-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_2-3-a-3.html: Added. |
| * ietestcenter/Javascript/15.12.3_4-1-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_4-1-1.html: Added. |
| * ietestcenter/Javascript/15.12.3_4-1-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_4-1-2.html: Added. |
| * ietestcenter/Javascript/15.12.3_4-1-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.12.3_4-1-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.1.html: Added. |
| * ietestcenter/Javascript/15.2.3.10-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.10-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.10-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.10-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.10-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.10-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.10-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.10-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-10.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-11.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-12.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-13.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-14.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-15.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-16.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-17.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-18.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-19.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-20.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-21.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-22.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-23-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-23.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-24.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-25.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-26-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-26.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-27-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-27.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-7.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-8.html: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.11-4-9.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-10.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-11.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-12.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-13.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-14.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-15.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-16.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-17.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-18.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-19.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-20.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-21.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-22.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-23-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-23.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-24.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-25.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-26-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-26.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-27-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-27.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-7.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-8.html: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.12-3-9.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-0-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-10.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-11.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-12.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-13.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-14.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-15.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-16.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-17.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-18.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-19.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-20.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-21.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-7.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-8.html: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.13-2-9.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-1-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-2-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.14-3-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-0-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-10.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-11.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-12.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-13.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-14.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-15.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-16.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-17.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-18.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-7.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-8.html: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.2-2-9.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-2-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-2-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-10.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-100-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-100.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-101-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-101.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-102-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-102.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-103-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-103.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-104-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-104.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-105-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-105.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-106-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-106.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-107-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-107.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-108-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-108.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-109-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-109.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-11.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-110-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-110.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-111-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-111.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-112-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-112.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-113-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-113.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-114-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-114.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-115-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-115.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-116-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-116.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-117-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-117.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-118-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-118.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-119-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-119.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-12.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-120-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-120.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-121-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-121.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-122-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-122.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-123-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-123.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-124-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-124.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-125-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-125.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-126-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-126.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-127-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-127.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-128-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-128.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-129-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-129.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-13.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-130-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-130.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-131-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-131.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-132-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-132.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-133-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-133.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-134-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-134.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-135-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-135.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-136-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-136.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-137-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-137.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-138-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-138.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-139-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-139.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-14.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-140-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-140.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-141-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-141.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-142-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-142.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-143-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-143.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-144-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-144.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-145-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-145.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-146-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-146.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-147-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-147.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-148-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-148.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-149-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-149.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-15.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-150-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-150.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-151-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-151.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-152-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-152.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-153-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-153.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-154-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-154.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-155-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-155.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-156-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-156.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-157-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-157.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-158-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-158.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-159-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-159.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-16.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-160-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-160.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-161-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-161.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-162-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-162.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-163-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-163.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-164-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-164.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-165-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-165.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-166-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-166.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-167-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-167.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-168-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-168.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-169-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-169.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-17.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-170-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-170.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-171-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-171.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-172-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-172.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-173-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-173.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-174-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-174.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-175-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-175.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-176-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-176.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-177-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-177.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-178-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-178.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-179-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-179.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-18.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-180-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-180.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-182-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-182.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-185-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-185.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-186-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-186.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-187-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-187.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-188-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-188.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-189-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-189.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-19.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-190-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-190.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-191-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-191.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-192-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-192.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-193-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-193.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-194-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-194.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-195-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-195.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-196-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-196.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-197-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-197.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-198-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-198.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-199-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-199.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-20.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-200-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-200.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-201-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-201.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-202-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-202.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-203-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-203.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-204-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-204.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-205-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-205.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-206-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-206.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-207-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-207.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-208-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-208.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-209-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-209.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-21.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-210-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-210.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-211-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-211.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-212-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-212.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-213-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-213.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-214-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-214.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-215-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-215.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-216-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-216.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-217-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-217.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-218-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-218.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-219-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-219.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-22.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-220-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-220.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-221-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-221.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-222-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-222.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-23-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-23.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-24.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-25.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-26-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-26.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-27-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-27.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-28-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-28.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-29-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-29.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-30-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-30.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-31-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-31.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-32-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-32.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-33-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-33.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-34-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-34.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-35-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-35.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-36-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-36.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-37-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-37.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-38-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-38.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-39-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-39.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-40-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-40.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-41-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-41.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-42-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-42.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-43-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-43.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-44-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-44.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-45-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-45.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-46-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-46.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-47-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-47.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-48-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-48.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-49-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-49.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-50-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-50.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-51-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-51.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-52-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-52.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-53-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-53.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-54-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-54.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-55-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-55.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-56-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-56.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-57-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-57.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-58-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-58.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-59-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-59.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-60-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-60.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-61-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-61.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-62-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-62.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-63-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-63.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-64-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-64.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-65-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-65.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-66-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-66.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-67-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-67.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-68-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-68.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-69-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-69.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-7.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-70-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-70.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-71-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-71.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-72-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-72.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-73-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-73.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-74-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-74.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-75-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-75.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-76-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-76.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-77-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-77.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-78-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-78.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-79-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-79.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-8.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-80-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-80.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-81-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-81.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-82-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-82.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-84-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-84.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-85-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-85.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-86-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-86.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-88-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-88.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-89-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-89.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-9.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-90-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-90.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-91-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-91.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-92-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-92.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-93-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-93.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-94-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-94.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-96-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-96.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-97-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-97.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-98-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-98.html: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-99-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.3-4-99.html: Added. |
| * ietestcenter/Javascript/15.2.3.4-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.4-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.4-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.4-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.4-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.4-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.4-4-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.4-4-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.4-4-b-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.5-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.5-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.5-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.5-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.5-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.5-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.5-2-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.5-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.5-3-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.5-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.5-4-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-10.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-11.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-12.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-13.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-14.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-3.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-4.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-7.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-8.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-3-9.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-4-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-4-5.html: Added. |
| * ietestcenter/Javascript/15.2.3.6-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.6-4-6.html: Added. |
| * ietestcenter/Javascript/15.2.3.7-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.7-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.7-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.7-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.7-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.8-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.8-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.8-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.8-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.8-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.9-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.9-0-1.html: Added. |
| * ietestcenter/Javascript/15.2.3.9-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.9-0-2.html: Added. |
| * ietestcenter/Javascript/15.2.3.9-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.2.3.9-1.html: Added. |
| * ietestcenter/Javascript/15.3.2.1-11-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.2.1-11-1.html: Added. |
| * ietestcenter/Javascript/15.3.2.1-11-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.2.1-11-3.html: Added. |
| * ietestcenter/Javascript/15.3.2.1-11-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.2.1-11-5.html: Added. |
| * ietestcenter/Javascript/15.3.3.2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.3.2-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-0-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-0-2.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-2.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-3.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-4.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-13.b-5.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-15-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-15-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-15-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-15-2.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-16-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-16-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-2.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-3.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-4.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-5.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-6.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-7.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-8.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-2-9.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-8-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-8-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-8-2.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-9-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-9-1.html: Added. |
| * ietestcenter/Javascript/15.3.4.5-9-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.3.4.5-9-2.html: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-3.html: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-4.html: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-5.html: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-6.html: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.3.2-0-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-16.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-18.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-1-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-10-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-10-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-10-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-10-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-17.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-18.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-19.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-20.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-2-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-16.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-17.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-18.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-19.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-20.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-21.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-22.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-23-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-23.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-24.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-25.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-28-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-28.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-29-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-29.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-3-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-4-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-16.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-17.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-18.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-19.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-20.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-21.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-22.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-23-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-23.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-24.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-25.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-28-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-28.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-29-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-29.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-30-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-30.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-31-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-31.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-32-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-32.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-33-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-33.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-5-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-6-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-6-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-7-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-8-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-a-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-24.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-25.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-26-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-26.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-27-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-27.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-i-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-ii-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-iii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-iii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-iii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.14-9-b-iii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-16.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-1-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-17.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-18.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-19.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-20.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-2-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-16.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-17.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-18.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-19.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-20.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-21.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-22.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-23-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-23.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-24.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-25.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-26-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-26.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-27-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-27.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-28-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-28.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-29-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-29.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-3-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-4-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-14.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-15-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-15.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-16.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-17-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-17.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-18.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-19.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-20.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-21.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-22.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-23-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-23.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-24.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-25.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-28-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-28.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-29-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-29.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-30-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-30.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-31-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-31.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-32-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-32.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-33-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-33.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-5-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-6-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-7-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-a-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-24.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-25-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-25.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-26-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-26.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-27-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-27.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-i-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-ii-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-iii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-iii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-iii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-8-b-iii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-9-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-9-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.15-9-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.15-9-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-c-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-c-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-c-ii-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-7-c-ii-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.16-8-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-4-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-c-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-c-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-c-ii-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-7-c-ii-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-13.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.17-8-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-c-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-7-c-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-10.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-11.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-12.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.18-8-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-5-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-c-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-c-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-c-iii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-8-c-iii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.19-9-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-10-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-6-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-c-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-c-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-c-iii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.20-9-c-iii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-10-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-5-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-7-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-8-c-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-8-c-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-8-c-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-8-c-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-8-c-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-8-c-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.21-9-c-ii-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-0-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-0-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-10-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-4-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-5-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-7.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-8.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-9-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-7-9.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-8-c-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-8-c-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-8-c-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-8-c-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-8-c-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-8-c-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-4.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-5.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-6.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-b-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-b-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-1.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-2.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-3.html: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.4.22-9-c-ii-4.html: Added. |
| * ietestcenter/Javascript/15.4.5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.5-1.html: Added. |
| * ietestcenter/Javascript/15.4.5.1-3.d-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.5.1-3.d-1.html: Added. |
| * ietestcenter/Javascript/15.4.5.1-3.d-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.5.1-3.d-2.html: Added. |
| * ietestcenter/Javascript/15.4.5.1-3.d-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.5.1-3.d-3.html: Added. |
| * ietestcenter/Javascript/15.4.5.1-5-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.5.1-5-1.html: Added. |
| * ietestcenter/Javascript/15.4.5.1-5-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.4.5.1-5-2.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-0-1.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-0-2.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-1.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-2.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-3.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-4.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-5.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-6.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-1-7.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-1.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-10-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-10.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-11-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-11.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-12-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-12.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-13-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-13.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-14-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-14.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-16-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-16.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-18-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-18.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-19-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-19.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-2.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-20-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-20.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-21-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-21.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-22-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-22.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-24-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-24.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-27-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-27.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-28-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-28.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-29-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-29.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-3.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-30-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-30.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-32-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-32.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-34-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-34.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-35-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-35.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-36-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-36.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-37-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-37.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-38-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-38.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-39-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-39.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-4.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-40-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-40.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-41-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-41.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-42-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-42.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-43-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-43.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-44-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-44.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-45-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-45.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-46-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-46.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-47-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-47.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-48-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-48.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-49-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-49.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-5.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-50-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-50.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-51-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-51.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-52-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-52.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-53-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-53.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-54-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-54.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-55-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-55.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-56-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-56.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-57-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-57.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-58-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-58.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-59-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-59.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-6.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-60-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-60.html: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.4.20-4-8.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-1-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-1-1.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-1-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-1-2.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-1.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-2.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-3.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-4.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-5-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-5.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-6-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-6.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-7-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-7.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-8-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-3-8.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-1.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-2.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-3-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-3.html: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-4-expected.txt: Added. |
| * ietestcenter/Javascript/15.5.5.5.2-7-4.html: Added. |
| * ietestcenter/Javascript/15.7.3-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.7.3-1.html: Added. |
| * ietestcenter/Javascript/15.7.3-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.7.3-2.html: Added. |
| * ietestcenter/Javascript/15.7.3.1-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.7.3.1-1.html: Added. |
| * ietestcenter/Javascript/15.7.3.1-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.7.3.1-2.html: Added. |
| * ietestcenter/Javascript/15.7.4-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.7.4-1.html: Added. |
| * ietestcenter/Javascript/15.9.4.4-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.9.4.4-0-1.html: Added. |
| * ietestcenter/Javascript/15.9.4.4-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.9.4.4-0-2.html: Added. |
| * ietestcenter/Javascript/15.9.5.43-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.9.5.43-0-1.html: Added. |
| * ietestcenter/Javascript/15.9.5.43-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.9.5.43-0-2.html: Added. |
| * ietestcenter/Javascript/15.9.5.44-0-1-expected.txt: Added. |
| * ietestcenter/Javascript/15.9.5.44-0-1.html: Added. |
| * ietestcenter/Javascript/15.9.5.44-0-2-expected.txt: Added. |
| * ietestcenter/Javascript/15.9.5.44-0-2.html: Added. |
| * ietestcenter/Javascript/TestCases: Added. |
| * ietestcenter/Javascript/TestCases/10.4.2-1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.4.2-1-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.4.2-1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.4.2-1-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.4.2-1-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.4.2-2-c-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-10-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-10-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-12-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-12-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-13-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-6-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-6-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-6-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/10.6-6-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.4-0.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-a-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-a-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-b-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-b-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-c-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-c-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-d-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-d-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-d-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_4-4-d-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_5-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_6-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_6-3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_7-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.1.5_7-3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.13.1-1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.13.1-1-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.13.1-1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.13.1-1-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.13.1-4-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-2-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-2-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-2-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-2-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-3-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-17.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-4.a-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/11.4.1-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-0-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-2-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-2-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.10-7-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-13.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.14-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.2.1-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/12.2.1-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.10.6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.10.7.1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.10.7.2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.10.7.3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.10.7.4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.10.7.5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12-0-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12-0-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-0-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g1-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g1-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g2-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g2-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g2-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g5-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g5-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g6-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g6-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g6-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g6-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g6-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g6-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.1.1-g6-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.2-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.2-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.2-0-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-0-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-13.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-14.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-15.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-11-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-5-a-i-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-5-b-i-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-6-a-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-6-a-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-6-b-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-6-b-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-6-b-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-6-b-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-7-a-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-8-a-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-8-a-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-8-a-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-8-a-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3-8-a-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_2-2-b-i-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_2-2-b-i-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_2-2-b-i-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_2-3-a-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_2-3-a-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_2-3-a-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_4-1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_4-1-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.12.3_4-1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.10-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.10-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.10-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.10-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-21.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-22.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-23.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-25.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-26.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-27.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.11-4-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-21.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-22.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-23.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-25.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-26.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-27.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.12-3-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-0-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-21.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.13-2-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-1-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-1-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-1-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-2-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-2-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-2-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-2-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-3-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-3-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-3-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.14-3-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-0-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.2-2-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-2-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-100.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-101.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-102.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-103.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-104.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-105.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-106.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-107.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-108.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-109.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-110.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-111.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-112.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-113.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-114.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-115.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-116.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-117.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-118.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-119.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-120.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-121.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-122.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-123.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-124.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-125.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-126.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-127.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-128.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-129.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-130.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-131.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-132.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-133.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-134.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-135.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-136.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-137.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-138.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-139.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-140.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-141.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-142.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-143.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-144.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-145.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-146.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-147.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-148.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-149.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-150.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-151.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-152.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-153.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-154.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-155.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-156.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-157.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-158.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-159.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-160.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-161.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-162.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-163.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-164.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-165.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-166.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-167.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-168.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-169.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-170.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-171.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-172.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-173.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-174.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-175.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-176.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-177.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-178.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-179.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-180.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-182.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-185.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-186.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-187.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-188.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-189.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-190.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-191.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-192.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-193.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-194.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-195.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-196.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-197.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-198.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-199.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-200.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-201.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-202.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-203.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-204.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-205.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-206.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-207.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-208.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-209.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-21.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-210.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-211.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-212.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-213.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-214.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-215.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-216.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-217.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-218.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-219.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-22.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-220.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-221.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-222.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-23.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-25.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-26.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-27.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-28.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-29.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-30.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-31.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-32.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-33.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-34.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-35.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-36.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-37.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-38.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-39.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-40.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-41.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-42.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-43.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-44.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-45.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-46.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-47.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-48.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-49.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-50.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-51.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-52.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-53.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-54.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-55.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-56.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-57.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-58.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-59.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-60.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-61.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-62.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-63.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-64.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-65.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-66.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-67.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-68.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-69.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-70.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-71.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-72.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-73.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-74.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-75.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-76.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-77.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-78.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-79.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-80.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-81.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-82.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-84.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-85.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-86.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-88.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-89.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-90.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-91.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-92.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-93.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-94.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-96.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-97.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-98.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.3-4-99.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.4-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.4-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.4-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.4-4-b-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.5-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.5-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.5-2-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.5-3-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.5-4-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-3-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-4-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.6-4-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.7-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.7-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.7-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.8-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.8-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.8-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.9-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.9-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.2.3.9-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.2.1-11-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.2.1-11-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.2.1-11-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.3.2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-13.b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-13.b-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-13.b-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-13.b-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-13.b-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-15-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-15-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-16-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-2-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-8-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-8-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-9-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.3.4.5-9-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.3.2-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.3.2-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.3.2-0-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.3.2-0-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.3.2-0-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.3.2-0-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.3.2-0-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-1-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-10-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-10-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-13.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-14.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-18.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-2-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-19.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-20.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-21.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-22.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-23.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-25.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-28.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-29.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-3-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-4-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-21.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-22.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-23.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-24.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-25.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-28.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-29.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-30.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-31.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-32.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-33.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-5-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-6-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-7-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-7-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-7-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-7-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-7-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-7-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-8-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-8-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-8-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-8-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-8-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-8-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-8-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-a-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-25.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-26.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-27.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-i-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-ii-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-iii-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.14-9-b-iii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-1-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-13.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-14.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-18.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-2-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-19.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-20.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-21.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-22.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-23.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-25.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-26.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-27.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-28.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-29.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-3-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-4-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-15.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-17.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-21.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-22.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-23.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-24.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-25.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-28.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-29.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-30.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-31.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-32.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-33.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-5-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-6-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-6-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-6-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-6-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-6-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-6-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-7-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-7-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-7-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-7-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-a-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-25.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-26.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-27.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-i-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-ii-9.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-iii-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-8-b-iii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-9-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.15-9-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-5-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-5-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-5-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-5-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-7-c-ii-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-13.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.16-8-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-4-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-5-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-5-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-5-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-5-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-7-c-ii-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-13.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.17-8-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-5-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-5-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-5-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-5-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-7-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-10.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-11.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-12.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.18-8-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-5-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-8-c-iii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-9-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-9-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-9-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.19-9-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-10-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-10-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-10-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-10-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-5-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-5-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-5-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-5-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-6-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.20-9-c-iii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-10-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-5-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-7-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-8-c-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-8-c-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-8-c-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-c-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-c-ii-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.21-9-c-ii-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-10-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-5-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-7.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-8.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-7-9.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-8-c-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-8-c-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-8-c-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-5.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-6.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-b-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-c-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-c-ii-1.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-c-ii-2.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-c-ii-3.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.4.22-9-c-ii-4.js: Added. |
| (ES5Harness.registerTest.): |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.5.1-3.d-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.5.1-3.d-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.5.1-3.d-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.5.1-5-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.4.5.1-5-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-1-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-1-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-1-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-1-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-1-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-1-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-10.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-11.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-12.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-13.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-14.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-16.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-18.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-19.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-20.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-21.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-22.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-24.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-27.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-28.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-29.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-30.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-32.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-34.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-35.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-36.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-37.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-38.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-39.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-40.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-41.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-42.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-43.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-44.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-45.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-46.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-47.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-48.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-49.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-50.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-51.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-52.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-53.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-54.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-55.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-56.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-57.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-58.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-59.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-60.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.4.20-4-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-1-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-5.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-6.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-7.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-3-8.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-7-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-7-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-7-3.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.5.5.5.2-7-4.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.7.3-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.7.3-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.7.3.1-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.7.3.1-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.7.4-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.9.4.4-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.9.4.4-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.9.5.43-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.9.5.43-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.9.5.44-0-1.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/TestCases/15.9.5.44-0-2.js: Added. |
| (ES5Harness.registerTest): |
| * ietestcenter/Javascript/resources: Added. |
| * ietestcenter/Javascript/resources/ie-test-post.js: Added. |
| * ietestcenter/Javascript/resources/ie-test-pre.js: Added. |
| (ES5Harness.registerTest): |
| (fnExists): |
| (fnSupportsStrict): |
| (compareArray): |
| (arrayContains): |
| |
| 2010-07-08 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed fix. |
| |
| [Qt] Skip tests introduced in r62779, because they fail with Qt 4.6.2. |
| Fixed in Qt 4.7. They will be unskipped when buildbot is upgraded. |
| |
| * platform/qt/Skipped: |
| - http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html skipped. |
| - http/tests/xmlhttprequest/access-control-preflight-sync-not-supported.html skipped. |
| |
| 2010-07-08 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update expectations. |
| |
| * platform/chromium-linux/fast/gradients/list-item-gradient-expected.checksum: |
| * platform/chromium-linux/fast/gradients/list-item-gradient-expected.png: |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.checksum: Added. |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.png: Added. |
| * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png: Added. |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.checksum: Added. |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.png: Added. |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.txt: Added. |
| * platform/chromium-win/fast/gradients/list-item-gradient-expected.checksum: |
| * platform/chromium-win/fast/gradients/list-item-gradient-expected.png: |
| * platform/chromium-win/fast/gradients/radial-centered-expected.checksum: Added. |
| * platform/chromium-win/fast/gradients/radial-centered-expected.png: Added. |
| * platform/chromium-win/fast/gradients/radial-centered-expected.txt: Added. |
| * platform/chromium-win/svg/custom/text-rotated-gradient-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png: Added. |
| * platform/chromium-win/svg/custom/text-rotated-gradient-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-08 Alexey Proskuryakov <ap@apple.com> |
| |
| Just landing a test for a bug that's been already fixed. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=17631 |
| URL encoding problem with spaces |
| |
| * fast/parser/href-whitespace-expected.txt: Added. |
| * fast/parser/href-whitespace.html: Added. |
| |
| 2010-07-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r62778. |
| http://trac.webkit.org/changeset/62778 |
| https://bugs.webkit.org/show_bug.cgi?id=41866 |
| |
| Broke svg/W3C-SVG-1.1/text-intro-05-t.svg in debug (Requested |
| by pfeldman on #webkit). |
| |
| * fast/text/international/bidi-mirror-he-ar.html: Removed. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Removed. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: Removed. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed. |
| |
| 2010-07-08 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Canvas putImageData() resets painter state |
| https://bugs.webkit.org/show_bug.cgi?id=41827 |
| |
| Added a test to verify that the painting state remains intact after calling putImageData(). |
| |
| * fast/canvas/canvas-state-intact-after-putImageData-expected.txt: Added. |
| * fast/canvas/canvas-state-intact-after-putImageData.html: Added. |
| * fast/canvas/script-tests/canvas-state-intact-after-putImageData.js: Added. |
| |
| 2010-07-08 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| XHR access control failure tests for header, method, and not-supported |
| https://bugs.webkit.org/show_bug.cgi?id=41724 |
| |
| * http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Added. |
| * http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html: Added. |
| * http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-header-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-method-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt: Added. |
| * http/tests/xmlhttprequest/access-control-preflight-sync-not-supported.html: Added. |
| * http/tests/xmlhttprequest/resources/access-control-preflight-denied-xsrf.php: |
| |
| 2010-07-08 Xiaomei Ji <xji@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Fix characters with unicode-bidi-mirror property are not correctly |
| mirrored in Linux. |
| https://bugs.webkit.org/show_bug.cgi?id=41305 |
| |
| Since harfbuzz does not do mirroring, chromium should iterate each |
| character in the string and mirror it if needed before passing the |
| string to harfbuzz for shaping. |
| |
| * fast/text/international/bidi-mirror-he-ar.html: Added. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: Added. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. |
| |
| 2010-07-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Rob Buis & Dirk Schulze. |
| |
| SVG text transformed incorrectly when a transform and gradient applied |
| https://bugs.webkit.org/show_bug.cgi?id=41563 |
| |
| * 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/text-rotated-gradient-expected.checksum: Added. |
| * platform/mac/svg/custom/text-rotated-gradient-expected.png: Added. |
| * platform/mac/svg/custom/text-rotated-gradient-expected.txt: Added. |
| * svg/custom/text-rotated-gradient.svg: Added. |
| * platform/mac/svg/batik/text/textEffect3-expected.checksum: No more pixellation, text completely fixed. |
| * platform/mac/svg/batik/text/textEffect3-expected.png: Ditto. |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Marginal differences, only visible in diffs image. |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png: Ditto. |
| * platform/mac/svg/custom/text-rotated-gradient-expected.checksum: Added. |
| * platform/mac/svg/custom/text-rotated-gradient-expected.png: Added. |
| * platform/mac/svg/custom/text-rotated-gradient-expected.txt: Added. |
| * platform/mac/svg/text/selection-background-color-expected.checksum: Marginal differences, only visible in diffs image. |
| * platform/mac/svg/text/selection-background-color-expected.png: Ditto. |
| * svg/custom/text-rotated-gradient.svg: Added. |
| |
| 2010-07-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add leopard specific pixel test results for svg/custom/svg-curve-with-relative-cordinates.html, to make run-webkit-tests pass again with --tolerance 0. |
| |
| * platform/mac-leopard/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added. |
| * platform/mac-leopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added. |
| |
| 2010-07-08 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: add layout test for console evaluations with paused script |
| https://bugs.webkit.org/show_bug.cgi?id=41336 |
| |
| * inspector/debugger-eval-while-paused-expected.txt: Added. |
| * inspector/debugger-eval-while-paused.html: Added. |
| * platform/qt/Skipped: |
| |
| 2010-07-07 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: skip breakpoints when script is already paused |
| https://bugs.webkit.org/show_bug.cgi?id=41768 |
| |
| * inspector/debugger-no-nested-pause-expected.txt: Added. |
| * inspector/debugger-no-nested-pause.html: Added. |
| |
| 2010-07-08 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: factor out common part of debugger tests. Also explicitely disable debugger when test is complete. |
| https://bugs.webkit.org/show_bug.cgi?id=41836 |
| |
| * http/tests/inspector/debugger-test.js: Added. |
| (frontend_ensureDebuggerEnabled): |
| (frontend_ensureDebuggerDisabled): |
| (frontend_completeDebuggerTest): |
| * http/tests/inspector/inspector-test.js: |
| (completeTest): |
| * inspector/debugger-pause-in-eval-script-expected.txt: |
| * inspector/debugger-pause-in-eval-script.html: |
| * inspector/debugger-pause-on-debugger-statement-expected.txt: |
| * inspector/debugger-pause-on-debugger-statement.html: |
| * inspector/debugger-proto-property-expected.txt: |
| * inspector/debugger-proto-property.html: |
| |
| 2010-07-07 Nicolas Weber <thakis@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| https://bugs.webkit.org/show_bug.cgi?id=41580 |
| |
| Fix rendering of radial gradients in skia if both points of the |
| gradient are the same and r0 > 0. |
| |
| * fast/gradients/radial-centered.html: Added. |
| |
| 2010-06-18 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=26526 |
| Add support for input events (oninput) to contentEditable elements |
| |
| * fast/events/event-input-contentEditable-expected.txt: Added. |
| * fast/events/event-input-contentEditable.html: Added. |
| * fast/events/script-tests/event-input-contentEditable.js: Added. |
| |
| 2010-07-07 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Test that we call NPP_DestroyStream if a plug-in returns -1 from its NPP_Write function |
| https://bugs.webkit.org/show_bug.cgi?id=41821 |
| |
| * plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html: |
| Update for changes to onstreamdestroy. |
| |
| * plugins/return-negative-one-from-write-expected.txt: Added. |
| * plugins/return-negative-one-from-write.html: Added. |
| Add new test. |
| |
| 2010-07-07 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: TextArea should return AXSelectedTextRange of 0,0 if the cursor is not in the text area |
| https://bugs.webkit.org/show_bug.cgi?id=41810 |
| |
| * platform/mac/accessibility/selected-text-range-for-empty-textarea-expected.txt: Added. |
| * platform/mac/accessibility/selected-text-range-for-empty-textarea.html: Added. |
| |
| 2010-07-07 Chris Fleizach <cfleizach@apple.com> |
| |
| No review. Fixing skipped layout test name. |
| |
| AX: Data table heuristics: assume data table if at least one row or column of TH cells exist |
| https://bugs.webkit.org/show_bug.cgi?id=41806 |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| |
| 2010-07-07 Peter Kasting <pkasting@google.com> |
| |
| Not reviewed. Chromium test expectation update. |
| |
| Mark as passing a test which has not failed in a while. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-07 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| AX: Data table heuristics: assume data table if at least one row or column of TH cells exist |
| https://bugs.webkit.org/show_bug.cgi?id=41806 |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| * platform/mac/accessibility/table-with-row-col-of-headers-expected.txt: Added. |
| * platform/mac/accessibility/table-with-row-col-of-headers.html: Added. |
| |
| 2010-07-07 Peter Kasting <pkasting@google.com> |
| |
| Not reviewed. Chromium test expectation update. |
| |
| Remove erroneously-added platform-specific expectations and instead mark |
| the tests as failing. |
| |
| * platform/chromium-mac/fast/js/function-apply-expected.txt: Removed. |
| * platform/chromium-mac/fast/js/function-apply-many-args-expected.txt: Removed. |
| * platform/chromium-win/fast/js/function-apply-expected.txt: Removed. |
| * platform/chromium-win/fast/js/function-apply-many-args-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-07 Dan Bernstein <mitz@apple.com> |
| |
| Requested by Mark Rowe. |
| |
| Reverted the part of r62675 in which Snow Leopard-and-earlier results for a mac-only |
| test were mistakenly removed. |
| |
| * platform/mac-snowleopard/platform: Copied from platform/mac-snowleopard/platform. |
| * platform/mac-snowleopard/platform/mac: Copied from platform/mac-snowleopard/platform/mac. |
| * platform/mac-snowleopard/platform/mac/fast: Copied from platform/mac-snowleopard/platform/mac/fast. |
| * platform/mac-snowleopard/platform/mac/fast/loader: Copied from platform/mac-snowleopard/platform/mac/fast/loader. |
| * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Copied from platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt. |
| * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Copied from platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt. |
| |
| 2010-07-07 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| AX: when a node's role changes, the AX tree might need to be updated |
| https://bugs.webkit.org/show_bug.cgi?id=41784 |
| |
| * platform/mac/accessibility/update-children-when-aria-role-changes-expected.txt: Added. |
| * platform/mac/accessibility/update-children-when-aria-role-changes.html: Added. |
| |
| 2010-07-07 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| AX: when an element uses role="text" but no aria-label, it should default to textUnderElement() |
| https://bugs.webkit.org/show_bug.cgi?id=41780 |
| |
| * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Added. |
| * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Added. |
| |
| 2010-07-07 Alexey Proskuryakov <ap@apple.com> |
| |
| Not reviewed, just updating test expectations. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41156 |
| Cross origin XMLHttpRequest should log the reason why connection failed |
| |
| Synchronous resource loader on Tiger doesn't return a response if authentication failed. |
| It only returns an error, so WebKit cannot find out that the cross origin 401 response can |
| be passed to caller. |
| |
| Observable behavior is still the same (failure ot load), but an incorrect error is logged |
| to console. |
| |
| * platform/mac-tiger/http/tests/xmlhttprequest/cross-origin-authorization-with-embedder-expected.txt: Copied from http/tests/xmlhttprequest/cross-origin-authorization-with-embedder-expected.txt. |
| |
| 2010-07-06 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Incorrect compositing order with negative z-index |
| https://bugs.webkit.org/show_bug.cgi?id=38959 |
| |
| Test with a compositing layer inside a negative z-index container. |
| |
| * compositing/z-order/negative-z-index-expected.checksum: Added. |
| * compositing/z-order/negative-z-index-expected.png: Added. |
| * compositing/z-order/negative-z-index-expected.txt: Added. |
| * compositing/z-order/negative-z-index.html: Added. |
| |
| 2010-07-07 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Move current Mac results from platform/mac-snowleopard to platform/mac, |
| move Leopard results from platform/mac to platform/mac-leopard, and remove |
| stray files and directories from platform/mac-snowleopard. |
| |
| * platform/mac-leopard/svg/custom/use-font-face-crash-expected.txt: Copied from platform/mac/svg/custom/use-font-face-crash-expected.txt. |
| * platform/mac-snowleopard/platform: Removed. |
| * platform/mac-snowleopard/platform/mac: Removed. |
| * platform/mac-snowleopard/platform/mac/fast: Removed. |
| * platform/mac-snowleopard/platform/mac/fast/loader: Removed. |
| * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Removed. |
| * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Removed. |
| * platform/mac-snowleopard/svg: Removed. |
| * platform/mac-snowleopard/svg/custom: Removed. |
| * platform/mac-snowleopard/svg/custom/use-font-face-crash-expected.txt: Removed. |
| * platform/mac-snowleopard/tables: Removed. |
| * platform/mac-snowleopard/tables/mozilla: Removed. |
| * platform/mac-snowleopard/tables/mozilla/images: Removed. |
| * platform/mac/svg/custom/use-font-face-crash-expected.txt: Replaced with platform/mac-snowleopard/svg/custom/use-font-face-crash-expected.txt. |
| |
| 2010-07-07 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update more expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-07 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update expectations. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-07 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add snow-leopard specific result for svg/custom/use-font-face-crash.svg |
| |
| * platform/mac-snowleopard/svg: Added. |
| * platform/mac-snowleopard/svg/custom: Added. |
| * platform/mac-snowleopard/svg/custom/use-font-face-crash-expected.txt: Added. |
| |
| 2010-07-07 Steve Block <steveblock@google.com> |
| |
| Unreviewed fix for failing Chromium test. |
| |
| Skip renamed window-properties-device-orientation.html on Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-07 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Adam Barth. |
| |
| Test that loading of images in <object> tags can be cancelled by |
| beforeload event handlers. |
| https://bugs.webkit.org/show_bug.cgi?id=41027 |
| <rdar://problem/8120596> |
| |
| * fast/dom/beforeload/image-object-before-load-expected.txt: Added. |
| * fast/dom/beforeload/image-object-before-load-innerHTML-expected.txt: Added. |
| * fast/dom/beforeload/image-object-before-load-innerHTML.html: Added. |
| * fast/dom/beforeload/image-object-before-load.html: Added. |
| |
| 2010-07-06 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| <use> on <font-face> causes crashes, if SVGUseElement gets detached |
| https://bugs.webkit.org/show_bug.cgi?id=41621 |
| |
| * platform/mac/svg/custom/use-font-face-crash-expected.checksum: Added. |
| * platform/mac/svg/custom/use-font-face-crash-expected.png: Added. |
| * platform/mac/svg/custom/use-font-face-crash-expected.txt: Added. |
| * svg/custom/use-font-face-crash.svg: Added. |
| |
| 2010-07-07 Steve Block <steveblock@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| document.createEvent() should support DeviceOrientationEvent |
| https://bugs.webkit.org/show_bug.cgi?id=41618 |
| |
| * fast/dom/DeviceOrientation/create-event-expected.txt: Added. |
| * fast/dom/DeviceOrientation/create-event.html: Added. |
| * fast/dom/DeviceOrientation/script-tests/create-event.js: Added. |
| * platform/gtk/Skipped: |
| |
| 2010-07-07 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed fix. |
| |
| [Qt] Remove non-existent files from Skipped list, and |
| add Qt specific expected result for svg/hixie/text/001.xml |
| |
| * platform/qt/Skipped: Remove non-existent files. |
| - svg/hixie/text/001-broken.xml, because it was renamed by r61393. |
| - tables/mozilla/images/adforce_imgis_com.html, because it was removed by r61289. |
| - inspector/debugger-breakpoints-not-activated-on-reload.html, because it was removed by r62651. |
| * platform/qt/svg/hixie/text: Added. |
| * platform/qt/svg/hixie/text/001-expected.checksum: Added. |
| * platform/qt/svg/hixie/text/001-expected.png: Added. |
| * platform/qt/svg/hixie/text/001-expected.txt: Added. |
| |
| 2010-07-06 Steve Block <steveblock@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| DeviceOrientationEventConstructor should be exposed at window.DeviceOrientationEvent |
| https://bugs.webkit.org/show_bug.cgi?id=41685 |
| |
| This required fast/dom/Window/window-properties-on-device-orientation.html to be renamed |
| to fast/dom/Window/window-properties-device-orientation.html and updated. |
| |
| * fast/dom/DeviceOrientation/script-tests/window-property.js: |
| * fast/dom/DeviceOrientation/window-property-expected.txt: |
| * fast/dom/Window/window-properties-device-orientation-expected.txt: Copied from LayoutTests/fast/dom/Window/window-properties-on-device-orientation-expected.txt. |
| * fast/dom/Window/window-properties-device-orientation.html: Copied from LayoutTests/fast/dom/Window/window-properties-on-device-orientation.html. |
| * fast/dom/Window/window-properties-on-device-orientation-expected.txt: Removed. |
| * fast/dom/Window/window-properties-on-device-orientation.html: Removed. |
| * fast/dom/Window/window-properties.html: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-07 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r62645. |
| http://trac.webkit.org/changeset/62645 |
| https://bugs.webkit.org/show_bug.cgi?id=41757 |
| |
| "Broken inspector tests on several platforms" (Requested by |
| eseidel on #webkit). |
| |
| * inspector/debugger-breakpoints-not-activated-on-reload-expected.txt: Removed. |
| * inspector/debugger-breakpoints-not-activated-on-reload.html: Removed. |
| |
| 2010-07-07 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Add new debugger test to the skip list on Qt. |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-07 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: do not activate all breakpoints on page reload |
| https://bugs.webkit.org/show_bug.cgi?id=41461 |
| |
| * inspector/debugger-breakpoints-not-activated-on-reload-expected.txt: Added. |
| * inspector/debugger-breakpoints-not-activated-on-reload.html: Added. |
| |
| 2010-07-07 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rollout r62633 - test crashes after some last-minute modifications. |
| |
| * platform/mac/svg/custom/use-font-face-crash-expected.checksum: Removed. |
| * platform/mac/svg/custom/use-font-face-crash-expected.png: Removed. |
| * platform/mac/svg/custom/use-font-face-crash-expected.txt: Removed. |
| * svg/custom/use-font-face-crash.svg: Removed. |
| |
| 2010-07-07 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix </html> handling in before head mode |
| https://bugs.webkit.org/show_bug.cgi?id=41752 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-07 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| </div> pops too many <div> elements in body |
| https://bugs.webkit.org/show_bug.cgi?id=41751 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTMLTreeBuilder needs to handle <table><input> |
| https://bugs.webkit.org/show_bug.cgi?id=41744 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Teach HTMLTreeBuilder how to handle <button><button> |
| https://bugs.webkit.org/show_bug.cgi?id=41743 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Teach TreeBuilder how to handle <form><form> |
| https://bugs.webkit.org/show_bug.cgi?id=41741 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| <table> should auto-close <p> when not in quirks mode |
| https://bugs.webkit.org/show_bug.cgi?id=41740 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make "in body" character handling reconstruct active formatting elements |
| https://bugs.webkit.org/show_bug.cgi?id=41739 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Darin Adler. |
| |
| <use> on <font-face> causes crashes, if SVGUseElement gets detached |
| https://bugs.webkit.org/show_bug.cgi?id=41621 |
| |
| * platform/mac/svg/custom/use-font-face-crash-expected.checksum: Added. |
| * platform/mac/svg/custom/use-font-face-crash-expected.png: Added. |
| * platform/mac/svg/custom/use-font-face-crash-expected.txt: Added. |
| * svg/custom/use-font-face-crash.svg: Added. |
| |
| 2010-07-07 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Rolling out 'page-break-inside:avoid' part of the r54929. |
| Rebased the related layout tests, which are now expected to fail, as well. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41532 |
| |
| * fast/multicol/break-properties-expected.txt: |
| * printing/page-break-inside-avoid-expected.txt: |
| |
| 2010-07-06 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Joseph Pecoraro. |
| |
| Web Inspector: provide line numbers for inline styles. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41691 |
| |
| * http/tests/inspector/inspector-test.js: |
| (runAfterIframeIsLoaded.step): |
| (runAfterIframeIsLoaded): |
| * inspector/elements-tests.js: |
| * inspector/resources/styles-source-lines-inline-iframe.html: Added. |
| * inspector/styles-iframe.html: |
| * inspector/styles-source-lines-expected.txt: Removed. |
| * inspector/styles-source-lines-inline-expected.txt: Added. |
| * inspector/styles-source-lines-inline.html: Added. |
| * inspector/styles-source-lines.html: |
| |
| 2010-07-07 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Clean up Alexey's mess from http://trac.webkit.org/changeset/62576 |
| https://bugs.webkit.org/show_bug.cgi?id=41156 |
| |
| I think these results are correct, but I don't really know for sure. |
| What I do know is that he left this failure in the tree for 12 hours. |
| |
| * fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: |
| * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: |
| |
| 2010-07-06 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement start table tag in table mode |
| https://bugs.webkit.org/show_bug.cgi?id=41736 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix <nobr><nobr> case in HTMLTreeBuilder |
| https://bugs.webkit.org/show_bug.cgi?id=41735 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Update expectation files for fast/forms/indeterminate.html. Chromium |
| started to support them on Windows and Linux recently. |
| |
| * platform/chromium-linux/fast/forms/indeterminate-expected.checksum: |
| * platform/chromium-linux/fast/forms/indeterminate-expected.png: |
| * platform/chromium-win/fast/forms/indeterminate-expected.checksum: |
| * platform/chromium-win/fast/forms/indeterminate-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-06 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement "act as if the banana has been peeled" (for lack of a better term) |
| https://bugs.webkit.org/show_bug.cgi?id=41734 |
| |
| Massive test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Remove menulist-no-overflow.html, width100percent-checkbox.html, |
| width100percent-radio.html, and button-sizes.html. They have |
| been passed since Chromium r51096, test_shell flip issue. |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix </optgroup> in "in select" mode |
| https://bugs.webkit.org/show_bug.cgi?id=41733 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| "In cell" does not correctly handle <td><tr> or <td><td> |
| https://bugs.webkit.org/show_bug.cgi?id=41729 |
| |
| * html5lib/resources/tables01.dat: |
| - Added a case for <td><tr> since it was missing from the rest of the suite. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-06 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update more expectations. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add support for <li>, <dd> and <dt> nested tag closing |
| https://bugs.webkit.org/show_bug.cgi?id=41720 |
| |
| * html5lib/resources/webkit01.dat: |
| - Add test for <dd><dt> since this wasn't well covered. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-06 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-06 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update expectations. |
| |
| * platform/chromium-linux/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added. |
| * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: Added. |
| * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Added. |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added. |
| * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: Added. |
| * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Added. |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added. |
| * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Added. |
| |
| 2010-07-06 Alexey Proskuryakov <ap@apple.com> |
| |
| Not reviewed, fixing a simple copy/paste mistake. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41156 |
| Cross origin XMLHttpRequest should log the reason why connection failed |
| |
| * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt: |
| |
| 2010-07-06 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41156 |
| Cross origin XMLHttpRequest should log the reason why connection failed |
| |
| Updated tests to include new console messages. |
| |
| * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: |
| * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt: |
| * http/tests/xmlhttprequest/cross-site-denied-response-expected.txt: |
| * http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt: |
| * http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt: |
| * http/tests/xmlhttprequest/onerror-event-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt: |
| * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt: |
| |
| 2010-07-06 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement InTableBodyMode |
| https://bugs.webkit.org/show_bug.cgi?id=41671 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Varun Jain <varunjain@chromium.org> |
| |
| Reviewed by Oliver Hunt. |
| |
| Implementing CURVE_TO_CUBIC specification for SVG Path Segments. Currently, |
| curves specified in relative cordinates such as using createCurvetoCubicRel() |
| javascript function are not displayed. |
| |
| SVG CurvetoCubic Path not implemented for relative cordinates |
| https://bugs.webkit.org/show_bug.cgi?id=41294 |
| |
| * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added. |
| * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added. |
| * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Added. |
| * svg/custom/svg-curve-with-relative-cordinates.html: Added. |
| |
| 2010-07-06 Xan Lopez <xlopez@igalia.com> |
| |
| Skip flakey a11y test. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add processing for "in cell" mode and end tag processing for "in row" |
| https://bugs.webkit.org/show_bug.cgi?id=41688 |
| |
| * html5lib/resources/tables01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make <a> auto-close any parent <a> tag |
| https://bugs.webkit.org/show_bug.cgi?id=41684 |
| |
| * html5lib/runner-expected-html5.txt: |
| - Update expectations now that we pass 9 more subtests. |
| |
| 2010-07-06 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update expectations. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium-win/svg/hixie/error/013-expected.txt: |
| |
| 2010-07-06 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] png/checksums for tests need to be updated after r62444 |
| https://bugs.webkit.org/show_bug.cgi?id=41568 |
| |
| * platform/qt/fast/dynamic/anchor-lock-expected.checksum: Added. |
| * platform/qt/fast/dynamic/anchor-lock-expected.png: Added. |
| * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.checksum: Added. |
| * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png: Added. |
| * platform/qt/fast/repaint/fixed-tranformed-expected.checksum: Updated. |
| * platform/qt/fast/repaint/fixed-tranformed-expected.png: Updated. |
| * platform/qt/fast/repaint/repaint-during-scroll-expected.checksum: Updated. |
| * platform/qt/fast/repaint/repaint-during-scroll-expected.png: Updated. |
| * platform/qt/transforms/2d/transform-fixed-container-expected.checksum: Added. |
| * platform/qt/transforms/2d/transform-fixed-container-expected.png: Added. |
| |
| 2010-07-06 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement InColgroupMode |
| https://bugs.webkit.org/show_bug.cgi?id=41663 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Update test expectations for the LegacyTreeBuilder codepath. |
| |
| Implement bookmarking for HTML5 Adoption Agency algorithm |
| https://bugs.webkit.org/show_bug.cgi?id=41659 |
| |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-06 Yuzo Fujishima <yuzo@google.com> |
| |
| Unreviewed test expectation update. |
| |
| unicode-range doesn't seem to be implemented for Qt. |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-06 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement bookmarking for HTML5 Adoption Agency algorithm |
| https://bugs.webkit.org/show_bug.cgi?id=41659 |
| |
| Added 3 new adoption tests because the suite didn't |
| cover all the bookmarking cases. |
| |
| * html5lib/runner-expected-html5.txt: |
| - Fixes tests! |
| * html5lib/resources/adoption01.dat |
| |
| 2010-07-06 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add missing layout test result. |
| |
| * svg/css/svg-ellipse-render-crash-expected.txt: Added. |
| |
| 2010-07-06 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement InCaptionMode |
| https://bugs.webkit.org/show_bug.cgi?id=41660 |
| |
| Massive test progression due to fixing Mr. Adoption Agency. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-06 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement defaut cases for InTableMode |
| https://bugs.webkit.org/show_bug.cgi?id=41656 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-05 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| SVGRenderContainer forces too many kids to relayout |
| https://bugs.webkit.org/show_bug.cgi?id=15391 |
| |
| Update results for svg/hixie/error/013.xml. After removing the "if (!selfNeedsLayout() && svg->hasRelativeLengths()) return;" |
| check from calcViewport(), the RenderSVGRoot size of this document changes. The root of the problem is that we're passing |
| negative width/heights to the CSS parsing code, resulting in an error, thus CSSProperyWidth/Height of the outermost <svg> |
| are still 100%, but the selfHasRelativeValues() function will return false, as the attribute values are numbers, not relative |
| lengths. Thus, with the check above, the outermost <svg> was not receiving viewport size changes properly. |
| In order to properly fix 013.xml, we'd need to assure to not pass negative width/heights to CSS, but instead set to 0. |
| |
| * platform/mac/svg/hixie/error/013-expected.txt: |
| |
| 2010-07-05 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Fix for Bug 41509 - Ranges for @font-face unicode-range must be separated by commas |
| https://bugs.webkit.org/show_bug.cgi?id=41509 |
| |
| * fast/css/beforeSelectorOnCodeElement.html: |
| Fixed the space-separated ranges. |
| * fast/css/font-face-multiple-ranges-for-unicode-range-expected.txt: Added. |
| * fast/css/font-face-multiple-ranges-for-unicode-range.html: Added. |
| * fast/css/text-security.html: |
| Fixed the space-separated ranges. |
| * fast/events/updateLayoutForHitTest.html: |
| Fixed the space-separated ranges. |
| * fast/text/capitalize-boundaries.html: |
| Fixed the space-separated ranges. |
| * platform/win/css2.1/resources/Mac-compatible-font-fallback.css: |
| (@font-face): |
| Fixed the space-separated ranges. |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix one more notImplemented in h1-h6 start tag handling |
| https://bugs.webkit.org/show_bug.cgi?id=41654 |
| |
| * html5lib/runner-expected-html5.txt: |
| - Fix two sub-tests! |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add <isindex> support, per HTML5 |
| https://bugs.webkit.org/show_bug.cgi?id=41650 |
| |
| * html5lib/resources/tests2.dat: |
| - Make the expected wording match the HTML5 spec. |
| Not sure why the wording in this test diverged. |
| * html5lib/resources/isindex.dat: |
| - Cover more isindex cases. |
| * html5lib/runner.html: |
| |
| 2010-07-05 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement in select in table |
| https://bugs.webkit.org/show_bug.cgi?id=41646 |
| |
| Add some tests for this mode. We fail all these tests currently |
| because there's no way to get into this mode. :( |
| |
| * html5lib/resources/tables01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-05 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement basic text node coalescing |
| https://bugs.webkit.org/show_bug.cgi?id=41623 |
| |
| * html5lib/resources/webkit01.dat: |
| - This test had incorrect expected results according to the spec |
| and to Minefield. |
| * html5lib/runner-expected-html5.txt: |
| - Update expected results to show test progression. In some cases, |
| we continue to fail tests, but in new (also wrong) ways. I think |
| that's ok though. |
| * html5lib/runner-expected.txt: |
| - Update expected results w.r.t. new webkit01.dat baseline. |
| * html5lib/webkit-resumer-expected.txt: |
| - Update expected results w.r.t. new webkit01.dat baseline. |
| |
| 2010-07-05 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement InSelectMode |
| https://bugs.webkit.org/show_bug.cgi?id=41627 |
| |
| Massive test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-05 Yuzo Fujishima <yuzo@google.com> |
| |
| Unreviewed test expectation update. |
| |
| Fix: On Leopard run-webkit-tests complains: Skipped list contained |
| 'compositing/iframes/composited-iframe.html', but no file of that name |
| could be found |
| |
| * platform/mac-leopard/Skipped: |
| Removed the above test. |
| |
| 2010-07-05 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| We were discussing this test case, so I figured I might as well add it |
| to the suite. |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| |
| 2010-07-05 Fady Samuel <fsamuel@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fixed a svg crash when setting class of an svg ellipse object. |
| |
| Altering the CSS class of an attached SVG element causes WebKit to crash |
| https://bugs.webkit.org/show_bug.cgi?id=40857 |
| |
| * platform/chromium-linux/svg/css/svg-ellipse-render-crash-expected.txt: Added. |
| * svg/css/svg-ellipse-render-crash.html: Added. |
| |
| 2010-07-05 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Reproducible crash with Optimize Legibility extension |
| https://bugs.webkit.org/show_bug.cgi?id=41585 |
| |
| * fast/css/text-rendering-priority-expected.txt: Added. |
| * fast/css/text-rendering-priority.html: Added. |
| |
| 2010-07-05 Alice Liu <alice.liu@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Crash reading past end of block in UniscribeController::shapeAndPlaceItem |
| https://bugs.webkit.org/show_bug.cgi?id=41554 |
| |
| * platform/win/fast/text/uniscribe-item-boundary-crash-expected.txt: Added. |
| * platform/win/fast/text/uniscribe-item-boundary-crash.html: Added. |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement HTML5's "reset insertion mode appropriately" |
| https://bugs.webkit.org/show_bug.cgi?id=41628 |
| |
| Fixes a bunch of subtests! |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement HTML5's "reset insertion mode appropriately" |
| https://bugs.webkit.org/show_bug.cgi?id=41628 |
| |
| Fixes a bunch of subtests! |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add </table> support for "in table" insertion mode |
| https://bugs.webkit.org/show_bug.cgi?id=41591 |
| |
| Add tests for </table> in "in table" mode, and |
| one for ignored close tags. |
| |
| * html5lib/resources/tables01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement HTML5's "reset insertion mode appropriately" |
| https://bugs.webkit.org/show_bug.cgi?id=41628 |
| |
| Fixes a bunch of subtests! |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add basic <col> support to the treebuilder |
| https://bugs.webkit.org/show_bug.cgi?id=41590 |
| |
| Test the new <col> support. Turns out the old treebuilder doesn't |
| handle <table><col> correctly. |
| |
| * html5lib/resources/tables01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add basic "in row" mode to support <td> insertion |
| https://bugs.webkit.org/show_bug.cgi?id=41588 |
| |
| Added tables01.dat to test a previously untested |
| <table><th> case. I expect we'll add many more table |
| tests there as we complete our implementation. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| * html5lib/resources/tables01.dat: Added. |
| |
| 2010-07-05 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Finish implementing "any other end tag" for "in body" mode |
| https://bugs.webkit.org/show_bug.cgi?id=41582 |
| |
| * html5lib/resources/inbody01.dat: Added. |
| * html5lib/runner-expected-html5.txt: |
| - Update the one result which was affected by this. |
| That test would pass if we had text node coalescing. |
| * html5lib/runner-expected.txt: |
| - Update to add the extra test suite. |
| * html5lib/runner.html: |
| |
| |
| 2010-07-05 Yury Semikhatsky <yury@yurys-imac.local> |
| |
| Unreviewed. Provide Chromium specific expectations for new svg tests. |
| |
| * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/relative-sized-inner-svg-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum: Added. |
| * platform/chromium-linux/svg/filters/filter-width-update-expected.checksum: Added. |
| * platform/chromium-mac/svg/filters/filter-width-update-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png: Added. |
| * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.txt: Added. |
| * platform/chromium-win/svg/custom/relative-sized-inner-svg-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/relative-sized-inner-svg-expected.png: Added. |
| * platform/chromium-win/svg/custom/relative-sized-inner-svg-expected.txt: Added. |
| * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Added. |
| * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: Added. |
| * platform/chromium-win/svg/filters/filter-width-update-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/filter-width-update-expected.png: Added. |
| * platform/chromium-win/svg/filters/filter-width-update-expected.txt: Added. |
| |
| 2010-07-05 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| IE SVG test fails |
| https://bugs.webkit.org/show_bug.cgi?id=41619 |
| |
| One new test and two adapted to the change. |
| |
| * svg/custom/script-tests/svg-createsvgtransform-type.js: Added. |
| * svg/custom/svg-createsvgtransform-type-expected.txt: Added. |
| * svg/custom/svg-createsvgtransform-type.html: Added. |
| * svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.txt: |
| * svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt: |
| * svg/dynamic-updates/script-tests/SVGPatternElement-svgdom-patternTransform-prop.js: |
| * svg/dynamic-updates/script-tests/SVGRadialGradientElement-svgdom-gradientTransform-prop.js: |
| |
| 2010-07-05 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Logic to track whether elements are using relative lengths is incomplete |
| https://bugs.webkit.org/show_bug.cgi?id=41566 |
| |
| Add two new relative-sized-*.svg tests that would break, when relative sized kids aren't layout correctly. |
| Add new test covering that filters update their clients, if any attribute changes. |
| |
| * platform/mac/svg/custom/relative-sized-inner-svg-expected.checksum: Added. |
| * platform/mac/svg/custom/relative-sized-inner-svg-expected.png: Added. |
| * platform/mac/svg/custom/relative-sized-inner-svg-expected.txt: Added. |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum: Added. |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Added. |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: Added. |
| * platform/mac/svg/filters/filter-width-update-expected.checksum: Added. |
| * platform/mac/svg/filters/filter-width-update-expected.png: Added. |
| * platform/mac/svg/filters/filter-width-update-expected.txt: Added. |
| * svg/custom/relative-sized-inner-svg.xhtml: Added. |
| * svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml: Added. |
| * svg/filters/filter-width-update.svg: Added. |
| |
| 2010-07-05 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze / Darin Adler. |
| |
| Node.cloneNode does not work on SVG nodes |
| https://bugs.webkit.org/show_bug.cgi?id=41421 |
| |
| * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.checksum: Added. |
| * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png: Added. |
| * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt: Added. |
| * svg/custom/clone-element-with-animated-svg-properties.html: Added. |
| |
| 2010-07-05 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Darin Adler. |
| |
| Memory corruption with SVG <use> element |
| https://bugs.webkit.org/show_bug.cgi?id=40994 |
| |
| * platform/mac/svg/custom/use-property-synchronization-crash-expected.checksum: Added. |
| * platform/mac/svg/custom/use-property-synchronization-crash-expected.png: Added. |
| * platform/mac/svg/custom/use-property-synchronization-crash-expected.txt: Added. |
| * svg/custom/use-property-synchronization-crash.svg: Added. |
| |
| 2010-07-04 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| SVG polygons should draw polygons up to the first parsing error |
| https://bugs.webkit.org/show_bug.cgi?id=41140 |
| |
| Add a new test for the new behaviour on points parsing errors |
| and adjust old tests. |
| |
| * platform/mac/svg/custom/polyline-invalid-points-expected.txt: |
| * svg/custom/poly-parsing-error-expected.txt: Added. |
| * svg/custom/poly-parsing-error.html: Added. |
| * svg/custom/polyline-invalid-points.svg: |
| * svg/custom/script-tests/poly-parsing-error.js: Added. |
| * svg/dom/points-parser-expected.txt: |
| * svg/dom/points-parser.html: |
| |
| 2010-07-04 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Mark fast/js/function-apply-many-args.html as |
| having wrong output in debug mode. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-04 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add basic "in table body" mode to support <tr> insertion |
| https://bugs.webkit.org/show_bug.cgi?id=41587 |
| |
| * html5lib/runner-expected-html5.txt: |
| - <tr> tags now show up, imagine that. |
| |
| 2010-07-04 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-04 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add a very basic InTable insertion mode |
| https://bugs.webkit.org/show_bug.cgi?id=41581 |
| |
| * html5lib/runner-expected-html5.txt: |
| - Update expectations now that we pass 6 more tests. |
| |
| 2010-07-02 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTMLTreeBuilder needs an adoption agency |
| https://bugs.webkit.org/show_bug.cgi?id=41453 |
| |
| Added new adoption01 suite for testing adoption agency |
| bugs. Right now only the simplest adoption test passes. |
| I'll be adding more in future commits. |
| |
| * html5lib/resources/adoption01.dat: Added. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-07-04 Robert Hogan <robert@webkit.org> |
| |
| [Qt] Triage failing HTTP tests in Qt Skipped list |
| |
| Unreviewed, sorting tests and adding comments to skipped list. |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-04 Robert Hogan <robert@webkit.org> |
| |
| [Qt] NPP_SetWindow seems to not be called when TestNetscapePlugin is moved |
| |
| Unreviewed, accidental omission from r61505 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36702 |
| |
| Forgot to unskip plugins/reentrant-update-widget-positions.html |
| as part of http://trac.webkit.org/changeset/61505 |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-04 Yury Semikhatsky <yury@yurys-imac.local> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium-mac/fast/js/function-apply-expected.txt: Added. |
| * platform/chromium-mac/fast/js/function-apply-many-args-expected.txt: Added. |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/fast/js/function-apply-expected.txt: Added. |
| * platform/chromium-win/fast/js/function-apply-many-args-expected.txt: Added. |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| |
| 2010-07-03 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Implement AfterAfterFramesetMode |
| https://bugs.webkit.org/show_bug.cgi?id=41561 |
| |
| Test coverage of this mode was a bit ... lacking, shall we say? This |
| patch adds a test for it. |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| |
| 2010-07-03 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| WebGLRenderingContext::vertexAttrib* leads to possible out-of-range vector member visit |
| https://bugs.webkit.org/show_bug.cgi?id=41572 |
| |
| * platform/mac-leopard/Skipped: Adding back the program-test.html test since the failure cause is fixed in this patch. |
| |
| 2010-07-03 Darin Adler <darin@apple.com> |
| |
| Added test cases for edge cases in apply function on arrays. |
| https://bugs.webkit.org/show_bug.cgi?id=41351 |
| |
| * fast/js/function-apply-expected.txt: Updated to expect success. |
| * fast/js/script-tests/function-apply.js: Added test cases. |
| |
| 2010-07-03 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Return usable property names from DRT's computedStyleIncludingVisitedInfo() |
| |
| Unskip fast/history/self-is-visited.html |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40445 |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-03 Robert Hogan <robert@webkit.org> |
| |
| [Qt] Update Qt expected results after r62444 |
| |
| Unreviewed, update test results. |
| |
| http://trac.webkit.org/changeset/62444 |
| https://bugs.webkit.org/show_bug.cgi?id=41088 |
| |
| Qt expected results for various fast/ tests updated to reflect |
| support for dumpChildFrameScrollPositions(). Checked against Mac results |
| and they are all good. |
| |
| I have not updated the .png and .checksum files for the tests. This is |
| because I suspect I will not get the same pixel results as the Qt build |
| bot. |
| |
| * platform/qt/fast/dynamic/anchor-lock-expected.txt: |
| * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt: |
| * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt: |
| * platform/qt/fast/repaint/fixed-tranformed-expected.txt: |
| * platform/qt/fast/repaint/repaint-during-scroll-expected.txt: |
| * platform/qt/transforms/2d/transform-fixed-container-expected.txt: |
| |
| 2010-07-03 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] support dumpChildFrameScrollPositions |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41088 |
| |
| Unskip: |
| |
| http/tests/navigation/anchor-subframeload.html |
| http/tests/navigation/relativeanchor-frames.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-03 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement AfterFramesetMode |
| https://bugs.webkit.org/show_bug.cgi?id=41560 |
| |
| It's somewhat hard to observe this state, so I'm not surprised that the |
| diff to the expected results are small. We still fail this test |
| because we don't handle whitespace correctly. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement InFramesetMode |
| https://bugs.webkit.org/show_bug.cgi?id=41559 |
| |
| And the tests keep progressing. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Handle <frameset> InBody |
| https://bugs.webkit.org/show_bug.cgi?id=41558 |
| |
| Yay test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Special handling of <rp> and <rt> tags |
| https://bugs.webkit.org/show_bug.cgi?id=41557 |
| |
| There didn't seem to be test coverage of these cases in the suite, so I |
| added a couple tests. |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement special optgroup processing |
| https://bugs.webkit.org/show_bug.cgi?id=41556 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Handle <image> in new parser |
| https://bugs.webkit.org/show_bug.cgi?id=41555 |
| |
| Test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-02 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by NOBODY (test fix). |
| |
| Fix test to account for the arg count clamping we do with function.apply |
| |
| * fast/js/script-tests/function-apply-aliased.js: |
| (stackOverflowTest): |
| |
| 2010-07-02 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Gavin Barraclough. |
| |
| Clamp the number of arguments supported by function.apply |
| https://bugs.webkit.org/show_bug.cgi?id=41351 |
| <rdar://problem/8142141> |
| |
| Testcases. |
| |
| * fast/js/function-apply-many-args-expected.txt: Added. |
| * fast/js/function-apply-many-args.html: Added. |
| * fast/js/script-tests/function-apply-many-args.js: Added. |
| |
| 2010-07-02 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, test expectation update. |
| |
| Mark a newly added test as crashing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-02 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Add test to verify proper clamping of RGB values. |
| https://bugs.webkit.org/show_bug.cgi?id=39482 |
| |
| Also unskip 3 canvas/philip tests that now pass. |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#colors |
| |
| * fast/canvas/canvas-color-clamping-expected.txt: Added. |
| * fast/canvas/canvas-color-clamping.html: Added. |
| * fast/canvas/script-tests/canvas-color-clamping.js: Added. |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-02 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Minor change to a DB test to make it run correctly with run-webkit-tests --iterations N. |
| https://bugs.webkit.org/show_bug.cgi?id=41404 |
| |
| * storage/open-database-creation-callback.html: |
| |
| 2010-07-02 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Provide new expectations for ports that don't handle "Enter-on-select" in the same way as Safari. |
| https://bugs.webkit.org/show_bug.cgi?id=39532 |
| |
| * platform/chromium-win/fast/forms/implicit-submission-expected.txt: Added. |
| * platform/gtk/Skipped: Unskipped the test. |
| * platform/gtk/fast/forms/implicit-submission-expected.txt: Added. |
| * platform/qt/Skipped: Unskipped the test. |
| * platform/qt/fast/forms/implicit-submission-expected.txt: Added. |
| |
| 2010-07-02 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by David Levin. |
| |
| fast/canvas/webgl/program-test.html failed on leopard bot |
| https://bugs.webkit.org/show_bug.cgi?id=41542 |
| |
| * platform/mac-leopard/Skipped: Skip the failing test for now. |
| |
| 2010-07-02 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Anders Carlsson. |
| |
| Update some Windows layout test results after r62215 - adding the .dataset |
| DOM property. |
| |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-07-02 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Add fast/forms/implicit-submission.html to Gtk and Qt Skipped list, |
| because their behaviors are platform-specific and don't match |
| expected results. |
| https://bugs.webkit.org/show_bug.cgi?id=39532 |
| |
| * platform/gtk/Skipped: Added fast/forms/implicit-submission.html. |
| * platform/qt/Skipped: Ditto. |
| |
| 2010-07-02 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Tests that images with large width and height values do not result in crash. |
| Skip layout test for mac and win since it needs to be fixed at image decoder layer for Safari. |
| https://bugs.webkit.org/show_bug.cgi?id=41487 |
| |
| * fast/images/large-size-image-crash-expected.txt: Added. |
| * fast/images/large-size-image-crash.html: Added. |
| * fast/images/resources/large-size-image-crash.jpeg: Added. |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-02 Peter Beverloo <peter@lvp-media.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Add the HTML5 <mark> element. Text content of the element will have |
| a yellow background color and black text. |
| |
| Tests for <p> closing, phrasing child content and residual style. |
| |
| * fast/html/mark-element-expected.txt: Added. |
| * fast/html/mark-element.html: Added. |
| * fast/html/script-tests/mark-element.js: Added. |
| |
| 2010-07-02 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Fix issues in boundary situations for WebGLRenderingContext::drawArrays/drawElements |
| https://bugs.webkit.org/show_bug.cgi?id=41473 |
| |
| * fast/canvas/webgl/draw-arrays-out-of-bounds-expected.txt: Test against overflow, size-0 buffer, and count==0 situations. |
| * fast/canvas/webgl/draw-arrays-out-of-bounds.html: Ditto. |
| * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: Ditto. |
| * fast/canvas/webgl/draw-elements-out-of-bounds.html: Ditto. |
| |
| 2010-07-02 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| linkProgram should fail when vertex/fragment shaders are not both present |
| https://bugs.webkit.org/show_bug.cgi?id=41380 |
| |
| * fast/canvas/webgl/program-test-expected.txt: Added. |
| * fast/canvas/webgl/program-test.html: Added. |
| |
| 2010-07-02 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Failed on http://philip.html5.org/tests/canvas/suite/tests/2d.drawImage.negativesource.html |
| |
| Remove the following test case from Skipped: |
| canvas/philip/tests/2d.drawImage.negativedest.html |
| canvas/philip/tests/2d.drawImage.negativedir.html |
| canvas/philip/tests/2d.drawImage.negativesource.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-24 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| REGRESSION: Enter does not trigger submit of forms when focus is on select. |
| https://bugs.webkit.org/show_bug.cgi?id=39532 |
| |
| * fast/forms/implicit-submission-expected.txt: Updated. |
| * fast/forms/implicit-submission.html: Added more test coverage for selects. |
| |
| 2010-07-02 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [Chromium] Support indeterminate checkbox for Linux, and a small fix for Windows |
| https://bugs.webkit.org/show_bug.cgi?id=41508 |
| |
| * platform/chromium/test_expectations.txt: |
| fast/forms/indeterminate.html fails temporarily. |
| |
| 2010-07-02 Peter Varga <pvarga@inf.u-szeged.hu> |
| |
| Reviewed by Oliver Hunt. |
| |
| The alternativeFrameLocation value is wrong in the emitDisjunction function in |
| case of PatternTerm::TypeParentheticalAssertion. This value needs to be |
| computed from term.frameLocation instead of term.inputPosition. This mistake caused glibc |
| memory corruption in some cases. |
| Layout test added for checking of TypeParentheticalAssertion case. |
| https://bugs.webkit.org/show_bug.cgi?id=41458 |
| |
| * fast/js/regexp-look-ahead-expected.txt: Added. |
| * fast/js/regexp-look-ahead.html: Added. |
| * fast/js/script-tests/regexp-look-ahead.js: Added. |
| |
| 2010-07-02 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement OpenGL ES 2.0 semantics for vertex attribute 0 |
| https://bugs.webkit.org/show_bug.cgi?id=41300 |
| |
| * fast/canvas/webgl/gl-bind-attrib-location-test-expected.txt: Added. |
| * fast/canvas/webgl/gl-bind-attrib-location-test.html: Added. |
| * fast/canvas/webgl/gl-vertex-attrib-expected.txt: Added. |
| * fast/canvas/webgl/gl-vertex-attrib.html: Added. |
| |
| 2010-07-02 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Need to validate the size of the incoming arrays for uniform* functions |
| https://bugs.webkit.org/show_bug.cgi?id=41383 |
| |
| * fast/canvas/webgl/gl-uniform-arrays-expected.txt: Test against invalid array size. |
| * fast/canvas/webgl/gl-uniform-arrays.html: Ditto. |
| * fast/canvas/webgl/gl-uniformmatrix4fv-expected.txt: Ditto. |
| * fast/canvas/webgl/gl-uniformmatrix4fv.html: Ditto. |
| |
| 2010-07-02 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear |
| |
| The implementation of PathQt's addArcTo() was not float-safe and also had |
| a case where it drew an 'infinite' line, which is not part of the spec. |
| |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-arcto |
| |
| We now use qFuzzyCompare() in both cases. The method isPointOnPathBorder() |
| also had the same problem, and was refactored a bit in the process of fixing |
| the bug. |
| |
| Initial patch by Andreas Kling. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41412 |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-02 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Rebaseline html5lib/runner.html on Chromium Mac. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| |
| 2010-07-02 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| [v8] Web Inspector: inspected page crashes on attempt to change iframe's src attribute |
| https://bugs.webkit.org/show_bug.cgi?id=41511 |
| |
| * fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Added. |
| * fast/events/popup-blocked-from-fake-user-gesture.html: Added. |
| * http/tests/inspector/change-iframe-src-expected.txt: Added. |
| * http/tests/inspector/change-iframe-src.html: Added. |
| |
| 2010-07-02 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Rebaseline html5lib/runner.html |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix tokenization of <!-----> |
| https://bugs.webkit.org/show_bug.cgi?id=41505 |
| |
| Test progression plus reduced test case. |
| |
| * html5lib/resources/comments01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement processFakePEndTagIfPInScope |
| https://bugs.webkit.org/show_bug.cgi?id=41503 |
| |
| See test progression. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement AfterAfterBodyMode |
| https://bugs.webkit.org/show_bug.cgi?id=41501 |
| |
| The AfterAfterBodyMode doesn't seem to be well-covered by the existing |
| HTML5lib tests, so I added a few more tests to cover it. It's somewhat |
| hard to observe. The only way I can figure out to observe it is where |
| the comment elements get attached to the DOM. |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| |
| 2010-07-02 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Remove accidentally added expectations on Chromium Linux - they should be derived from Windows ones. |
| |
| * platform/chromium-linux/html5lib/runner-expected.txt: Removed. |
| |
| 2010-07-02 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium-linux/html5lib/runner-expected.txt: Added. |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Implement AfterBodyMode for HTML5 tree builder |
| https://bugs.webkit.org/show_bug.cgi?id=41500 |
| |
| Update expected results to show test progression. Also, add some test |
| cases to cover how attributes on </br> tags are handled. |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| |
| 2010-07-02 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Handle <base> and friends in AfterHeadMode |
| https://bugs.webkit.org/show_bug.cgi?id=41502 |
| |
| See test progression. Fun game. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-07-01 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Tor Arne Vestbø. |
| |
| Canvas: Don't paint with empty radial gradients |
| https://bugs.webkit.org/show_bug.cgi?id=41190 |
| |
| Unskip canvas/philip/tests/2d.gradient.radial.equal.html for Qt. |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-01 David Levin <levin@chromium.org> |
| |
| Reviewed by NOBODY (trivial test_expectations change). |
| |
| * platform/chromium/test_expectations.txt: Removed a test |
| that is passing and added a test that is now failing. |
| |
| 2010-07-01 David Levin <levin@chromium.org> |
| |
| Reviewed by NOBODY (trivial test expectation changes). |
| |
| * platform/chromium/test_expectations.txt: Upstreamed two |
| test expectation issues for flaky tests. |
| |
| 2010-07-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r62321. |
| http://trac.webkit.org/changeset/62321 |
| https://bugs.webkit.org/show_bug.cgi?id=41494 |
| |
| Broke the non-win builds. (Requested by dumi on #webkit). |
| |
| * storage/open-database-creation-callback.html: |
| |
| 2010-06-30 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Minor change to a DB test to make it run correctly with run-webkit-tests --iterations N. |
| https://bugs.webkit.org/show_bug.cgi?id=41404 |
| |
| * storage/open-database-creation-callback.html: |
| |
| 2010-07-01 David Levin <levin@chromium.org> |
| |
| Reviewed by NOBODY (test fix). |
| |
| * platform/chromium/fast/dom/domListEnumeration-expected.txt: Added. |
| Results differ due to a lack of a v8 binding implementation of dataset. |
| * platform/chromium/test_expectations.txt: Marked the dataset tests as |
| failing and referred the corresponding bug for them. |
| |
| 2010-07-01 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41488 |
| <rdar://problem/7487420> Crash in SubresourceLoader::create when load is initiated from plug-in destructor |
| |
| Renamed write-xssauditor-from-destroy.html test, as it covers multiple issues that can happen |
| in this situation. |
| |
| * plugins/js-from-destroy-expected.txt: Copied from LayoutTests/plugins/write-xssauditor-from-destroy-expected.txt. |
| * plugins/js-from-destroy.html: Copied from LayoutTests/plugins/write-xssauditor-from-destroy.html. |
| * plugins/resources/js-from-destroy-frame.html: Copied from LayoutTests/plugins/resources/write-xssauditor-from-destroy-frame.html. |
| * plugins/resources/write-xssauditor-from-destroy-frame.html: Removed. |
| * plugins/write-xssauditor-from-destroy-expected.txt: Removed. |
| * plugins/write-xssauditor-from-destroy.html: Removed. |
| |
| 2010-07-01 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <rdar://problem/8113003> Test that beforeload fires correctly on images |
| inserted into the DOM using .innerHTML. |
| https://bugs.webkit.org/show_bug.cgi?id=40919 |
| |
| * fast/dom/beforeload/image-before-load-innerHTML-expected.txt: Added. |
| * fast/dom/beforeload/image-before-load-innerHTML.html: Added. |
| |
| 2010-07-01 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Geoff Garen. |
| |
| Improve reentrancy logic in polymorphic cache stubs |
| <https://bugs.webkit.org/show_bug.cgi?id=41482> |
| <rdar://problem/8094380> |
| |
| Test cases for cache reentry in the cache code. |
| |
| * fast/js/reentrant-caching-expected.txt: Added. |
| * fast/js/reentrant-caching.html: Added. |
| * fast/js/script-tests/reentrant-caching.js: Added. |
| |
| 2010-07-01 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Tor Arne Vestbø. |
| |
| Canvas: bezierCurveTo() and quadraticCurveTo() must ensure subpaths |
| https://bugs.webkit.org/show_bug.cgi?id=41192 |
| |
| Unskipped two tests: |
| - canvas/philip/tests/2d.path.bezierCurveTo.ensuresubpath.2.html |
| - canvas/philip/tests/2d.path.quadraticCurveTo.ensuresubpath.2.html |
| |
| fast/canvas/canvas-modify-emptyPath.html was updated to expect the new behavior. |
| |
| Spec links: |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-beziercurveto |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-quadraticcurveto |
| |
| * canvas/philip/tests/2d.path.bezierCurveTo.ensuresubpath.2-expected.txt: |
| * canvas/philip/tests/2d.path.quadraticCurveTo.ensuresubpath.2-expected.txt: |
| * fast/canvas/canvas-modify-emptyPath-expected.txt: |
| * fast/canvas/script-tests/canvas-modify-emptyPath.js: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-01 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Add test for checking that canvas elements can't have a negative width or height. |
| https://bugs.webkit.org/show_bug.cgi?id=39149 |
| |
| Unskipped 2 canvas/philip/ tests that now pass. |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#attr-canvas-width |
| |
| * canvas/philip/tests/size.attributes.parse.minus-expected.txt: |
| * canvas/philip/tests/size.attributes.setAttribute.minus-expected.txt: |
| * fast/canvas/canvas-negative-size-expected.txt: Added. |
| * fast/canvas/canvas-negative-size.html: Added. |
| * fast/canvas/script-tests/canvas-negative-size.js: Added. |
| (createFromMarkup): |
| (trySettingWidth): |
| (trySettingHeight): |
| (trySettingWidthAttribute): |
| (trySettingHeightAttribute): |
| (tryCreatingCanvasWithWidth): |
| (tryCreatingCanvasWithHeight): |
| (tryWidth): |
| (tryHeight): |
| (checkDefaultWidth): |
| (checkDefaultHeight): |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-01 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] dump frames in ascending alphabetical order of title |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41261 |
| |
| Unskip: |
| http/tests/navigation/metaredirect-frames.html |
| http/tests/navigation/redirect302-frames.html |
| http/tests/navigation/redirect302-subframeload.html |
| http/tests/navigation/timerredirect-frames.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-07-01 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Unreviewed. Update chromium tests expectations for flaky tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-01 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <rdar://problem/8148656> <https://bugs.webkit.org/show_bug.cgi?id=41431> |
| REGRESSION (r49411): Various crashes due to JavaScript execution during plug-in destruction |
| |
| Added a test for two specific reproducible cases. |
| |
| * plugins/resources/write-xssauditor-from-destroy-frame.html: Added. |
| * plugins/write-xssauditor-from-destroy-expected.txt: Added. |
| * plugins/write-xssauditor-from-destroy.html: Added. |
| |
| 2010-07-01 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| The HTML5 canvas 2d.drawImage.zerocanvas test does not pass |
| https://bugs.webkit.org/show_bug.cgi?id=40271 |
| |
| Unskipped canvas/philip/tests/2d.drawImage.zerocanvas.html |
| |
| * canvas/philip/tests/2d.drawImage.zerocanvas-expected.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-07-01 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Update Chromium test expectations for svg/W3C-SVG-1.1/filters-conv-01-f.svg |
| which is timing out on Linux and Windows. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r62246. |
| http://trac.webkit.org/changeset/62246 |
| https://bugs.webkit.org/show_bug.cgi?id=41470 |
| |
| "Worker tests are broken in Chromium" (Requested by yurys on |
| #webkit). |
| |
| * fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Removed. |
| * fast/events/popup-blocked-from-fake-user-gesture.html: Removed. |
| * http/tests/inspector/change-iframe-src-expected.txt: Removed. |
| * http/tests/inspector/change-iframe-src.html: Removed. |
| |
| 2010-07-01 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Tor Arne Vestbø. |
| |
| Canvas: Exception erroneously thrown for drawImage() when image.complete=false |
| https://bugs.webkit.org/show_bug.cgi?id=33968 |
| |
| Added a test to verify that CRC2D does nothing when calling drawImage() |
| with an incomplete image or video. |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-drawimage |
| |
| * fast/canvas/canvas-drawImage-incomplete-expected.txt: Added. |
| * fast/canvas/canvas-drawImage-incomplete.html: Added. |
| * fast/canvas/script-tests/canvas-drawImage-incomplete.js: Added. |
| |
| 2010-07-01 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Prevent crash on counter destruction |
| https://bugs.webkit.org/show_bug.cgi?id=40032 |
| |
| * fast/css/counters/destroy-counter-crash-expected.txt: Added. |
| * fast/css/counters/destroy-counter-crash.html: Added. |
| |
| 2010-07-01 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-01 Satish Sampath <satish@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Fix wrong style comment in chromium test expectations file. |
| https://bugs.webkit.org/show_bug.cgi?id=41460 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-07-01 Satish Sampath <satish@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Rendering the speech button in input elements. |
| https://bugs.webkit.org/show_bug.cgi?id=40984 |
| |
| input-appearance-speechbutton.html checks the appearances of various sizes of speech buttons. |
| input-appearance-searchandspeech.html checks input type='search' field with speech button. |
| input-appearance-numberandspeech.html checks input type='number' field with speech button. |
| |
| * fast/forms/input-appearance-numberandspeech-expected.txt: Added. |
| * fast/forms/input-appearance-numberandspeech.html: Added. |
| * fast/forms/input-appearance-searchandspeech-expected.txt: Added. |
| * fast/forms/input-appearance-searchandspeech.html: Added. |
| * fast/forms/input-appearance-speechbutton-expected.txt: Added. |
| * fast/forms/input-appearance-speechbutton.html: Added. |
| * platform/chromium/test_expectations.txt: Skipped all these new tests as the speech input feature is disabled by default. |
| * platform/gtk/Skipped: |
| * platform/mac/fast/forms/input-appearance-numberandspeech-expected.checksum: Added. |
| * platform/mac/fast/forms/input-appearance-numberandspeech-expected.png: Added. |
| * platform/mac/fast/forms/input-appearance-searchandspeech-expected.checksum: Added. |
| * platform/mac/fast/forms/input-appearance-searchandspeech-expected.png: Added. |
| * platform/mac/fast/forms/input-appearance-speechbutton-expected.checksum: Added. |
| * platform/mac/fast/forms/input-appearance-speechbutton-expected.png: Added. |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-07-01 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| [v8] Web Inspector: inspected page crashes on attempt to change iframe's src attribute |
| https://bugs.webkit.org/show_bug.cgi?id=41350 |
| |
| * fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Added. |
| * fast/events/popup-blocked-from-fake-user-gesture.html: Added. |
| * http/tests/inspector/change-iframe-src-expected.txt: Added. |
| * http/tests/inspector/change-iframe-src.html: Added. |
| |
| 2010-07-01 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Updating expected values for feConvolveMatrix |
| https://bugs.webkit.org/show_bug.cgi?id=5861 |
| |
| * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: |
| |
| 2010-07-01 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Parameter names in frame src URLs parsed incorrectly if resembles HTML entity code followed by underscore |
| https://bugs.webkit.org/show_bug.cgi?id=41345 |
| |
| Add some more HTML entity test coverage for when the trailing semicolon |
| character is required. |
| |
| * html5lib/resources/entities02.dat: |
| |
| 2010-07-01 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| |
| 2010-07-01 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make html5lib/runner dump failure details by default |
| https://bugs.webkit.org/show_bug.cgi?id=41436 |
| |
| This makes it much easier to see our result changes |
| in patch reviews. Especially when we change behavior |
| but don't necessarily fix entire subtests. |
| |
| This patch was previously rolled out due to a bogus comment |
| in tests1.dat causing a EOF (null) to be emitted in the |
| results, causing diff to treat the file as binary (and thus |
| make it impossible to see differences). |
| |
| The EOF/NULL bug was resolved by bug 41439, so relanding. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-07-01 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| BogusCommentState should come in from the cold |
| https://bugs.webkit.org/show_bug.cgi?id=41439 |
| |
| Test progression => :) |
| |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| |
| 2010-07-01 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed, rolling out r62231. |
| http://trac.webkit.org/changeset/62231 |
| https://bugs.webkit.org/show_bug.cgi?id=41436 |
| |
| diff thinks runner-expected.txt is binary which makes the |
| results impossible to read |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-06-30 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make html5lib/runner dump failure details by default |
| https://bugs.webkit.org/show_bug.cgi?id=41436 |
| |
| This makes it much easier to see our result changes |
| in patch reviews. Especially when we change behavior |
| but don't necessarily fix entire subtests. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-06-30 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement generateImpliedEndTags and deploy to steps which were blocked on it |
| https://bugs.webkit.org/show_bug.cgi?id=41432 |
| |
| * html5lib/runner-expected-html5.txt: |
| - Test 2.28 is now fixed. |
| |
| 2010-06-30 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Update GTK+ expected results after r62215. |
| |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-30 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Fix Sam's brokeness. |
| |
| AFAIK, this new expected result is ok (especially given that it still |
| says PASS). |
| |
| * fast/dom/Window/window-postmessage-clone-expected.txt: |
| |
| 2010-06-30 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed fix. Update Qt specific expected files after r62215. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-30 David Levin <levin@chromium.org> |
| |
| Reviewed by NOBODY (baseline updates corresponding to newly added tests). |
| |
| Added chromium-mac specific results due to new tests added in r62200. |
| |
| * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum: Added. |
| * platform/chromium/test_expectations.txt: Added failures due to bug 41311. |
| |
| 2010-06-29 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Test changes for https://bugs.webkit.org/show_bug.cgi?id=41146 |
| <rdar://problem/8126069> |
| Implement the .dataset DOM property |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/dataset-expected.txt: Added. |
| * fast/dom/dataset-xhtml-expected.txt: Added. |
| * fast/dom/dataset-xhtml.xhtml: Added. |
| * fast/dom/dataset.html: Added. |
| * fast/dom/domListEnumeration-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/dom/script-tests/dataset-xhtml.js: Added. |
| * fast/dom/script-tests/dataset.js: Added. |
| * fast/dom/script-tests/domListEnumeration.js: |
| * fast/js/global-constructors-expected.txt: |
| |
| 2010-06-30 Albert J. Wong <ajwong@chromium.org> |
| |
| Not reviewed. Chromium: Disable flaky test. |
| |
| Add an IMAGE failure to linux standalone-image-drag-to-editable.html. |
| Test has been flaky on build. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-30 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| 20 tests to (at least temporarily) satisfy https://bugs.webkit.org/show_bug.cgi?id=41303 Need way more border-radius tests |
| |
| * fast/borders/border-radius-circle.html: Added. |
| * fast/borders/border-radius-groove-01.html: Added. |
| * fast/borders/border-radius-groove-02.html: Added. |
| * fast/borders/border-radius-groove-03.html: Added. |
| * fast/borders/border-radius-wide-border-01.html: Added. |
| * fast/borders/border-radius-wide-border-02.html: Added. |
| * fast/borders/border-radius-wide-border-03.html: Added. |
| * fast/borders/border-radius-wide-border-04.html: Added. |
| * fast/borders/borderRadiusDashed04.html: Added. |
| * fast/borders/borderRadiusDashed05.html: Added. |
| * fast/borders/borderRadiusDashed06.html: Added. |
| * fast/borders/borderRadiusDotted04.html: Added. |
| * fast/borders/borderRadiusDotted05.html: Added. |
| * fast/borders/borderRadiusDotted06.html: Added. |
| * fast/borders/borderRadiusDouble04.html: Added. |
| * fast/borders/borderRadiusDouble05.html: Added. |
| * fast/borders/borderRadiusDouble06.html: Added. |
| * fast/borders/borderRadiusDouble07.html: Added. |
| * fast/borders/borderRadiusDouble08.html: Added. |
| * fast/borders/borderRadiusDouble09.html: Added. |
| * platform/mac/fast/borders/border-radius-circle-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-circle-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-circle-expected.txt: Added. |
| * platform/mac/fast/borders/border-radius-groove-01-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-groove-01-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-groove-01-expected.txt: Added. |
| * platform/mac/fast/borders/border-radius-groove-02-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-groove-02-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-groove-02-expected.txt: Added. |
| * platform/mac/fast/borders/border-radius-groove-03-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-groove-03-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-groove-03-expected.txt: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-01-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-01-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-01-expected.txt: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-02-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-02-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-02-expected.txt: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-03-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-03-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-03-expected.txt: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-04-expected.checksum: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-04-expected.png: Added. |
| * platform/mac/fast/borders/border-radius-wide-border-04-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDashed04-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDashed04-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDashed04-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDashed05-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDashed05-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDashed05-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDashed06-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDashed06-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDashed06-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDotted04-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDotted04-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDotted04-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDotted05-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDotted05-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDotted05-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDotted06-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDotted06-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDotted06-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDouble04-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDouble04-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDouble04-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDouble05-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDouble05-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDouble05-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDouble06-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDouble06-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDouble06-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDouble07-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDouble07-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDouble07-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDouble08-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDouble08-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDouble08-expected.txt: Added. |
| * platform/mac/fast/borders/borderRadiusDouble09-expected.checksum: Added. |
| * platform/mac/fast/borders/borderRadiusDouble09-expected.png: Added. |
| * platform/mac/fast/borders/borderRadiusDouble09-expected.txt: Added. |
| |
| 2010-06-30 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement HTML5 "in scope" algorithm and attempt to use it |
| https://bugs.webkit.org/show_bug.cgi?id=41402 |
| |
| Adds two new (expected) failures, since we're now |
| switching out of InBody to AfterBody when seeing |
| </html>. We don't implement AfterBody yet, so |
| the rest of the content after </html> is ignored. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-06-30 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| WebCore::WebGLArrayInternal::lengthAttrGetter ReadAV@NULL (b1a3e1a3e9d01f17fd493d68eeb2742f) |
| https://bugs.webkit.org/show_bug.cgi?id=38040 |
| |
| Changed custom ArrayBufferView constructors to create a |
| fully-initialized, zero-length array when called with zero |
| arguments. This is the simplest fix which works identically in |
| both the JSC and V8 bindings. |
| |
| * fast/canvas/webgl/array-buffer-view-crash-expected.txt: Added. |
| * fast/canvas/webgl/array-buffer-view-crash.html: Added. |
| |
| 2010-06-30 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r62182. |
| http://trac.webkit.org/changeset/62182 |
| https://bugs.webkit.org/show_bug.cgi?id=41408 |
| |
| GTK build brekage (Requested by pfeldman on #webkit). |
| |
| * inspector/debugger-eval-while-paused-expected.txt: Removed. |
| * inspector/debugger-eval-while-paused.html: Removed. |
| * platform/qt/Skipped: |
| |
| 2010-06-30 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: add layout test for console evaluations with paused script |
| https://bugs.webkit.org/show_bug.cgi?id=41336 |
| |
| * inspector/debugger-eval-while-paused-expected.txt: Added. |
| * inspector/debugger-eval-while-paused.html: Added. |
| * platform/qt/Skipped: |
| |
| 2010-06-30 Adam Roben <aroben@apple.com> |
| |
| Update Windows test results after r62092 |
| |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-30 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Spatial Navigation: make elements in inner frames nested more than 1 level deep focusable |
| https://bugs.webkit.org/show_bug.cgi?id=41160 |
| |
| * fast/events/spatial-navigation/resources/iframe.html: Added. |
| * fast/events/spatial-navigation/snav-iframe-nested-expected.txt: Added. |
| * fast/events/spatial-navigation/snav-iframe-nested.html: Added. |
| |
| 2010-06-30 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| |
| 2010-06-30 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Just updating test expectations. |
| |
| HTMLTokenizer needs EndOfFile support |
| https://bugs.webkit.org/show_bug.cgi?id=41344 |
| |
| Update results after EndOfFile support. |
| The final pump will always have one character, |
| which is the EOF character. |
| |
| * inspector/timeline-parse-html-expected.txt: |
| |
| 2010-06-29 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTMLTokenizer needs EndOfFile support |
| https://bugs.webkit.org/show_bug.cgi?id=41344 |
| |
| We now pass an additional 60 subtests for the |
| html5lib test suite. Boo-ya. |
| |
| * html5lib/runner-expected.txt: |
| |
| 2010-06-28 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Teach HTML5TreeBuilder how to merge attributes from extra html/body elements |
| https://bugs.webkit.org/show_bug.cgi?id=41337 |
| |
| * html5lib/resources/webkit01.dat: Add a test for double body. |
| |
| 2010-06-30 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed: update Chromium test expectations with a crashing test. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-30 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed: provide custom expectations and reenable the test for Chromium. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41394 |
| |
| * platform/chromium/editing/pasteboard/5761530-1-expected.txt: Added. |
| |
| 2010-06-30 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Fix for Bug 41339 - unicode-range property only with a descending range |
| causes a crash |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41339 |
| |
| * fast/css/font-face-descending-unicode-range-expected.txt: Added. |
| * fast/css/font-face-descending-unicode-range.html: Added. |
| |
| 2010-06-29 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed. Updated test expectations for change at r62156 |
| |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement getAttachedShaders |
| https://bugs.webkit.org/show_bug.cgi?id=31172 |
| |
| * fast/canvas/webgl/gl-object-get-calls-expected.txt: Add a test case for getAttachedShaders(). |
| * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Ditto. |
| |
| 2010-06-29 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| REGRESSION: [Chromium] <progress> appearance on windows looks not good |
| https://bugs.webkit.org/show_bug.cgi?id=41343 |
| |
| Skipped a test with outdated expectation. We need to rebaseline it. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Reviewed by Jian Li. |
| |
| Fix http/tests/local/blob/send-data-blob.html on Windows |
| https://bugs.webkit.org/show_bug.cgi?id=41228 |
| |
| Fix the cgi code to make it work with cygwin perl. |
| Also fix test expectations for Windows. |
| |
| * http/tests/resources/post-and-verify-hybrid.cgi: |
| * platform/chromium/test_expectations.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-29 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed chromium expectations update. |
| |
| Mark fast/parser/residual-style-hang.html as slow on windows debug because it is. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Uncomment some test cases in open-database-sync-inputs, and |
| comment out for now the ones that fail in V8. |
| https://bugs.webkit.org/show_bug.cgi?id=40607 |
| |
| * fast/workers/storage/open-database-sync-inputs-expected.txt: |
| * fast/workers/storage/resources/open-database-sync-inputs.js: |
| (catch): |
| |
| 2010-06-29 François Sausset <sausset@gmail.com> |
| |
| Reviewed by Darin Adler. |
| |
| Add a test when a msubsup element is wrapped in a mrow element |
| https://bugs.webkit.org/show_bug.cgi?id=36525 |
| |
| * mathml/presentation/subsup.xhtml: |
| * platform/mac/mathml/presentation/subsup-expected.checksum: |
| * platform/mac/mathml/presentation/subsup-expected.png: |
| * platform/mac/mathml/presentation/subsup-expected.txt: |
| |
| 2010-06-29 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| uniformmatrix* should generate INVALID_VALUE with transpose = true |
| https://bugs.webkit.org/show_bug.cgi?id=41235 |
| |
| * fast/canvas/webgl/gl-uniformmatrix4fv-expected.txt: Added. |
| * fast/canvas/webgl/gl-uniformmatrix4fv.html: Added. |
| |
| 2010-06-29 Robert Hogan <robert@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Update test expectations for tests added in r62134. |
| |
| * platform/qt/fast/text/setData-dirty-lines-expected.txt: Added. |
| * platform/qt/fast/text/splitText-dirty-lines-expected.txt: Added. |
| |
| 2010-06-29 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Results for editing/pasteboard/5761530-1.html are wrong |
| |
| https://bugs.webkit.org/show_bug.cgi?id=38437 |
| |
| Qt seems to have the correct result here. So unskip on Qt and |
| skip on other platforms so can be fixed. |
| |
| * editing/pasteboard/5761530-1-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-29 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Support UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL for texImage2D taking ArrayBufferView |
| https://bugs.webkit.org/show_bug.cgi?id=40398 |
| |
| Added support for UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL pixel store |
| parameters to texImage2D and texSubImage2D entry points taking ArrayBufferView. |
| More cleanly separated the unpacking and packing phases of user-supplied pixel data |
| in GraphicsContext3D, and added support for unpack alignment. Fixed bug in handling |
| of unpackAlignment in GraphicsContext3D::flipVertically. Necessarily added |
| validation of the amount of data passed to texImage2D and texSubImage2D. Modified |
| fast/canvas/webgl/tex-image-with-format-and-type.html to include premultiplied alpha |
| tests for relevant source formats; added new test which exercises all combinations |
| of UNPACK_FLIP_Y_WEBGL, UNPACK_PREMULTIPLY_ALPHA_WEBGL, and UNPACK_ALIGNMENT pixel |
| store parameters. |
| |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added. |
| * fast/canvas/webgl/tex-image-with-format-and-type-expected.txt: |
| * fast/canvas/webgl/tex-image-with-format-and-type.html: |
| |
| 2010-06-29 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] http/tests/security/mixedContent tests now pass |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34839 |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-29 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] implement dumpResourceResponseMIMETypes |
| https://bugs.webkit.org/show_bug.cgi?id=41260 |
| |
| Unskip fast/preloader tests. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-29 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <rdar://problem/7975842> Certain text is repeated after using splitText() |
| |
| * fast/text/setData-dirty-lines-expected.checksum: Added. |
| * fast/text/setData-dirty-lines-expected.png: Added. |
| * fast/text/setData-dirty-lines-expected.txt: Added. |
| * fast/text/setData-dirty-lines.html: Added. |
| * fast/text/splitText-dirty-lines-expected.checksum: Added. |
| * fast/text/splitText-dirty-lines-expected.png: Added. |
| * fast/text/splitText-dirty-lines-expected.txt: Added. |
| * fast/text/splitText-dirty-lines.html: Added. |
| |
| 2010-06-29 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| platform/gtk/accessibility/name-from-label test needs updating |
| https://bugs.webkit.org/show_bug.cgi?id=41355 |
| |
| Updated test and expected results to match changes introduced |
| with patch for bug 40009 (make it more coherent with other ports) |
| |
| * platform/gtk/accessibility/name-from-label-expected.txt: |
| * platform/gtk/accessibility/name-from-label.html: |
| |
| 2010-06-29 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed text expectations update after r62121. |
| |
| * platform/chromium-linux/fast/css/font-face-opentype-expected.checksum: |
| * platform/chromium-linux/fast/css/font-face-opentype-expected.png: |
| * platform/chromium-linux/fast/css/font-face-woff-expected.checksum: |
| * platform/chromium-linux/fast/css/font-face-woff-expected.png: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Update baseline r62111. |
| |
| * platform/gtk/accessibility/name-from-label-expected.txt: |
| |
| 2010-06-29 Adam Langley <agl@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| [chromium] Support forced autohinting. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40493 |
| |
| Freetype (the typical font rendering on Linux) includes an 'autohinter': |
| an algorithm for hinting glyph shapes without using the embedded hinting |
| bytecode in a font. |
| |
| This amends the existing tests for fontconfig settings to test that |
| setting autohinting works, and that it works in the face of also |
| setting 'hintfull'. |
| |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.txt: |
| * platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html: |
| |
| 2010-06-29 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed test expectations update for stable passing tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add missing pixel test results. |
| |
| * platform/mac/fast/css/nested-rounded-corners-expected.checksum: Added. |
| * platform/mac/fast/css/nested-rounded-corners-expected.png: Added. |
| * platform/mac/fast/js/missing-title-end-tag-js-expected.checksum: Added. |
| * platform/mac/fast/js/missing-title-end-tag-js-expected.png: Added. |
| |
| 2010-06-29 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [Gtk] Make DRT more coherent with other ports to allow reusing more tests |
| https://bugs.webkit.org/show_bug.cgi?id=40009 |
| |
| Update GTK a11y tests to follow new prefixes coming from DRT |
| |
| * platform/gtk/accessibility/object-attributes-expected.txt: |
| * platform/gtk/accessibility/object-attributes.html: |
| * platform/gtk/accessibility/object-with-title-expected.txt: |
| * platform/gtk/accessibility/object-with-title.html: |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: |
| * platform/gtk/accessibility/table-hierarchy.html: |
| * platform/gtk/accessibility/title-and-alt-expected.txt: |
| * platform/gtk/accessibility/title-and-alt.html: |
| |
| 2010-06-29 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed test expectations update. |
| |
| * platform/chromium-win/svg/css/text-shadow-multiple-expected.checksum: Added. |
| * platform/chromium-win/svg/css/text-shadow-multiple-expected.png: Added. |
| * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed test expectations update. |
| |
| * platform/chromium-linux/svg/css/text-shadow-multiple-expected.checksum: Added. |
| * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png: Added. |
| * platform/chromium-linux/svg/css/text-shadow-multiple-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed test expectations update. |
| |
| * platform/chromium-mac/fast/forms/select-empty-option-height.checksum: Added. |
| * platform/chromium-mac/fast/forms/select-empty-option-height.png: Added. |
| * platform/chromium-mac/html5lib/webkit-runner-expected.txt: Removed. |
| * platform/chromium-win/html5lib/webkit-runner-expected.txt: Removed. |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-29 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| REGRESSION: text-shadow CSS applied to SVG no longer works |
| https://bugs.webkit.org/show_bug.cgi?id=40960 |
| |
| Add testcase covering multiple text-shadow applied to SVG, in comparision with HTML. |
| |
| * platform/mac/svg/css/text-shadow-multiple-expected.checksum: Added. |
| * platform/mac/svg/css/text-shadow-multiple-expected.png: Added. |
| * platform/mac/svg/css/text-shadow-multiple-expected.txt: Added. |
| * svg/css/text-shadow-multiple.xhtml: Added. |
| |
| 2010-06-29 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Update mac-lepard specific result for a SVG test using border-radii, after the painting changes. |
| |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: |
| |
| 2010-06-29 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed trivial fix. Update platform specific expectded files after r62092. |
| |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-29 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed trivial fix. Update expectded files after r62092. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| |
| 2010-06-28 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Remove a Chromium-specific expectations file. |
| https://bugs.webkit.org/show_bug.cgi?id=41297 |
| |
| * platform/chromium/storage/sql-error-codes-expected.txt: |
| * storage/sql-error-codes.js: |
| (testBindParameterOfWrongType): |
| |
| 2010-06-29 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Updating expected values for convolve matrix filter |
| https://bugs.webkit.org/show_bug.cgi?id=5861 |
| |
| * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * svg/custom/global-constructors-expected.txt: |
| * svg/custom/js-svg-constructors-expected.txt: |
| * svg/custom/js-svg-constructors.svg: |
| |
| 2010-06-28 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Removed webkit-runner.html now that the HTML5 tree builder can handle |
| the real version of the test suite. Good times. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected-html5.txt: Removed. |
| * html5lib/webkit-runner-expected.txt: Removed. |
| * html5lib/webkit-runner.html: Removed. |
| |
| 2010-06-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| HTML5 tree builder shouldn't ASSERT on HTML5lib test suite |
| https://bugs.webkit.org/show_bug.cgi?id=41335 |
| |
| Enable the remainder of the test suite and update expectations. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-06-28 Johnny Ding <jnd@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41061 |
| Make the test work on both Mac and Linux. |
| |
| * fast/events/popup-when-select-change.html: |
| |
| 2010-06-28 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| A meter flip issue was resolved by Chromium r51096. |
| |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Removed. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Removed. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Removed. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum: |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-28 David Levin <levin@chromium.org> |
| |
| Reviewed by NOBODY (test expectations update for chromium). |
| |
| These baselines were added for other platforms in http://trac.webkit.org/changeset/62076 |
| Most unfortunately, v8 reports errors on different line numbers than jsc, so chromium |
| needs a different baseline. |
| |
| * platform/chromium-mac/html5lib/webkit-runner-expected.txt: Added. |
| * platform/chromium-win/html5lib/webkit-runner-expected.txt: Added. |
| |
| 2010-06-28 David Levin <levin@chromium.org> |
| |
| Reviewed by NOBODY (test expectations update for WebKit change). |
| |
| Updated expectations due to tests whose results changed after http://trac.webkit.org/changeset/62035. |
| Looking at the various results, they appear fine. |
| |
| * platform/chromium-mac/fast/borders/border-radius-constraints-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png: Added. |
| * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.checksum: Added. |
| * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Added. |
| * platform/chromium-mac/fast/forms/basic-selects-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/basic-selects-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-clip-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-style-color-expected.checksum: |
| * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: |
| * platform/chromium-mac/fast/forms/select-baseline-expected.checksum: Added. |
| * platform/chromium-mac/fast/forms/select-baseline-expected.png: Added. |
| * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.checksum: Added. |
| * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png: Added. |
| * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum: |
| * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png: |
| |
| 2010-06-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix ASSERT so we can run more HTML5lib tests |
| https://bugs.webkit.org/show_bug.cgi?id=41325 |
| |
| Uncomment <title> tag that was triggering ASSERT. |
| Uncomment test groups that were triggering ASSERTs. |
| Update expected results to show how many more tests we have left to |
| fix. :) |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-06-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Restore webkit-runner.html for use with new tree builder |
| https://bugs.webkit.org/show_bug.cgi?id=41317 |
| |
| webkit-runner.html is very similar to runner.html, but it avoids some |
| tricky cases that are causing asserts. Using this simplified harness |
| will help us bring up the tree builder. We can remove it once we're up |
| to speed. |
| |
| * html5lib/webkit-runner-expected-html5.txt: Added. |
| * html5lib/webkit-runner.html: Added. |
| |
| 2010-06-28 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Update baselines after r62034. |
| |
| * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: |
| * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-28 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Use HTML5-conformant gradient interpolation mode |
| https://bugs.webkit.org/show_bug.cgi?id=41298 |
| |
| Unskip now working test: |
| - canvas/philip/tests/2d.gradient.interpolate.colouralpha.html |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#colors-and-styles |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-23 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Tests with new results after |
| https://bugs.webkit.org/show_bug.cgi?id=9197 CSS3: Borders |
| with border-radius and double, groove, or ridge styles should look |
| better |
| |
| * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/mac/fast/borders/borderRadiusDashed01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDashed01-expected.png: |
| * platform/mac/fast/borders/borderRadiusDashed02-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDashed02-expected.png: |
| * platform/mac/fast/borders/borderRadiusDashed03-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDashed03-expected.png: |
| * platform/mac/fast/borders/borderRadiusDotted01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDotted01-expected.png: |
| * platform/mac/fast/borders/borderRadiusDotted02-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDotted02-expected.png: |
| * platform/mac/fast/borders/borderRadiusDotted03-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDotted03-expected.png: |
| * platform/mac/fast/borders/borderRadiusDouble01-expected.checksum: |
| * platform/mac/fast/borders/borderRadiusDouble01-expected.png: |
| |
| 2010-06-28 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Add support for the progress bar tag |
| https://bugs.webkit.org/show_bug.cgi?id=41014 |
| |
| Unskip tests which are now passing after adding support for rendering the progress tag. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt. |
| * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| |
| 2010-06-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| The new tree builder needs to call attach() on elements it attaches to |
| the DOM |
| https://bugs.webkit.org/show_bug.cgi?id=41293 |
| |
| Update expected results to show that the contents of the iframe |
| actually get created. This only gets us a few lines down the test |
| harness before erroring out again, but I'll take it. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-06-28 Robert Hogan <robert@webkit.org> |
| |
| Unreviewed, rolling out r62021. |
| http://trac.webkit.org/changeset/62021 |
| https://bugs.webkit.org/show_bug.cgi?id=41261 |
| |
| Broke http/navigation tests among other |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-28 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] dump frames in ascending alphabetical order of title |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41261 |
| |
| Unskip: |
| http/tests/navigation/metaredirect-frames.html |
| http/tests/navigation/redirect302-frames.html |
| http/tests/navigation/redirect302-subframeload.html |
| http/tests/navigation/timerredirect-frames.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-28 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] dump bf history of child windows |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41266 |
| |
| Unskip http/tests/navigation/new-window-redirect-history.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-28 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Index validation caches buffer size information too aggressively |
| https://bugs.webkit.org/show_bug.cgi?id=41092 |
| |
| * fast/canvas/webgl/index-validation-with-resized-buffer-expected.txt: Added. |
| * fast/canvas/webgl/index-validation-with-resized-buffer.html: Added. |
| * fast/canvas/webgl/resources/webgl-test.js: |
| (assertMsg): |
| (glErrorShouldBe): |
| |
| 2010-06-28 Sam Magnuson <smagnuson@netflix.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] GraphicsLayerQt delay seems unnecessary. |
| https://bugs.webkit.org/show_bug.cgi?id=40846 |
| |
| * compositing/animation/busy-indicator-no.png: Added. |
| * compositing/animation/busy-indicator.html: Added. |
| * compositing/animation/busy-indicator.png: Added. |
| |
| 2010-06-28 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed test expectations update. Remove now passing fast/events/popup-allowed-from-gesture-initiated-form-submit.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-28 MORITA Hajime <morrita@google.com> |
| |
| Unreviewd. Skipped a test for qt at this time due to outdated expectation. |
| We need to rebaseline it. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-28 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed text expectations update after r61993. |
| |
| * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: |
| |
| 2010-06-28 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| [v8] Web Inspector: properties of scope variables are flattened while on a breakpoint. |
| https://bugs.webkit.org/show_bug.cgi?id=41214 |
| |
| * inspector/debugger-proto-property-expected.txt: Added. |
| * inspector/debugger-proto-property.html: Added. |
| * platform/qt/Skipped: |
| |
| 2010-06-28 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed text expectations update after r61993. |
| |
| * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt: |
| |
| 2010-06-22 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| <progress> should be styled with -webkit-progress-bar-value |
| https://bugs.webkit.org/show_bug.cgi?id=40823 |
| |
| Added cases for various style combinations, and explanations for |
| that cases. |
| |
| * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html: |
| * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: |
| * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: |
| * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: |
| * platform/qt/Skipped: |
| |
| 2010-06-28 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Update test-html5-parser results to |
| match the results from the new treebuilder. |
| These results were otherwise useless now that we |
| have he HTML5 Tokenizer on by default. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-06-25 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Improve default value handling for page format properties. |
| https://bugs.webkit.org/show_bug.cgi?id=41150 |
| |
| * printing/page-format-data-expected.txt: |
| * printing/page-format-data.html: |
| * printing/page-rule-selection-expected.txt: |
| * printing/page-rule-selection.html: |
| |
| 2010-06-27 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Canvas: Ignore calls to drawImage() with non-finite parameters |
| https://bugs.webkit.org/show_bug.cgi?id=38929 |
| |
| Rebaseline (and unskip for Qt) the now working test. |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#2dcontext |
| |
| * canvas/philip/tests/2d.drawImage.nonfinite-expected.txt: |
| * platform/qt/Skipped: |
| |
| 2010-06-27 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| editing/execCommand/copy-without-selection.html fails on Qt after r61637 |
| https://bugs.webkit.org/show_bug.cgi?id=41025 |
| |
| Unskip editing/execCommand/copy-without-selection.html for Qt. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-27 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed, mark fast/js/Object-create.html as crashing on Cr Linux, will look into it. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-26 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed text expectations update after r61956. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| * platform/chromium/html5lib/runner-expected.txt: |
| |
| 2010-06-26 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add a document.write to script-line-number test to ensure its new lines are excluded. |
| https://bugs.webkit.org/show_bug.cgi?id=41060 |
| |
| * fast/js/script-line-number-expected.txt: |
| * fast/js/script-line-number.html: |
| |
| 2010-06-26 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] DRT Support for setCustomPolicyDelegate |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39564 |
| |
| Unskips: |
| |
| LayoutTests/fast/loader/policy-delegate-action-hit-test-zoomed.html |
| LayoutTests/fast/loader/onload-policy-ignore-for-frame.html |
| LayoutTests/fast/loader/reload-policy-delegate.html |
| LayoutTests/fast/loader/javascript-url-hierarchical-execution.html |
| LayoutTests/http/tests/misc/policy-delegate-called-twice.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-26 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed text expectations update. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-25 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| activeTexture wrongly generates error with legal input. |
| https://bugs.webkit.org/show_bug.cgi?id=41227 |
| |
| * fast/canvas/webgl/texture-active-bind-expected.txt: Added. |
| * fast/canvas/webgl/texture-active-bind.html: Added. |
| |
| 2010-06-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Build fix for r61908. Updating test expectations. |
| |
| * platform/chromium-linux/css1/basic/containment-expected.checksum: |
| * platform/chromium-linux/css1/basic/containment-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/padding_right-expected.png: |
| * platform/chromium-linux/css1/font_properties/font_size-expected.checksum: |
| * platform/chromium-linux/css1/font_properties/font_size-expected.png: |
| * platform/chromium-linux/editing/selection/5354455-1-expected.checksum: |
| * platform/chromium-linux/editing/selection/5354455-1-expected.png: |
| * platform/chromium-linux/editing/selection/5354455-2-expected.checksum: |
| * platform/chromium-linux/editing/selection/5354455-2-expected.png: |
| * platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum: |
| * platform/chromium-linux/editing/selection/move-by-line-001-expected.png: |
| * platform/chromium-linux/fast/backgrounds/001-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/001-expected.png: |
| * platform/chromium-linux/fast/block/float/nested-clearance-expected.checksum: |
| * platform/chromium-linux/fast/block/float/nested-clearance-expected.png: |
| * platform/chromium-linux/fast/block/positioning/051-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/051-expected.png: |
| * platform/chromium-linux/fast/block/positioning/055-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/055-expected.png: |
| * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/events/5056619-expected.checksum: |
| * platform/chromium-linux/fast/events/5056619-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.checksum: |
| * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.checksum: |
| * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.png: |
| * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.png: |
| * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.checksum: |
| * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.checksum: |
| * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png: |
| * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.checksum: |
| * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.png: |
| * platform/chromium-linux/fast/frames/viewsource-attribute-expected.checksum: |
| * platform/chromium-linux/fast/frames/viewsource-attribute-expected.png: |
| * platform/chromium-linux/fast/lists/drag-into-marker-expected.checksum: |
| * platform/chromium-linux/fast/lists/drag-into-marker-expected.png: |
| * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.checksum: |
| * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png: |
| * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.checksum: |
| * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.png: |
| * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum: |
| * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png: |
| * platform/chromium-linux/fast/repaint/list-marker-expected.checksum: |
| * platform/chromium-linux/fast/repaint/list-marker-expected.png: |
| * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.checksum: |
| * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.checksum: |
| * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.checksum: |
| * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum: |
| * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png: |
| * platform/chromium-linux/http/tests/navigation/error404-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/error404-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/error404-goback-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/error404-goback-expected.png: |
| * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: |
| * platform/chromium-linux/svg/carto.net/button-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/button-expected.png: |
| * platform/chromium-linux/svg/carto.net/combobox-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/combobox-expected.png: |
| * platform/chromium-linux/svg/carto.net/slider-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/slider-expected.png: |
| * platform/chromium-linux/svg/carto.net/textbox-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/textbox-expected.png: |
| * platform/chromium-linux/svg/custom/animate-path-morphing-expected.checksum: |
| * platform/chromium-linux/svg/custom/animate-path-morphing-expected.png: |
| * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.checksum: |
| * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png: |
| * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.checksum: |
| * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.png: |
| * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.checksum: |
| * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.png: |
| * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: |
| * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: |
| * platform/chromium-linux/svg/custom/use-transform-expected.checksum: |
| * platform/chromium-linux/svg/custom/use-transform-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/45621-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/45621-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/captions-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/captions-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/test3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/test3-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png: |
| * 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/bug80762-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png: |
| |
| 2010-06-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| More test expectations cleanup for r61908. |
| |
| * platform/chromium-linux/printing/return-from-printing-mode-expected.checksum: |
| * platform/chromium-linux/printing/return-from-printing-mode-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-25 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Skip fast/events/popup-when-select-change.html because GTK doesn't have |
| an eventSender implementation. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-25 Johnny Ding <jnd@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41061 |
| Make sure the window can be opened in a user initiated event instead of blocking by popup blocker. |
| |
| * fast/events/popup-when-select-change-expected.txt: Added. |
| * fast/events/popup-when-select-change.html: Added. |
| |
| 2010-06-25 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| getUniform will not work for fetching uniform array elements |
| https://bugs.webkit.org/show_bug.cgi?id=34508 |
| |
| * fast/canvas/webgl/gl-uniform-arrays-expected.txt: Added. |
| * fast/canvas/webgl/gl-uniform-arrays.html: Added. |
| * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Change the test so we test the return error explicitly. |
| * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Ditto. |
| |
| 2010-06-25 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Bring set/get state functions to GLES2 conformance |
| https://bugs.webkit.org/show_bug.cgi?id=41095 |
| |
| * fast/canvas/webgl/gl-enable-enum-test-expected.txt: Added. |
| * fast/canvas/webgl/gl-enable-enum-test.html: Added. |
| * fast/canvas/webgl/gl-enum-tests-expected.txt: Added. |
| * fast/canvas/webgl/gl-enum-tests.html: Added. |
| * fast/canvas/webgl/resources/desktop-gl-constants.js: Added. |
| |
| 2010-06-25 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| A buffer should be bound to one target in its lifetime |
| https://bugs.webkit.org/show_bug.cgi?id=41108 |
| |
| * fast/canvas/webgl/buffer-bind-test-expected.txt: Added. |
| * fast/canvas/webgl/buffer-bind-test.html: Added. |
| |
| 2010-06-25 Dean Jackson <dino@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41188 |
| Animations should not require 0% and 100% keyframes |
| |
| * animations/keyframes-from-missing-expected.txt: Removed. |
| * animations/keyframes-from-missing.html: Removed. |
| * animations/keyframes-to-missing-expected.txt: Removed. |
| * animations/keyframes-to-missing.html: Removed. |
| * animations/missing-from-to-transforms-expected.txt: Added. |
| * animations/missing-from-to-transforms.html: Added. |
| * animations/missing-from-to-expected.txt: Added. |
| * animations/missing-from-to.html: Added. |
| |
| 2010-06-25 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add platform specific expected results for new passing tests. |
| Compared to Mac png files and Mac expected files. |
| |
| * platform/qt/editing/selection/range-between-block-and-inline-expected.checksum: Added. |
| * platform/qt/editing/selection/range-between-block-and-inline-expected.png: Added. |
| * platform/qt/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added. |
| * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.png: Added. |
| * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.txt: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added. |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.checksum: Added. |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.png: Added. |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.txt: Added. |
| * platform/qt/fast/images/svg-background-partial-redraw-expected.checksum: Added. |
| * platform/qt/fast/images/svg-background-partial-redraw-expected.png: Added. |
| * platform/qt/fast/images/svg-background-partial-redraw-expected.txt: Added. |
| * platform/qt/fast/lists/alpha-boundary-values-expected.checksum: Added. |
| * platform/qt/fast/lists/alpha-boundary-values-expected.png: Added. |
| * platform/qt/fast/lists/alpha-boundary-values-expected.txt: Added. |
| * platform/qt/fast/multicol/column-count-with-rules-expected.checksum: Added. |
| * platform/qt/fast/multicol/column-count-with-rules-expected.png: Added. |
| * platform/qt/fast/multicol/column-count-with-rules-expected.txt: Added. |
| * platform/qt/fast/multicol/layers-in-multicol-expected.checksum: Added. |
| * platform/qt/fast/multicol/layers-in-multicol-expected.png: Added. |
| * platform/qt/fast/multicol/layers-in-multicol-expected.txt: Added. |
| * platform/qt/fast/multicol/layers-split-across-columns-expected.checksum: Added. |
| * platform/qt/fast/multicol/layers-split-across-columns-expected.png: Added. |
| * platform/qt/fast/multicol/layers-split-across-columns-expected.txt: Added. |
| * platform/qt/fast/multicol/nested-columns-expected.checksum: Added. |
| * platform/qt/fast/multicol/nested-columns-expected.png: Added. |
| * platform/qt/fast/multicol/nested-columns-expected.txt: Added. |
| * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added. |
| * platform/qt/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt: Added. |
| * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.checksum: Added. |
| * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png: Added. |
| * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt: Added. |
| * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: Added. |
| * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added. |
| * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: Added. |
| * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: Added. |
| * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added. |
| * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: Added. |
| * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added. |
| * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added. |
| * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added. |
| * platform/qt/fast/repaint/fixed-move-after-scroll-expected.checksum: Added. |
| * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png: Added. |
| * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt: Added. |
| * platform/qt/fast/repaint/positioned-document-element-expected.checksum: Added. |
| * platform/qt/fast/repaint/positioned-document-element-expected.png: Added. |
| * platform/qt/fast/repaint/positioned-document-element-expected.txt: Added. |
| * platform/qt/fast/text/format-control-expected.checksum: Added. |
| * platform/qt/fast/text/format-control-expected.png: Added. |
| * platform/qt/fast/text/format-control-expected.txt: Added. |
| * platform/qt/printing/page-rule-in-media-query-expected.checksum: Added. |
| * platform/qt/printing/page-rule-in-media-query-expected.png: Added. |
| * platform/qt/printing/page-rule-in-media-query-expected.txt: Added. |
| |
| 2010-06-25 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add platform specific expected results for new passing svg/* tests. |
| Compared to Mac png files and Mac expected files. |
| |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added. |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added. |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added. |
| * platform/qt/svg/batik/text/textDecoration-expected.checksum: Added. |
| * platform/qt/svg/batik/text/textDecoration-expected.png: Added. |
| * platform/qt/svg/batik/text/textDecoration-expected.txt: Added. |
| * platform/qt/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/qt/svg/custom/non-scaling-stroke-expected.png: Added. |
| * platform/qt/svg/custom/non-scaling-stroke-expected.txt: Added. |
| * platform/qt/svg/custom/repaint-stroke-width-changes-expected.checksum: Added. |
| * platform/qt/svg/custom/repaint-stroke-width-changes-expected.png: Added. |
| * platform/qt/svg/custom/repaint-stroke-width-changes-expected.txt: Added. |
| * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: Added. |
| * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added. |
| * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/svg-fonts-with-no-element-reference-expected.txt. |
| * platform/qt/svg/filters/filter-on-filter-for-text-expected.checksum: Added. |
| * platform/qt/svg/filters/filter-on-filter-for-text-expected.png: Added. |
| * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt: Added. |
| * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum. |
| * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added. |
| * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt. |
| * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.checksum: Added. |
| * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added. |
| * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added. |
| * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.checksum: Added. |
| * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.png: Added. |
| * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added. |
| * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.checksum: Added. |
| * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png: Added. |
| * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt: Added. |
| * platform/qt/svg/foreignObject/text-tref-02-b-expected.checksum: Added. |
| * platform/qt/svg/foreignObject/text-tref-02-b-expected.png: Added. |
| * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added. |
| |
| 2010-06-25 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Add platform specific expected results for new passing svg/text/* tests. |
| Compared to Mac png files and Mac expected files. |
| |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added. |
| * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added. |
| * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added. |
| * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-1-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-1-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-1-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-2-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-2-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-2-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-3-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-3-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-3-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-4-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-4-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-4-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-1-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-2-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-3-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-4-expected.checksum: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png: Added. |
| * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt: Added. |
| * platform/qt/svg/text/text-hkern-expected.checksum: Added. |
| * platform/qt/svg/text/text-hkern-expected.png: Added. |
| * platform/qt/svg/text/text-hkern-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-hkern-expected.txt. |
| * platform/qt/svg/text/text-hkern-on-vertical-text-expected.checksum: Added. |
| * platform/qt/svg/text/text-hkern-on-vertical-text-expected.png: Added. |
| * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt. |
| * platform/qt/svg/text/text-vkern-expected.checksum: Added. |
| * platform/qt/svg/text/text-vkern-expected.png: Added. |
| * platform/qt/svg/text/text-vkern-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-vkern-expected.txt. |
| * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.checksum: Added. |
| * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.png: Added. |
| * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt. |
| |
| 2010-06-25 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] fast/text/bidi-explicit-embedding-past-end.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=41241 |
| |
| * platform/qt/Skipped: fast/text/bidi-explicit-embedding-past-end.html skipped until fix. |
| |
| 2010-06-25 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| <rdar://problem/8000667> Certain text is repeated before and after a line break |
| |
| * fast/text/bidi-explicit-embedding-past-end-expected.checksum: Added. |
| * fast/text/bidi-explicit-embedding-past-end-expected.png: Added. |
| * fast/text/bidi-explicit-embedding-past-end-expected.txt: Added. |
| * fast/text/bidi-explicit-embedding-past-end.html: Added. |
| |
| 2010-06-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Updating test expectations due to r61908. |
| |
| * platform/chromium-linux/css1/basic/class_as_selector-expected.checksum: |
| * platform/chromium-linux/css1/basic/comments-expected.checksum: |
| * platform/chromium-linux/css1/basic/containment-expected.checksum: |
| * platform/chromium-linux/css1/basic/id_as_selector-expected.checksum: |
| * platform/chromium-linux/css1/basic/inheritance-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_bottom-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_bottom_width-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_left-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_left_width-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_right_inline-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_right_width-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_style-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_top-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_top_width-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/border_width-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/clear-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/clear_float-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/float_margin-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/height-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/margin-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/margin_bottom-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/margin_inline-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/margin_left-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/margin_top-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/padding-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/padding_bottom-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/padding_inline-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/padding_left-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/padding_top-expected.checksum: |
| * platform/chromium-linux/css1/box_properties/width-expected.checksum: |
| * platform/chromium-linux/css1/cascade/cascade_order-expected.checksum: |
| * platform/chromium-linux/css1/classification/display-expected.checksum: |
| * platform/chromium-linux/css1/classification/list_style_type-expected.checksum: |
| * platform/chromium-linux/css1/classification/white_space-expected.checksum: |
| * platform/chromium-linux/css1/color_and_background/background-expected.checksum: |
| * platform/chromium-linux/css1/color_and_background/background_attachment-expected.checksum: |
| * platform/chromium-linux/css1/color_and_background/background_position-expected.checksum: |
| * platform/chromium-linux/css1/color_and_background/background_repeat-expected.checksum: |
| * platform/chromium-linux/css1/conformance/forward_compatible_parsing-expected.checksum: |
| * platform/chromium-linux/css1/font_properties/font-expected.checksum: |
| * platform/chromium-linux/css1/font_properties/font_family-expected.checksum: |
| * platform/chromium-linux/css1/font_properties/font_size-expected.checksum: |
| * platform/chromium-linux/css1/font_properties/font_weight-expected.checksum: |
| * platform/chromium-linux/css1/formatting_model/floating_elements-expected.checksum: |
| * platform/chromium-linux/css1/formatting_model/height_of_lines-expected.checksum: |
| * platform/chromium-linux/css1/formatting_model/horizontal_formatting-expected.checksum: |
| * platform/chromium-linux/css1/formatting_model/inline_elements-expected.checksum: |
| * platform/chromium-linux/css1/formatting_model/replaced_elements-expected.checksum: |
| * platform/chromium-linux/css1/formatting_model/vertical_formatting-expected.checksum: |
| * platform/chromium-linux/css1/pseudo/anchor-expected.checksum: |
| * platform/chromium-linux/css1/pseudo/firstletter-expected.checksum: |
| * platform/chromium-linux/css1/pseudo/firstline-expected.checksum: |
| * platform/chromium-linux/css1/pseudo/multiple_pseudo_elements-expected.checksum: |
| * platform/chromium-linux/css1/pseudo/pseudo_elements_in_selectors-expected.checksum: |
| * platform/chromium-linux/css1/text_properties/letter_spacing-expected.checksum: |
| * platform/chromium-linux/css1/text_properties/line_height-expected.checksum: |
| * platform/chromium-linux/css1/text_properties/text_decoration-expected.checksum: |
| * platform/chromium-linux/css1/text_properties/text_indent-expected.checksum: |
| * platform/chromium-linux/css1/text_properties/text_transform-expected.checksum: |
| * platform/chromium-linux/css1/text_properties/vertical_align-expected.checksum: |
| * platform/chromium-linux/css1/text_properties/word_spacing-expected.checksum: |
| * platform/chromium-linux/css1/units/color_units-expected.checksum: |
| * platform/chromium-linux/css1/units/length_units-expected.checksum: |
| * platform/chromium-linux/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: |
| * platform/chromium-linux/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: |
| * platform/chromium-linux/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum: |
| * platform/chromium-linux/css2.1/t1002-c5523-width-02-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t1202-counters-08-b-expected.checksum: |
| * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.checksum: |
| * platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum: |
| * platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.checksum: |
| * platform/chromium-linux/editing/deleting/5168598-expected.checksum: |
| * platform/chromium-linux/editing/deleting/delete-after-span-ws-001-expected.checksum: |
| * platform/chromium-linux/editing/deleting/delete-after-span-ws-002-expected.checksum: |
| * platform/chromium-linux/editing/deleting/delete-after-span-ws-003-expected.checksum: |
| * platform/chromium-linux/editing/deleting/delete-line-end-ws-001-expected.checksum: |
| * platform/chromium-linux/editing/deleting/delete-line-end-ws-002-expected.checksum: |
| * platform/chromium-linux/editing/input/emacs-ctrl-o-expected.checksum: |
| * platform/chromium-linux/editing/inserting/12882-expected.checksum: |
| * platform/chromium-linux/editing/inserting/5607069-2-expected.checksum: |
| * platform/chromium-linux/editing/inserting/insert-div-023-expected.checksum: |
| * platform/chromium-linux/editing/pasteboard/emacs-cntl-y-001-expected.checksum: |
| * platform/chromium-linux/editing/pasteboard/emacs-ctrl-a-k-y-expected.checksum: |
| * platform/chromium-linux/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum: |
| * platform/chromium-linux/editing/selection/5354455-1-expected.checksum: |
| * platform/chromium-linux/editing/selection/5354455-2-expected.checksum: |
| * platform/chromium-linux/editing/selection/designmode-no-caret-expected.checksum: |
| * platform/chromium-linux/editing/selection/focus_editable_html-expected.checksum: |
| * platform/chromium-linux/editing/selection/iframe-expected.checksum: |
| * platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum: |
| * platform/chromium-linux/editing/selection/select-all-001-expected.checksum: |
| * platform/chromium-linux/editing/selection/select-all-002-expected.checksum: |
| * platform/chromium-linux/editing/selection/select-all-003-expected.checksum: |
| * platform/chromium-linux/editing/selection/select-all-004-expected.checksum: |
| * platform/chromium-linux/editing/selection/unrendered-001-expected.checksum: |
| * platform/chromium-linux/editing/selection/unrendered-002-expected.checksum: |
| * platform/chromium-linux/editing/selection/unrendered-003-expected.checksum: |
| * platform/chromium-linux/editing/selection/unrendered-004-expected.checksum: |
| * platform/chromium-linux/editing/selection/unrendered-005-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/001-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/background-inherit-color-bug-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/svg-as-background-1-expected.checksum: |
| * platform/chromium-linux/fast/block/basic/016-expected.checksum: |
| * platform/chromium-linux/fast/block/basic/fieldset-stretch-to-legend-expected.checksum: |
| * platform/chromium-linux/fast/block/float/008-expected.checksum: |
| * platform/chromium-linux/fast/block/float/013-expected.checksum: |
| * platform/chromium-linux/fast/block/float/019-expected.checksum: |
| * platform/chromium-linux/fast/block/float/021-expected.checksum: |
| * platform/chromium-linux/fast/block/float/025-expected.checksum: |
| * platform/chromium-linux/fast/block/float/026-expected.checksum: |
| * platform/chromium-linux/fast/block/float/027-expected.checksum: |
| * platform/chromium-linux/fast/block/float/028-expected.checksum: |
| * platform/chromium-linux/fast/block/float/032-expected.checksum: |
| * platform/chromium-linux/fast/block/float/033-expected.checksum: |
| * platform/chromium-linux/fast/block/float/035-expected.checksum: |
| * platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.checksum: |
| * platform/chromium-linux/fast/block/float/br-with-clear-2-expected.checksum: |
| * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum: |
| * platform/chromium-linux/fast/block/float/nested-clearance-expected.checksum: |
| * platform/chromium-linux/fast/block/float/relative-painted-twice-expected.checksum: |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum: |
| * platform/chromium-linux/fast/block/margin-collapse/104-expected.checksum: |
| * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/047-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/051-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/055-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/auto/007-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-expected.checksum: |
| * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-float-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/001-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/001-xhtml-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/002-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/003-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/004-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/005-declarative-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/005-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/005-xhtml-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/006-declarative-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/006-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/006-xhtml-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/007-expected.checksum: |
| * platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.checksum: |
| * platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.checksum: |
| * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.checksum: |
| * platform/chromium-linux/fast/box-sizing/box-sizing-expected.checksum: |
| * platform/chromium-linux/fast/canvas/canvas-bg-expected.checksum: |
| * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.checksum: |
| * platform/chromium-linux/fast/canvas/image-object-in-canvas-expected.checksum: |
| * platform/chromium-linux/fast/clip/014-expected.checksum: |
| * platform/chromium-linux/fast/css-generated-content/014-expected.checksum: |
| * platform/chromium-linux/fast/css/005-expected.checksum: |
| * platform/chromium-linux/fast/css/MarqueeLayoutTest-expected.checksum: |
| * platform/chromium-linux/fast/css/border-height-expected.checksum: |
| * platform/chromium-linux/fast/css/css2-system-fonts-expected.checksum: |
| * platform/chromium-linux/fast/css/empty-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/font-face-descriptor-multiple-values-expected.checksum: |
| * platform/chromium-linux/fast/css/font-face-implicit-local-font-expected.checksum: |
| * platform/chromium-linux/fast/css/font-face-in-shadow-DOM-expected.checksum: |
| * platform/chromium-linux/fast/css/font_property_normal-expected.checksum: |
| * platform/chromium-linux/fast/css/hsl-color-expected.checksum: |
| * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/line-height-overflow-expected.checksum: |
| * platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.checksum: |
| * platform/chromium-linux/fast/css/nested-rounded-corners-expected.checksum: |
| * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.checksum: |
| * platform/chromium-linux/fast/css/percentage-non-integer-expected.checksum: |
| * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.checksum: |
| * platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.checksum: |
| * platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.checksum: |
| * platform/chromium-linux/fast/css/variables/misplaced-import-test-expected.checksum: |
| * platform/chromium-linux/fast/css/word-space-extra-expected.checksum: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: |
| * platform/chromium-linux/fast/dom/clientWidthAfterDocumentIsRemoved-expected.checksum: |
| * platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.checksum: |
| * platform/chromium-linux/fast/dom/focus-contenteditable-expected.checksum: |
| * platform/chromium-linux/fast/dom/gc-10-expected.checksum: |
| * platform/chromium-linux/fast/dynamic/008-expected.checksum: |
| * platform/chromium-linux/fast/dynamic/anchor-lock-expected.checksum: |
| * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: |
| * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.checksum: |
| * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.checksum: |
| * platform/chromium-linux/fast/events/5056619-expected.checksum: |
| * platform/chromium-linux/fast/events/autoscroll-expected.checksum: |
| * platform/chromium-linux/fast/events/keydown-1-expected.checksum: |
| * platform/chromium-linux/fast/events/pointer-events-2-expected.checksum: |
| * platform/chromium-linux/fast/events/reveal-link-when-focused-expected.checksum: |
| * platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.checksum: |
| * platform/chromium-linux/fast/flexbox/009-expected.checksum: |
| * platform/chromium-linux/fast/flexbox/016-expected.checksum: |
| * platform/chromium-linux/fast/flexbox/flex-hang-expected.checksum: |
| * platform/chromium-linux/fast/forms/001-expected.checksum: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label05-expected.checksum: |
| * platform/chromium-linux/fast/forms/basic-textareas-expected.checksum: |
| * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.checksum: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.checksum: |
| * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum: |
| * platform/chromium-linux/fast/forms/fieldset-align-expected.checksum: |
| * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum: |
| * platform/chromium-linux/fast/forms/form-hides-table-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-appearance-selection-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-first-letter-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-table-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-text-double-click-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.checksum: |
| * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum: |
| * platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-expected.checksum: |
| * platform/chromium-linux/fast/forms/listbox-width-change-expected.checksum: |
| * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum: |
| * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.checksum: |
| * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.checksum: |
| * platform/chromium-linux/fast/forms/searchfield-heights-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-block-background-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-initial-position-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-item-background-clip-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-list-box-with-height-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.checksum: |
| * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.checksum: |
| * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.checksum: |
| * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.checksum: |
| * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.checksum: |
| * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.checksum: |
| * platform/chromium-linux/fast/forms/textarea-width-expected.checksum: |
| * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.checksum: |
| * platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.checksum: |
| * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.checksum: |
| * platform/chromium-linux/fast/frames/inline-object-inside-frameset-expected.checksum: |
| * platform/chromium-linux/fast/frames/invalid-expected.checksum: |
| * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.checksum: |
| * platform/chromium-linux/fast/frames/take-focus-from-iframe-expected.checksum: |
| * platform/chromium-linux/fast/frames/valid-expected.checksum: |
| * platform/chromium-linux/fast/frames/viewsource-attribute-expected.checksum: |
| * platform/chromium-linux/fast/gradients/background-clipped-expected.checksum: |
| * platform/chromium-linux/fast/images/pdf-as-image-expected.checksum: |
| * platform/chromium-linux/fast/images/pdf-as-image-landscape-expected.checksum: |
| * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.checksum: |
| * platform/chromium-linux/fast/inline-block/tricky-baseline-expected.checksum: |
| * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.checksum: |
| * platform/chromium-linux/fast/inline/inline-continuation-borders-expected.checksum: |
| * platform/chromium-linux/fast/inline/long-wrapped-line-expected.checksum: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.checksum: |
| * platform/chromium-linux/fast/layers/opacity-transforms-expected.checksum: |
| * platform/chromium-linux/fast/layers/overflow-scroll-auto-switch-expected.checksum: |
| * platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.checksum: |
| * platform/chromium-linux/fast/lists/008-expected.checksum: |
| * platform/chromium-linux/fast/lists/alpha-list-wrap-expected.checksum: |
| * platform/chromium-linux/fast/lists/drag-into-marker-expected.checksum: |
| * platform/chromium-linux/fast/lists/li-br-expected.checksum: |
| * platform/chromium-linux/fast/lists/ol-start-parsing-expected.checksum: |
| * platform/chromium-linux/fast/lists/olstart-expected.checksum: |
| * platform/chromium-linux/fast/lists/w3-css3-list-styles-alphabetic-expected.checksum: |
| * platform/chromium-linux/fast/lists/w3-css3-list-styles-numeric-expected.checksum: |
| * platform/chromium-linux/fast/lists/w3-list-styles-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-02-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-03-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-04-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-05-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-06-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-07-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-09-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-width-absolute-01-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-width-absolute-02-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-width-absolute-03-expected.checksum: |
| * platform/chromium-linux/fast/media/mq-width-absolute-04-expected.checksum: |
| * platform/chromium-linux/fast/multicol/client-rects-expected.checksum: |
| * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.checksum: |
| * platform/chromium-linux/fast/multicol/columns-shorthand-parsing-expected.checksum: |
| * platform/chromium-linux/fast/multicol/float-multicol-expected.checksum: |
| * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.checksum: |
| * platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.checksum: |
| * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum: |
| * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.checksum: |
| * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.checksum: |
| * platform/chromium-linux/fast/overflow/002-expected.checksum: |
| * platform/chromium-linux/fast/overflow/003-expected.checksum: |
| * platform/chromium-linux/fast/overflow/005-expected.checksum: |
| * platform/chromium-linux/fast/overflow/006-expected.checksum: |
| * platform/chromium-linux/fast/overflow/007-expected.checksum: |
| * platform/chromium-linux/fast/overflow/008-expected.checksum: |
| * platform/chromium-linux/fast/overflow/childFocusRingClip-expected.checksum: |
| * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.checksum: |
| * platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.checksum: |
| * platform/chromium-linux/fast/overflow/hit-test-overflow-controls-expected.checksum: |
| * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-auto-table-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-rtl-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-stacking-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.checksum: |
| * platform/chromium-linux/fast/overflow/overflow-x-y-expected.checksum: |
| * platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.checksum: |
| * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: |
| * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.checksum: |
| * platform/chromium-linux/fast/overflow/scrollbar-position-update-expected.checksum: |
| * platform/chromium-linux/fast/overflow/table-overflow-float-expected.checksum: |
| * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.checksum: |
| * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.checksum: |
| * platform/chromium-linux/fast/reflections/reflection-direction-expected.checksum: |
| * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-2-expected.checksum: |
| * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum: |
| * platform/chromium-linux/fast/repaint/dynamic-table-vertical-alignment-change-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-tranformed-expected.checksum: |
| * platform/chromium-linux/fast/repaint/layout-state-only-positioned-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.checksum: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.checksum: |
| * platform/chromium-linux/fast/repaint/list-marker-expected.checksum: |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.checksum: |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.checksum: |
| * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.checksum: |
| * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: |
| * platform/chromium-linux/fast/repaint/repaint-during-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum: |
| * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-expected.checksum: |
| * platform/chromium-linux/fast/replaced/005-expected.checksum: |
| * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: |
| * platform/chromium-linux/fast/replaced/pdf-as-image-expected.checksum: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum: |
| * platform/chromium-linux/fast/replaced/width100percent-image-expected.checksum: |
| * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.checksum: |
| * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.checksum: |
| * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.checksum: |
| * platform/chromium-linux/fast/selectors/166-expected.checksum: |
| * platform/chromium-linux/fast/table/023-expected.checksum: |
| * platform/chromium-linux/fast/table/034-expected.checksum: |
| * platform/chromium-linux/fast/table/040-expected.checksum: |
| * platform/chromium-linux/fast/table/border-collapsing/004-expected.checksum: |
| * platform/chromium-linux/fast/table/edge-offsets-expected.checksum: |
| * platform/chromium-linux/fast/table/empty-cells-expected.checksum: |
| * platform/chromium-linux/fast/table/frame-and-rules-expected.checksum: |
| * platform/chromium-linux/fast/table/height-percent-test-expected.checksum: |
| * platform/chromium-linux/fast/table/overflowHidden-expected.checksum: |
| * platform/chromium-linux/fast/table/prepend-in-anonymous-table-expected.checksum: |
| * platform/chromium-linux/fast/table/table-display-types-expected.checksum: |
| * platform/chromium-linux/fast/table/wide-colspan-expected.checksum: |
| * platform/chromium-linux/fast/table/wide-column-expected.checksum: |
| * platform/chromium-linux/fast/text/drawBidiText-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-listbox-atsui-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-listbox-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.checksum: |
| * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum: |
| * platform/chromium-linux/fast/text/softHyphen-expected.checksum: |
| * platform/chromium-linux/fast/text/text-letter-spacing-expected.checksum: |
| * platform/chromium-linux/fast/text/updateNewFont-expected.checksum: |
| * platform/chromium-linux/fast/text/wbr-expected.checksum: |
| * platform/chromium-linux/fast/text/whitespace/024-expected.checksum: |
| * platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum: |
| * platform/chromium-linux/fast/text/word-break-expected.checksum: |
| * platform/chromium-linux/fonts/cursive-expected.checksum: |
| * platform/chromium-linux/fonts/default-expected.checksum: |
| * platform/chromium-linux/fonts/fantasy-expected.checksum: |
| * platform/chromium-linux/fonts/monospace-expected.checksum: |
| * platform/chromium-linux/fonts/sans-serif-expected.checksum: |
| * platform/chromium-linux/fonts/serif-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/error404-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/error404-goback-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/error404-subframeload-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/post-goback1-expected.checksum: |
| * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum: |
| * platform/chromium-linux/media/video-controls-rendering-expected.checksum: |
| * platform/chromium-linux/media/video-zoom-expected.checksum: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/button-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/combobox-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/slider-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/textbox-expected.checksum: |
| * platform/chromium-linux/svg/carto.net/window-expected.checksum: |
| * platform/chromium-linux/svg/css/stars-with-shadow-expected.checksum: |
| * platform/chromium-linux/svg/custom/altglyph-expected.checksum: |
| * platform/chromium-linux/svg/custom/animate-path-morphing-expected.checksum: |
| * platform/chromium-linux/svg/custom/invisible-text-after-scrolling-expected.checksum: |
| * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.checksum: |
| * platform/chromium-linux/svg/custom/junk-data-expected.checksum: |
| * platform/chromium-linux/svg/custom/marker-child-changes-expected.checksum: |
| * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.checksum: |
| * platform/chromium-linux/svg/custom/mask-changes-expected.checksum: |
| * platform/chromium-linux/svg/custom/missing-xlink-expected.checksum: |
| * platform/chromium-linux/svg/custom/path-bad-data-expected.checksum: |
| * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: |
| * platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.checksum: |
| * platform/chromium-linux/svg/custom/use-detach-expected.checksum: |
| * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.checksum: |
| * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: |
| * platform/chromium-linux/svg/custom/use-transform-expected.checksum: |
| * platform/chromium-linux/svg/filters/filterRes-expected.checksum: |
| * platform/chromium-linux/svg/hixie/error/012-expected.checksum: |
| * platform/chromium-linux/svg/hixie/links/003-broken-expected.checksum: |
| * platform/chromium-linux/svg/hixie/perf/003-expected.checksum: |
| * platform/chromium-linux/svg/hixie/perf/004-expected.checksum: |
| * platform/chromium-linux/svg/hixie/perf/005-expected.checksum: |
| * platform/chromium-linux/svg/hixie/perf/006-expected.checksum: |
| * platform/chromium-linux/svg/hixie/text/003b-expected.checksum: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.checksum: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.checksum: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.checksum: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.checksum: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum: |
| * platform/chromium-linux/svg/text/kerning-expected.checksum: |
| * platform/chromium-linux/svg/text/multichar-glyph-expected.checksum: |
| * platform/chromium-linux/svg/zoom/page/absolute-sized-document-scrollbars-expected.checksum: |
| * platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.checksum: |
| * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: |
| * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.checksum: |
| * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.checksum: |
| * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/45621-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug10269-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug10296-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug113235-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug120364-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug131020_iframe-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug16252-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug23151-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug27038-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug38916-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug43039-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46480-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug50695-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug56405-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug5835-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug67915-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7112-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7112-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug8858-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug92143-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/borders-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/captions-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/col_span-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/nested1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/one_row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/row_span-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/test3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/test6-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug178855-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug220653-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7243-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/conflicts-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum: |
| * platform/chromium-linux/transforms/2d/transform-fixed-container-expected.checksum: |
| |
| 2010-06-25 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| getParameter(COLOR_WRITEMASK) needs to return Array |
| https://bugs.webkit.org/show_bug.cgi?id=40437 |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: getParameter(COLOR_WRITEMASK) returns bool array. |
| * fast/canvas/webgl/gl-get-calls.html: Ditto. |
| |
| 2010-06-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| r61908 affected all image test on Chromium linux. Rebaseline those affected tests. |
| |
| * platform/chromium-linux/css1/basic/class_as_selector-expected.png: |
| * platform/chromium-linux/css1/basic/comments-expected.png: |
| * platform/chromium-linux/css1/basic/containment-expected.png: |
| * platform/chromium-linux/css1/basic/id_as_selector-expected.png: |
| * platform/chromium-linux/css1/basic/inheritance-expected.png: |
| * platform/chromium-linux/css1/box_properties/border-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_bottom-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_bottom_width-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_left-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_left_width-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_right_inline-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_right_width-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_style-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_top-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_top_width-expected.png: |
| * platform/chromium-linux/css1/box_properties/border_width-expected.png: |
| * platform/chromium-linux/css1/box_properties/clear-expected.png: |
| * platform/chromium-linux/css1/box_properties/clear_float-expected.png: |
| * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.png: |
| * platform/chromium-linux/css1/box_properties/float_margin-expected.png: |
| * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png: |
| * platform/chromium-linux/css1/box_properties/height-expected.png: |
| * platform/chromium-linux/css1/box_properties/margin-expected.png: |
| * platform/chromium-linux/css1/box_properties/margin_bottom-expected.png: |
| * platform/chromium-linux/css1/box_properties/margin_inline-expected.png: |
| * platform/chromium-linux/css1/box_properties/margin_left-expected.png: |
| * platform/chromium-linux/css1/box_properties/margin_right-expected.png: |
| * platform/chromium-linux/css1/box_properties/margin_top-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding_bottom-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding_inline-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding_left-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding_right-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding_top-expected.png: |
| * platform/chromium-linux/css1/box_properties/width-expected.png: |
| * platform/chromium-linux/css1/cascade/cascade_order-expected.png: |
| * platform/chromium-linux/css1/classification/display-expected.png: |
| * platform/chromium-linux/css1/classification/list_style_type-expected.png: |
| * platform/chromium-linux/css1/classification/white_space-expected.png: |
| * platform/chromium-linux/css1/color_and_background/background-expected.png: |
| * platform/chromium-linux/css1/color_and_background/background_attachment-expected.png: |
| * platform/chromium-linux/css1/color_and_background/background_position-expected.png: |
| * platform/chromium-linux/css1/color_and_background/background_repeat-expected.png: |
| * platform/chromium-linux/css1/conformance/forward_compatible_parsing-expected.png: |
| * platform/chromium-linux/css1/font_properties/font-expected.png: |
| * platform/chromium-linux/css1/font_properties/font_family-expected.png: |
| * platform/chromium-linux/css1/font_properties/font_size-expected.png: |
| * platform/chromium-linux/css1/font_properties/font_weight-expected.png: |
| * platform/chromium-linux/css1/formatting_model/floating_elements-expected.png: |
| * platform/chromium-linux/css1/formatting_model/height_of_lines-expected.png: |
| * platform/chromium-linux/css1/formatting_model/horizontal_formatting-expected.png: |
| * platform/chromium-linux/css1/formatting_model/inline_elements-expected.png: |
| * platform/chromium-linux/css1/formatting_model/replaced_elements-expected.png: |
| * platform/chromium-linux/css1/formatting_model/vertical_formatting-expected.png: |
| * platform/chromium-linux/css1/pseudo/anchor-expected.png: |
| * platform/chromium-linux/css1/pseudo/firstletter-expected.png: |
| * platform/chromium-linux/css1/pseudo/firstline-expected.png: |
| * platform/chromium-linux/css1/pseudo/multiple_pseudo_elements-expected.png: |
| * platform/chromium-linux/css1/pseudo/pseudo_elements_in_selectors-expected.png: |
| * platform/chromium-linux/css1/text_properties/letter_spacing-expected.png: |
| * platform/chromium-linux/css1/text_properties/line_height-expected.png: |
| * platform/chromium-linux/css1/text_properties/text_decoration-expected.png: |
| * platform/chromium-linux/css1/text_properties/text_indent-expected.png: |
| * platform/chromium-linux/css1/text_properties/text_transform-expected.png: |
| * platform/chromium-linux/css1/text_properties/vertical_align-expected.png: |
| * platform/chromium-linux/css1/text_properties/word_spacing-expected.png: |
| * platform/chromium-linux/css1/units/color_units-expected.png: |
| * platform/chromium-linux/css1/units/length_units-expected.png: |
| * platform/chromium-linux/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: |
| * platform/chromium-linux/css2.1/t0803-c5505-mrgn-02-c-expected.png: |
| * platform/chromium-linux/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: |
| * platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: |
| * platform/chromium-linux/css2.1/t1002-c5523-width-02-b-g-expected.png: |
| * platform/chromium-linux/css2.1/t1202-counters-08-b-expected.png: |
| * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.png: |
| * platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: |
| * platform/chromium-linux/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: |
| * platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.png: |
| * platform/chromium-linux/editing/deleting/5168598-expected.png: |
| * platform/chromium-linux/editing/deleting/delete-after-span-ws-001-expected.png: |
| * platform/chromium-linux/editing/deleting/delete-after-span-ws-002-expected.png: |
| * platform/chromium-linux/editing/deleting/delete-after-span-ws-003-expected.png: |
| * platform/chromium-linux/editing/deleting/delete-line-end-ws-001-expected.png: |
| * platform/chromium-linux/editing/deleting/delete-line-end-ws-002-expected.png: |
| * platform/chromium-linux/editing/input/emacs-ctrl-o-expected.png: |
| * platform/chromium-linux/editing/inserting/12882-expected.png: |
| * platform/chromium-linux/editing/inserting/5607069-2-expected.png: |
| * platform/chromium-linux/editing/inserting/insert-div-023-expected.png: |
| * platform/chromium-linux/editing/pasteboard/emacs-cntl-y-001-expected.png: |
| * platform/chromium-linux/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: |
| * platform/chromium-linux/editing/pasteboard/emacs-ctrl-k-y-001-expected.png: |
| * platform/chromium-linux/editing/selection/5354455-1-expected.png: |
| * platform/chromium-linux/editing/selection/5354455-2-expected.png: |
| * platform/chromium-linux/editing/selection/designmode-no-caret-expected.png: |
| * platform/chromium-linux/editing/selection/focus_editable_html-expected.png: |
| * platform/chromium-linux/editing/selection/iframe-expected.png: |
| * platform/chromium-linux/editing/selection/move-by-line-001-expected.png: |
| * platform/chromium-linux/editing/selection/select-all-001-expected.png: |
| * platform/chromium-linux/editing/selection/select-all-002-expected.png: |
| * platform/chromium-linux/editing/selection/select-all-003-expected.png: |
| * platform/chromium-linux/editing/selection/select-all-004-expected.png: |
| * platform/chromium-linux/editing/selection/unrendered-001-expected.png: |
| * platform/chromium-linux/editing/selection/unrendered-002-expected.png: |
| * platform/chromium-linux/editing/selection/unrendered-003-expected.png: |
| * platform/chromium-linux/editing/selection/unrendered-004-expected.png: |
| * platform/chromium-linux/editing/selection/unrendered-005-expected.png: |
| * platform/chromium-linux/fast/backgrounds/001-expected.png: |
| * platform/chromium-linux/fast/backgrounds/background-inherit-color-bug-expected.png: |
| * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: |
| * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-linux/fast/backgrounds/svg-as-background-1-expected.png: |
| * platform/chromium-linux/fast/block/basic/016-expected.png: |
| * platform/chromium-linux/fast/block/basic/fieldset-stretch-to-legend-expected.png: |
| * platform/chromium-linux/fast/block/float/008-expected.png: |
| * platform/chromium-linux/fast/block/float/013-expected.png: |
| * platform/chromium-linux/fast/block/float/019-expected.png: |
| * platform/chromium-linux/fast/block/float/021-expected.png: |
| * platform/chromium-linux/fast/block/float/025-expected.png: |
| * platform/chromium-linux/fast/block/float/026-expected.png: |
| * platform/chromium-linux/fast/block/float/027-expected.png: |
| * platform/chromium-linux/fast/block/float/028-expected.png: |
| * platform/chromium-linux/fast/block/float/032-expected.png: |
| * platform/chromium-linux/fast/block/float/033-expected.png: |
| * platform/chromium-linux/fast/block/float/035-expected.png: |
| * platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.png: |
| * platform/chromium-linux/fast/block/float/br-with-clear-2-expected.png: |
| * platform/chromium-linux/fast/block/float/float-avoidance-expected.png: |
| * platform/chromium-linux/fast/block/float/nested-clearance-expected.png: |
| * platform/chromium-linux/fast/block/float/relative-painted-twice-expected.png: |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.png: |
| * platform/chromium-linux/fast/block/margin-collapse/104-expected.png: |
| * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.png: |
| * platform/chromium-linux/fast/block/positioning/047-expected.png: |
| * platform/chromium-linux/fast/block/positioning/051-expected.png: |
| * platform/chromium-linux/fast/block/positioning/055-expected.png: |
| * platform/chromium-linux/fast/block/positioning/auto/007-expected.png: |
| * platform/chromium-linux/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png: |
| * platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.png: |
| * platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.png: |
| * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-expected.png: |
| * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-float-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/001-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/001-xhtml-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/002-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/003-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/004-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/005-declarative-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/005-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/005-xhtml-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/006-declarative-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/006-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/006-xhtml-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/007-expected.png: |
| * platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.png: |
| * platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.png: |
| * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png: |
| * platform/chromium-linux/fast/box-sizing/box-sizing-expected.png: |
| * platform/chromium-linux/fast/canvas/canvas-bg-expected.png: |
| * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png: |
| * platform/chromium-linux/fast/canvas/image-object-in-canvas-expected.png: |
| * platform/chromium-linux/fast/clip/014-expected.png: |
| * platform/chromium-linux/fast/css-generated-content/014-expected.png: |
| * platform/chromium-linux/fast/css/005-expected.png: |
| * platform/chromium-linux/fast/css/MarqueeLayoutTest-expected.png: |
| * platform/chromium-linux/fast/css/border-height-expected.png: |
| * platform/chromium-linux/fast/css/css2-system-fonts-expected.png: |
| * platform/chromium-linux/fast/css/empty-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/font-face-descriptor-multiple-values-expected.png: |
| * platform/chromium-linux/fast/css/font-face-implicit-local-font-expected.png: |
| * platform/chromium-linux/fast/css/font-face-in-shadow-DOM-expected.png: |
| * platform/chromium-linux/fast/css/font_property_normal-expected.png: |
| * platform/chromium-linux/fast/css/hsl-color-expected.png: |
| * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/line-height-overflow-expected.png: |
| * platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.png: |
| * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png: |
| * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/percentage-non-integer-expected.png: |
| * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.png: |
| * platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.png: |
| * platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.png: |
| * platform/chromium-linux/fast/css/variables/misplaced-import-test-expected.png: |
| * platform/chromium-linux/fast/css/word-space-extra-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: |
| * platform/chromium-linux/fast/dom/clientWidthAfterDocumentIsRemoved-expected.png: |
| * platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.png: |
| * platform/chromium-linux/fast/dom/focus-contenteditable-expected.png: |
| * platform/chromium-linux/fast/dom/gc-10-expected.png: |
| * platform/chromium-linux/fast/dynamic/008-expected.png: |
| * platform/chromium-linux/fast/dynamic/anchor-lock-expected.png: |
| * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png: |
| * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png: |
| * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png: |
| * platform/chromium-linux/fast/events/5056619-expected.png: |
| * platform/chromium-linux/fast/events/autoscroll-expected.png: |
| * platform/chromium-linux/fast/events/keydown-1-expected.png: |
| * platform/chromium-linux/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-linux/fast/events/reveal-link-when-focused-expected.png: |
| * platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.png: |
| * platform/chromium-linux/fast/flexbox/009-expected.png: |
| * platform/chromium-linux/fast/flexbox/016-expected.png: |
| * platform/chromium-linux/fast/flexbox/flex-hang-expected.png: |
| * platform/chromium-linux/fast/forms/001-expected.png: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label05-expected.png: |
| * platform/chromium-linux/fast/forms/basic-textareas-expected.png: |
| * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.png: |
| * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png: |
| * platform/chromium-linux/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-linux/fast/forms/file-input-direction-expected.png: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-linux/fast/forms/form-hides-table-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-linux/fast/forms/input-first-letter-expected.png: |
| * platform/chromium-linux/fast/forms/input-table-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png: |
| * platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-expected.png: |
| * platform/chromium-linux/fast/forms/listbox-width-change-expected.png: |
| * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png: |
| * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.png: |
| * platform/chromium-linux/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-linux/fast/forms/select-block-background-expected.png: |
| * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.png: |
| * platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.png: |
| * platform/chromium-linux/fast/forms/select-initial-position-expected.png: |
| * platform/chromium-linux/fast/forms/select-item-background-clip-expected.png: |
| * platform/chromium-linux/fast/forms/select-list-box-with-height-expected.png: |
| * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png: |
| * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png: |
| * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png: |
| * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.png: |
| * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png: |
| * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.png: |
| * platform/chromium-linux/fast/forms/textarea-width-expected.png: |
| * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.png: |
| * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png: |
| * platform/chromium-linux/fast/frames/inline-object-inside-frameset-expected.png: |
| * platform/chromium-linux/fast/frames/invalid-expected.png: |
| * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.png: |
| * platform/chromium-linux/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/chromium-linux/fast/frames/valid-expected.png: |
| * platform/chromium-linux/fast/frames/viewsource-attribute-expected.png: |
| * platform/chromium-linux/fast/gradients/background-clipped-expected.png: |
| * platform/chromium-linux/fast/images/pdf-as-image-expected.png: |
| * platform/chromium-linux/fast/images/pdf-as-image-landscape-expected.png: |
| * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.png: |
| * platform/chromium-linux/fast/inline-block/tricky-baseline-expected.png: |
| * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.png: |
| * platform/chromium-linux/fast/inline/inline-continuation-borders-expected.png: |
| * platform/chromium-linux/fast/inline/long-wrapped-line-expected.png: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.png: |
| * platform/chromium-linux/fast/layers/opacity-transforms-expected.png: |
| * platform/chromium-linux/fast/layers/overflow-scroll-auto-switch-expected.png: |
| * platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.png: |
| * platform/chromium-linux/fast/lists/008-expected.png: |
| * platform/chromium-linux/fast/lists/alpha-list-wrap-expected.png: |
| * platform/chromium-linux/fast/lists/drag-into-marker-expected.png: |
| * platform/chromium-linux/fast/lists/li-br-expected.png: |
| * platform/chromium-linux/fast/lists/ol-start-parsing-expected.png: |
| * platform/chromium-linux/fast/lists/olstart-expected.png: |
| * platform/chromium-linux/fast/lists/w3-css3-list-styles-alphabetic-expected.png: |
| * platform/chromium-linux/fast/lists/w3-css3-list-styles-numeric-expected.png: |
| * platform/chromium-linux/fast/lists/w3-list-styles-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-02-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-03-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-04-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-05-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-06-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-07-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.png: |
| * platform/chromium-linux/fast/media/mq-relative-constraints-09-expected.png: |
| * platform/chromium-linux/fast/media/mq-width-absolute-01-expected.png: |
| * platform/chromium-linux/fast/media/mq-width-absolute-02-expected.png: |
| * platform/chromium-linux/fast/media/mq-width-absolute-03-expected.png: |
| * platform/chromium-linux/fast/media/mq-width-absolute-04-expected.png: |
| * platform/chromium-linux/fast/multicol/client-rects-expected.png: |
| * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png: |
| * platform/chromium-linux/fast/multicol/columns-shorthand-parsing-expected.png: |
| * platform/chromium-linux/fast/multicol/float-multicol-expected.png: |
| * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.png: |
| * platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.png: |
| * platform/chromium-linux/fast/multicol/nested-columns-expected.png: |
| * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.png: |
| * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png: |
| * platform/chromium-linux/fast/overflow/002-expected.png: |
| * platform/chromium-linux/fast/overflow/003-expected.png: |
| * platform/chromium-linux/fast/overflow/005-expected.png: |
| * platform/chromium-linux/fast/overflow/006-expected.png: |
| * platform/chromium-linux/fast/overflow/007-expected.png: |
| * platform/chromium-linux/fast/overflow/008-expected.png: |
| * platform/chromium-linux/fast/overflow/childFocusRingClip-expected.png: |
| * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.png: |
| * platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.png: |
| * platform/chromium-linux/fast/overflow/hit-test-overflow-controls-expected.png: |
| * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-auto-table-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-rtl-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-stacking-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png: |
| * platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.png: |
| * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: |
| * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png: |
| * platform/chromium-linux/fast/overflow/scrollbar-position-update-expected.png: |
| * platform/chromium-linux/fast/overflow/table-overflow-float-expected.png: |
| * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.png: |
| * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png: |
| * platform/chromium-linux/fast/reflections/reflection-direction-expected.png: |
| * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-2-expected.png: |
| * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png: |
| * platform/chromium-linux/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: |
| * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.png: |
| * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: |
| * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: |
| * platform/chromium-linux/fast/repaint/fixed-expected.png: |
| * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: |
| * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.png: |
| * platform/chromium-linux/fast/repaint/fixed-tranformed-expected.png: |
| * platform/chromium-linux/fast/repaint/layout-state-only-positioned-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png: |
| * platform/chromium-linux/fast/repaint/list-marker-expected.png: |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.png: |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.png: |
| * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.png: |
| * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/chromium-linux/fast/repaint/repaint-during-scroll-expected.png: |
| * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-2-expected.png: |
| * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-expected.png: |
| * platform/chromium-linux/fast/replaced/005-expected.png: |
| * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png: |
| * platform/chromium-linux/fast/replaced/pdf-as-image-expected.png: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-image-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png: |
| * platform/chromium-linux/fast/selectors/166-expected.png: |
| * platform/chromium-linux/fast/table/023-expected.png: |
| * platform/chromium-linux/fast/table/034-expected.png: |
| * platform/chromium-linux/fast/table/040-expected.png: |
| * platform/chromium-linux/fast/table/border-collapsing/004-expected.png: |
| * platform/chromium-linux/fast/table/edge-offsets-expected.png: |
| * platform/chromium-linux/fast/table/empty-cells-expected.png: |
| * platform/chromium-linux/fast/table/frame-and-rules-expected.png: |
| * platform/chromium-linux/fast/table/height-percent-test-expected.png: |
| * platform/chromium-linux/fast/table/overflowHidden-expected.png: |
| * platform/chromium-linux/fast/table/prepend-in-anonymous-table-expected.png: |
| * platform/chromium-linux/fast/table/table-display-types-expected.png: |
| * platform/chromium-linux/fast/table/wide-colspan-expected.png: |
| * platform/chromium-linux/fast/table/wide-column-expected.png: |
| * platform/chromium-linux/fast/text/drawBidiText-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-listbox-atsui-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-listbox-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png: |
| * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png: |
| * platform/chromium-linux/fast/text/softHyphen-expected.png: |
| * platform/chromium-linux/fast/text/text-letter-spacing-expected.png: |
| * platform/chromium-linux/fast/text/updateNewFont-expected.png: |
| * platform/chromium-linux/fast/text/wbr-expected.png: |
| * platform/chromium-linux/fast/text/whitespace/024-expected.png: |
| * platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png: |
| * platform/chromium-linux/fast/text/word-break-expected.png: |
| * platform/chromium-linux/fonts/cursive-expected.png: |
| * platform/chromium-linux/fonts/default-expected.png: |
| * platform/chromium-linux/fonts/fantasy-expected.png: |
| * platform/chromium-linux/fonts/monospace-expected.png: |
| * platform/chromium-linux/fonts/sans-serif-expected.png: |
| * platform/chromium-linux/fonts/serif-expected.png: |
| * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/error404-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/error404-goback-expected.png: |
| * platform/chromium-linux/http/tests/navigation/error404-subframeload-expected.png: |
| * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/post-goback1-expected.png: |
| * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png: |
| * platform/chromium-linux/media/video-controls-rendering-expected.png: |
| * platform/chromium-linux/media/video-zoom-expected.png: |
| * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: |
| * platform/chromium-linux/svg/carto.net/button-expected.png: |
| * platform/chromium-linux/svg/carto.net/combobox-expected.png: |
| * platform/chromium-linux/svg/carto.net/slider-expected.png: |
| * platform/chromium-linux/svg/carto.net/textbox-expected.png: |
| * platform/chromium-linux/svg/carto.net/window-expected.png: |
| * platform/chromium-linux/svg/css/stars-with-shadow-expected.png: |
| * platform/chromium-linux/svg/custom/altglyph-expected.png: |
| * platform/chromium-linux/svg/custom/animate-path-morphing-expected.png: |
| * platform/chromium-linux/svg/custom/invisible-text-after-scrolling-expected.png: |
| * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png: |
| * platform/chromium-linux/svg/custom/junk-data-expected.png: |
| * platform/chromium-linux/svg/custom/marker-child-changes-expected.png: |
| * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.png: |
| * platform/chromium-linux/svg/custom/mask-changes-expected.png: |
| * platform/chromium-linux/svg/custom/missing-xlink-expected.png: |
| * platform/chromium-linux/svg/custom/path-bad-data-expected.png: |
| * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: |
| * platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.png: |
| * platform/chromium-linux/svg/custom/use-detach-expected.png: |
| * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.png: |
| * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: |
| * platform/chromium-linux/svg/custom/use-transform-expected.png: |
| * platform/chromium-linux/svg/filters/filterRes-expected.png: |
| * platform/chromium-linux/svg/hixie/error/012-expected.png: |
| * platform/chromium-linux/svg/hixie/links/003-broken-expected.png: |
| * platform/chromium-linux/svg/hixie/perf/003-expected.png: |
| * platform/chromium-linux/svg/hixie/perf/004-expected.png: |
| * platform/chromium-linux/svg/hixie/perf/005-expected.png: |
| * platform/chromium-linux/svg/hixie/perf/006-expected.png: |
| * platform/chromium-linux/svg/hixie/text/003b-expected.png: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: |
| * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: |
| * platform/chromium-linux/svg/text/kerning-expected.png: |
| * platform/chromium-linux/svg/text/multichar-glyph-expected.png: |
| * platform/chromium-linux/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: |
| * platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/45621-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug10269-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug113235-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug120364-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug131020_iframe-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug16252-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug23151-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug27038-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug38916-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug43039-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46480-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug50695-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug56405-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug5835-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug67915-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7112-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7112-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug8858-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug92143-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.png: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/borders-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/captions-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/col_span-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/nested1-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/one_row-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/row_span-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/test3-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/test6-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug178855-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug220653-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7243-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/conflicts-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png: |
| * platform/chromium-linux/transforms/2d/transform-fixed-container-expected.png: |
| |
| 2010-06-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. |
| |
| Fix up test expectation for Chromium as one test is passing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-25 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] HTTP 307 after a 303 after a POST re-sends POST data from the original request |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35301 |
| |
| Qt needs to use ResourceRequest::request()->httpMethod()) in order to determine |
| the appropriate method for a 307 redirect request. |
| |
| When deciding if it needs to override a POST method with a GET method during a |
| redirect chain, QNetworkReplyHandler needs to check the HTTP method stored |
| in ResourceRequest::request()->httpMethod(). This will always contain the |
| original request method in a redirect chain and, more importantly, is the |
| method that will be used for the request created from the redirect |
| if it is not overridden. |
| |
| Unskip http/tests/loading/307-after-303-after-post.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Fixed test expectations for Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Fixed test expectations for Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-25 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r61812. |
| http://trac.webkit.org/changeset/61812 |
| https://bugs.webkit.org/show_bug.cgi?id=41216 |
| |
| breaks Chromium workers tests (Requested by mnaganov on |
| #webkit). |
| |
| * fast/workers/storage/open-database-sync-inputs-expected.txt: |
| * fast/workers/storage/resources/open-database-sync-inputs.js: |
| |
| 2010-06-25 Alex Milowski <alex@milowski.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Added a test for row alignment, adjusted tests to better demonstrate their |
| respective area of MathML, and updated the output for all the tests due to |
| the change in vertical alignment of all MathML constructs. |
| |
| * mathml/presentation/mo.xhtml: |
| * mathml/presentation/row-alignment.xhtml: Added. |
| * mathml/presentation/row.xhtml: |
| * mathml/presentation/sub.xhtml: |
| * platform/mac/mathml/presentation/fractions-expected.checksum: |
| * platform/mac/mathml/presentation/fractions-expected.png: |
| * platform/mac/mathml/presentation/fractions-expected.txt: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: |
| * platform/mac/mathml/presentation/mo-expected.checksum: |
| * platform/mac/mathml/presentation/mo-expected.png: |
| * platform/mac/mathml/presentation/mo-expected.txt: |
| * platform/mac/mathml/presentation/over-expected.checksum: |
| * platform/mac/mathml/presentation/over-expected.png: |
| * platform/mac/mathml/presentation/over-expected.txt: |
| * platform/mac/mathml/presentation/roots-expected.checksum: |
| * platform/mac/mathml/presentation/roots-expected.png: |
| * platform/mac/mathml/presentation/roots-expected.txt: |
| * platform/mac/mathml/presentation/row-alignment-expected.checksum: Added. |
| * platform/mac/mathml/presentation/row-alignment-expected.png: Added. |
| * platform/mac/mathml/presentation/row-alignment-expected.txt: Added. |
| * platform/mac/mathml/presentation/row-expected.checksum: |
| * platform/mac/mathml/presentation/row-expected.png: |
| * platform/mac/mathml/presentation/row-expected.txt: |
| * platform/mac/mathml/presentation/sub-expected.checksum: |
| * platform/mac/mathml/presentation/sub-expected.png: |
| * platform/mac/mathml/presentation/sub-expected.txt: |
| * platform/mac/mathml/presentation/subsup-expected.checksum: |
| * platform/mac/mathml/presentation/subsup-expected.png: |
| * platform/mac/mathml/presentation/subsup-expected.txt: |
| * platform/mac/mathml/presentation/sup-expected.checksum: |
| * platform/mac/mathml/presentation/sup-expected.png: |
| * platform/mac/mathml/presentation/sup-expected.txt: |
| * platform/mac/mathml/presentation/tables-expected.checksum: |
| * platform/mac/mathml/presentation/tables-expected.png: |
| * platform/mac/mathml/presentation/tables-expected.txt: |
| * platform/mac/mathml/presentation/under-expected.checksum: |
| * platform/mac/mathml/presentation/under-expected.png: |
| * platform/mac/mathml/presentation/under-expected.txt: |
| * platform/mac/mathml/presentation/underover-expected.checksum: |
| * platform/mac/mathml/presentation/underover-expected.png: |
| * platform/mac/mathml/presentation/underover-expected.txt: |
| |
| 2010-06-25 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Can't see source when hitting debugger statement in evaled source |
| https://bugs.webkit.org/show_bug.cgi?id=41058 |
| |
| Test that debugger will stop at a debugger statement in code evaluated |
| in Web Inspector console. |
| |
| * inspector/debugger-pause-in-eval-script-expected.txt: Added. |
| * inspector/debugger-pause-in-eval-script.html: Added. |
| |
| 2010-06-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium-linux/svg/text/text-intro-05-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-intro-05-t-expected.png: |
| |
| 2010-06-25 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Remove rgb part of test and update expected result. |
| |
| * platform/mac/svg/css/rect-system-color-expected.txt: Removed. |
| * svg/css/rect-system-color-expected.txt: Added. |
| * svg/css/rect-system-color.xhtml: |
| |
| 2010-06-25 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Make test result mac specific. |
| |
| * platform/mac/svg/css/rect-system-color-expected.txt: Renamed from LayoutTests/svg/css/rect-system-color-expected.txt. |
| |
| 2010-06-24 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Test for |
| Bug 40880 - SVG properties fill and stroke do not accept system colors |
| https://bugs.webkit.org/show_bug.cgi?id=40880 |
| |
| * svg/css/rect-system-color-expected.txt: Added. |
| * svg/css/rect-system-color.xhtml: Added. |
| |
| 2010-06-25 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: Add <meter> expectations |
| |
| 2010-06-24 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Update test expectations for chromium. |
| |
| * platform/chromium-mac/fast/history/timed-refresh-in-cached-frame-expected.txt: Added. |
| * platform/chromium-win/fast/history/timed-refresh-in-cached-frame-expected.txt: Added. |
| * platform/chromium-win/fast/images/icon-decoding-expected.txt: |
| |
| 2010-06-24 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Update GTK expectations for fast/images/icon-decoding.html because |
| Peter is lazy. :) |
| |
| * platform/gtk/fast/images/icon-decoding-expected.txt: |
| |
| 2010-06-24 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Kenneth Christiansen. |
| |
| Spatial Navigation: refactor spatial-navigation-utils.js to support testing nested frames deeper than one level |
| https://bugs.webkit.org/show_bug.cgi?id=41157 |
| |
| As is today, we can not test focused nodes in inner frames nested more than one level |
| deep, due to spatial-navigation-utils.js limitations. Patch addresses this problem: |
| any time before any focus check, it retrieves the proper focused frame in any level deep. |
| |
| All spatial navigation test results changed output because the parameter passed in to |
| shouldBeEqualToString (from js-pre-test.js) changed in spatial-navigation-utils.js. |
| |
| * fast/events/spatial-navigation/resources/spatial-navigation-utils.js: |
| (initTest): |
| (verifyAndAdvance): |
| (findFocusedDocument): |
| * fast/events/spatial-navigation/snav-clipped-overflowed-content-expected.txt: |
| * fast/events/spatial-navigation/snav-div-scrollable-but-without-focusable-content-expected.txt: |
| * fast/events/spatial-navigation/snav-fully-aligned-horizontally-expected.txt: |
| * fast/events/spatial-navigation/snav-fully-aligned-vertically-expected.txt: |
| * fast/events/spatial-navigation/snav-iframe-flattening-simple-expected.txt: |
| * fast/events/spatial-navigation/snav-iframe-no-focusable-content-expected.txt: |
| * fast/events/spatial-navigation/snav-iframe-no-scrollable-content-expected.txt: |
| * fast/events/spatial-navigation/snav-iframe-recursive-offset-parent-expected.txt: |
| * fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element-expected.txt: |
| * fast/events/spatial-navigation/snav-offscreen-content-expected.txt: |
| * fast/events/spatial-navigation/snav-only-clipped-overflow-content-expected.txt: |
| * fast/events/spatial-navigation/snav-simple-content-overflow-expected.txt: |
| * fast/events/spatial-navigation/snav-table-traversal-expected.txt: |
| * fast/events/spatial-navigation/snav-tiny-table-traversal-expected.txt: |
| * fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: |
| |
| 2010-06-24 Cris Neckar <cdn@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [Chromium] Out of bounds write in WebCore::PNGImageDecoder::rowAvailable |
| https://bugs.webkit.org/show_bug.cgi?id=40798 |
| |
| Tests a PNG with an extra row. |
| |
| * fast/images/png-extra-row-crash-expected.txt: Added. |
| * fast/images/png-extra-row-crash.html: Added. |
| * fast/images/resources/png-extra-row-crash.png: Added. |
| |
| 2010-06-24 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Add mac pixel baselines for fast/images/icon-decoding and fix EOLs for text baseline. |
| |
| * platform/mac/fast/images/icon-decoding-expected.checksum: |
| * platform/mac/fast/images/icon-decoding-expected.png: |
| * platform/mac/fast/images/icon-decoding-expected.txt: |
| |
| 2010-06-24 Peter Kasting <pkasting@google.com> |
| |
| Not reviewed, updating test baseline for changed test. |
| |
| Update mac text baseline. Don't have a way to get an updated pixel diff |
| at the moment. |
| https://bugs.webkit.org/show_bug.cgi?id=41107 |
| |
| * platform/mac/fast/images/icon-decoding-expected.txt: |
| |
| 2010-06-23 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Uncomment all test cases in open-database-sync-inputs. |
| https://bugs.webkit.org/show_bug.cgi?id=40607 |
| |
| * fast/workers/storage/open-database-sync-inputs-expected.txt: |
| * fast/workers/storage/resources/open-database-sync-inputs.js: |
| (catch): |
| |
| 2010-06-24 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Adding GTK+-specific results for these tests. |
| |
| * platform/gtk/Skipped: Unskipping tests that now have baselines. |
| * platform/gtk/fast/block/positioning/relative-positioned-inline-container-expected.txt: Added. |
| * platform/gtk/fast/repaint/inline-relative-positioned-expected.txt: Added. |
| |
| 2010-06-24 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Cannot change the selection via the keyboard |
| https://bugs.webkit.org/show_bug.cgi?id=41162 |
| |
| * platform/gtk/Skipped: Unskip a test which is now passing. |
| |
| 2010-06-24 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, just updating a comment. |
| |
| include a bug link in skipped mac test |
| https://bugs.webkit.org/show_bug.cgi?id=41185 |
| |
| * platform/mac/Skipped: Updating a comment to include a bug link. |
| |
| 2010-06-24 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Brady Eidson. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41178 |
| Timed refresh in subframes isn't stopped when going into b/f cache |
| |
| This is a slow test, because a fast redirect results in replacing the current item in b/f |
| list, so back/forward cache doesn't get involved. But this code path must be tested. |
| |
| * fast/history/timed-refresh-in-cached-frame-expected.txt: Added. |
| * fast/history/timed-refresh-in-cached-frame.html: Added. |
| |
| 2010-06-24 Peter Kasting <pkasting@google.com> |
| |
| Not reviewed. |
| |
| Fix earlier test change so it actually tests anything. |
| https://bugs.webkit.org/show_bug.cgi?id=41107 |
| |
| * fast/images/icon-decoding.html: |
| |
| 2010-06-21 Evan Martin <evan@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| [chromium] overlapping characters in complex text |
| https://bugs.webkit.org/show_bug.cgi?id=40966 |
| |
| New baselines, now that bug is fixed (e.g. the /M at the end was previously overlapping). |
| |
| * platform/chromium-linux/fast/text/international/thai-baht-space-expected.checksum: |
| * platform/chromium-linux/fast/text/international/thai-baht-space-expected.png: |
| * platform/chromium-linux/fast/text/atsui-spacing-features-expected.checksum: |
| * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png: |
| |
| 2010-06-23 Peter Kasting <pkasting@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| REGRESSION (r61619): Memory corruption in open-source ICO decoder |
| https://bugs.webkit.org/show_bug.cgi?id=41107 |
| |
| This doesn't contain the updated test results -- I'll get that off the |
| bots after checkin. |
| |
| * fast/images/icon-decoding.html: Add test for memory corruption while decoding broken .ico. |
| * fast/images/resources/bad.ico: Added. |
| |
| 2010-06-24 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Updated expected results for a test that differs on the bots. |
| |
| * platform/gtk/scrollbars/overflow-scrollbar-combinations-expected.txt: |
| |
| 2010-06-24 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Skip a failing test. Clean up skipped list stragglers. Conglomerate all tests which |
| are timing out and don't have attached bugs. Add expected results for some tests and |
| unskip them. |
| |
| * platform/gtk/Skipped: Clean up skipped list stragglers. |
| * platform/gtk/animations/3d/change-transform-in-end-event-expected.txt: Added. |
| * platform/gtk/animations/3d/state-at-end-event-transform-expected.txt: Added. |
| * platform/gtk/animations/state-at-end-event-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/001-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/animated-gif-as-background-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/animated-svg-as-background-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt. |
| * platform/gtk/fast/backgrounds/background-inherit-color-bug-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/background-origin-root-element-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/background-position-1-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/background-position-rounding-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/bgCompositeCopy-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/bgCompositeCopy-expected.txt. |
| * platform/gtk/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/mask-composite-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/opacity-on-document-element-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize01-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize01-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize02-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize03-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize03-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize04-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize04-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize05-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize05-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize06-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize06-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize07-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize07-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize08-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize08-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize09-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize09-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize10-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize10-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize11-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize11-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize12-expected.txt: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize12-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize13-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize14-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize15-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/size/backgroundSize16-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/size/backgroundSize17-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize18-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.txt. |
| * platform/gtk/fast/backgrounds/size/backgroundSize19-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.txt. |
| * platform/gtk/fast/backgrounds/size/zero-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/svg-as-background-1-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/svg-as-background-1-expected.txt. |
| * platform/gtk/fast/backgrounds/svg-as-background-2-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/svg-as-background-2-expected.txt. |
| * platform/gtk/fast/backgrounds/svg-as-background-3-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/svg-as-background-3-expected.txt. |
| * platform/gtk/fast/backgrounds/svg-as-background-4-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/svg-as-background-4-expected.txt. |
| * platform/gtk/fast/backgrounds/svg-as-background-5-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/svg-as-background-5-expected.txt. |
| * platform/gtk/fast/backgrounds/svg-as-background-6-expected.txt: Copied from LayoutTests/platform/qt/fast/backgrounds/svg-as-background-6-expected.txt. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/002-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/003-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt: Added. |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Added. |
| * platform/gtk/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Added. |
| * platform/gtk/printing/compositing-layer-printing-expected.txt: Added. |
| * platform/gtk/printing/media-queries-print-expected.txt: Added. |
| * platform/gtk/printing/return-from-printing-mode-expected.txt: Added. |
| * platform/gtk/scrollbars/disabled-scrollbar-expected.txt: Added. |
| * platform/gtk/scrollbars/listbox-scrollbar-combinations-expected.txt: Added. |
| * platform/gtk/scrollbars/overflow-scrollbar-combinations-expected.txt: Added. |
| * platform/gtk/scrollbars/scrollbar-buttons-expected.txt: Added. |
| * platform/gtk/scrollbars/scrollbar-orientation-expected.txt: Added. |
| * platform/gtk/transforms/2d/transform-fixed-container-expected.txt: Added. |
| * platform/gtk/transforms/2d/zoom-menulist-expected.txt: Added. |
| * platform/gtk/transitions/move-after-transition-expected.txt: Added. |
| * platform/gtk/transitions/transition-end-event-rendering-expected.txt: Copied from LayoutTests/platform/mac/transitions/transition-end-event-rendering-expected.txt. |
| |
| 2010-06-24 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| <rdar://problem/8044645> and https://bugs.webkit.org/show_bug.cgi?id=41082 |
| |
| Webarchives will null main resource cause a repro crash. |
| |
| * webarchive/loading/mainresource-null-mimetype-crash-expected.txt: Added. |
| * webarchive/loading/mainresource-null-mimetype-crash.html: Added. |
| * webarchive/loading/resources/mainresource-null-mimetype.webarchive: Added. |
| |
| 2010-06-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed test expectations update. |
| |
| * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum. |
| * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Added. |
| |
| 2010-06-24 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Eric Carlson. |
| |
| Test for <rdar://problem/8093680> "Paste and Match Style" should fire paste events |
| https://bugs.webkit.org/show_bug.cgi?id=41085 |
| |
| * platform/mac/editing/pasteboard/paste-and-match-style-selector-event-expected.txt: Added. |
| * platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html: Added. |
| |
| 2010-06-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed test expectations update. |
| |
| * platform/chromium-win/svg/text/text-text-05-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-text-05-t-expected.png: |
| |
| 2010-06-24 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: rebaseline images for r61759 and r61762. |
| |
| * platform/chromium-linux/svg/text/selection-doubleclick-expected.checksum: |
| * platform/chromium-linux/svg/text/selection-doubleclick-expected.png: |
| * platform/chromium-linux/svg/text/selection-tripleclick-expected.checksum: |
| * platform/chromium-linux/svg/text/selection-tripleclick-expected.png: |
| * platform/chromium-linux/svg/text/text-align-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-align-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-align-02-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-align-02-b-expected.png: |
| * platform/chromium-linux/svg/text/text-align-03-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-align-03-b-expected.png: |
| * platform/chromium-linux/svg/text/text-align-04-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-align-04-b-expected.png: |
| * platform/chromium-linux/svg/text/text-align-05-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-align-05-b-expected.png: |
| * platform/chromium-linux/svg/text/text-align-06-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-align-06-b-expected.png: |
| * platform/chromium-linux/svg/text/text-altglyph-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-altglyph-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-deco-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-deco-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-fonts-01-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-fonts-01-t-expected.png: |
| * platform/chromium-linux/svg/text/text-fonts-02-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-fonts-02-t-expected.png: |
| * platform/chromium-linux/svg/text/text-intro-05-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-intro-05-t-expected.png: |
| * platform/chromium-linux/svg/text/text-path-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-path-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-spacing-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-spacing-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-text-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-text-03-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-text-03-b-expected.png: |
| * platform/chromium-linux/svg/text/text-text-04-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-text-04-t-expected.png: |
| * platform/chromium-linux/svg/text/text-text-05-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-text-05-t-expected.png: |
| * platform/chromium-linux/svg/text/text-text-06-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-text-06-t-expected.png: |
| * platform/chromium-linux/svg/text/text-text-07-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-text-07-t-expected.png: |
| * platform/chromium-linux/svg/text/text-text-08-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-text-08-b-expected.png: |
| * platform/chromium-linux/svg/text/text-tref-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-tref-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-tselect-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-tselect-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-tselect-02-f-expected.checksum: |
| * platform/chromium-linux/svg/text/text-tselect-02-f-expected.png: |
| * platform/chromium-linux/svg/text/text-tspan-01-b-expected.checksum: |
| * platform/chromium-linux/svg/text/text-tspan-01-b-expected.png: |
| * platform/chromium-linux/svg/text/text-ws-01-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-ws-01-t-expected.png: |
| * platform/chromium-linux/svg/text/text-ws-02-t-expected.checksum: |
| * platform/chromium-linux/svg/text/text-ws-02-t-expected.png: |
| * platform/chromium-linux/svg/text/textPathBoundsBug-expected.checksum: |
| * platform/chromium-mac/svg/text/selection-doubleclick-expected.checksum: |
| * platform/chromium-mac/svg/text/selection-doubleclick-expected.png: Removed. |
| * platform/chromium-mac/svg/text/selection-tripleclick-expected.checksum: |
| * platform/chromium-mac/svg/text/selection-tripleclick-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-align-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-align-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-align-02-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-align-02-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-align-03-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-align-03-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-align-04-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-align-04-b-expected.png: |
| * platform/chromium-mac/svg/text/text-align-05-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-align-05-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-align-06-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-align-06-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-altglyph-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-altglyph-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-deco-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-deco-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-fonts-01-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-fonts-01-t-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-fonts-02-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-fonts-02-t-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-path-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-path-01-b-expected.png: |
| * platform/chromium-mac/svg/text/text-spacing-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-spacing-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-text-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-text-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-text-03-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-text-03-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-text-04-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-text-04-t-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-text-06-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-text-06-t-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-text-07-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-text-07-t-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-text-08-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-text-08-b-expected.png: |
| * platform/chromium-mac/svg/text/text-tref-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-tref-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-tselect-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-tselect-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-tselect-02-f-expected.checksum: |
| * platform/chromium-mac/svg/text/text-tselect-02-f-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-tspan-01-b-expected.checksum: |
| * platform/chromium-mac/svg/text/text-tspan-01-b-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-ws-01-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-ws-01-t-expected.png: Removed. |
| * platform/chromium-mac/svg/text/text-ws-02-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-ws-02-t-expected.png: Removed. |
| * platform/chromium-mac/svg/text/textPathBoundsBug-expected.checksum: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/bugs/bug23235-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/bugs/bug23235-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Added. |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum. |
| * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum. |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum. |
| * platform/chromium-win-xp/svg/text/text-fonts-01-t-expected.checksum: |
| * platform/chromium-win-xp/svg/text/text-fonts-01-t-expected.png: Removed. |
| * platform/chromium-win/svg/text/selection-doubleclick-expected.checksum: |
| * platform/chromium-win/svg/text/selection-doubleclick-expected.png: |
| * platform/chromium-win/svg/text/selection-tripleclick-expected.checksum: |
| * platform/chromium-win/svg/text/selection-tripleclick-expected.png: |
| * platform/chromium-win/svg/text/text-align-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-align-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-align-02-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-align-02-b-expected.png: |
| * platform/chromium-win/svg/text/text-align-03-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-align-03-b-expected.png: |
| * platform/chromium-win/svg/text/text-align-04-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-align-04-b-expected.png: |
| * platform/chromium-win/svg/text/text-align-05-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-align-05-b-expected.png: |
| * platform/chromium-win/svg/text/text-align-06-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-align-06-b-expected.png: |
| * platform/chromium-win/svg/text/text-altglyph-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-altglyph-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-deco-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-deco-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-fonts-01-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-fonts-01-t-expected.png: |
| * platform/chromium-win/svg/text/text-fonts-02-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-fonts-02-t-expected.png: |
| * platform/chromium-win/svg/text/text-intro-05-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-intro-05-t-expected.png: |
| * platform/chromium-win/svg/text/text-path-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-path-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-spacing-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-spacing-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-text-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-text-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-text-03-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-text-03-b-expected.png: |
| * platform/chromium-win/svg/text/text-text-04-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-text-04-t-expected.png: |
| * platform/chromium-win/svg/text/text-text-06-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-text-06-t-expected.png: |
| * platform/chromium-win/svg/text/text-text-07-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-text-07-t-expected.png: |
| * platform/chromium-win/svg/text/text-text-08-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-text-08-b-expected.png: |
| * platform/chromium-win/svg/text/text-tref-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-tref-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-tselect-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-tselect-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-tselect-02-f-expected.checksum: |
| * platform/chromium-win/svg/text/text-tselect-02-f-expected.png: |
| * platform/chromium-win/svg/text/text-tspan-01-b-expected.checksum: |
| * platform/chromium-win/svg/text/text-tspan-01-b-expected.png: |
| * platform/chromium-win/svg/text/text-ws-01-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-ws-01-t-expected.png: |
| * platform/chromium-win/svg/text/text-ws-02-t-expected.checksum: |
| * platform/chromium-win/svg/text/text-ws-02-t-expected.png: |
| * platform/chromium-win/svg/text/textPathBoundsBug-expected.checksum: |
| * platform/chromium-win/svg/text/textPathBoundsBug-expected.png: |
| |
| 2010-06-23 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| This updates the pixel test baselines after r61710, and removes |
| them from test_expectations.txt. |
| |
| * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.png: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize11-expected.checksum: Removed. |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize16-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize19-expected.checksum: Removed. |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize22-expected.checksum: Removed. |
| * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum: Added. |
| * platform/chromium-linux/fast/css/value-list-out-of-bounds-crash-expected.checksum: |
| * platform/chromium-linux/fast/events/pointer-events-2-expected.checksum: |
| * platform/chromium-linux/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-linux/fast/forms/input-type-change-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-type-change-expected.png: |
| * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.checksum: |
| * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-linux/fast/replaced/image-sizing-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug14929-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug14929-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/misc-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: |
| * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.checksum: |
| * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.png: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize01-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize01-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize05-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize05-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize07-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize07-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize08-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize08-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize09-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize09-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize10-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize10-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize11-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize11-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize12-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize12-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize16-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize20-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize20-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize21-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize21-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png: |
| * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum: |
| * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: |
| * platform/chromium-win/fast/css/value-list-out-of-bounds-crash-expected.checksum: |
| * platform/chromium-win/fast/css/value-list-out-of-bounds-crash-expected.png: |
| * platform/chromium-win/fast/events/pointer-events-2-expected.checksum: |
| * platform/chromium-win/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-win/fast/forms/input-type-change-expected.checksum: |
| * platform/chromium-win/fast/forms/input-type-change-expected.png: |
| * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.checksum: |
| * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-win/fast/replaced/image-sizing-expected.checksum: |
| * platform/chromium-win/fast/replaced/image-sizing-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug14929-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug14929-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug625-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png: |
| * platform/chromium-win/tables/mozilla/core/bloomberg-expected.checksum: |
| * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: |
| * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/chromium-win/tables/mozilla/core/misc-expected.checksum: |
| * platform/chromium-win/tables/mozilla/core/misc-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/other/cell_widths-expected.checksum: |
| * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: |
| * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: |
| * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum: |
| * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.png: |
| * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.png: |
| * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png: |
| * platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: |
| * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: |
| * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: |
| * platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.checksum: |
| * platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.png: |
| * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: |
| * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png: |
| * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: |
| * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png: |
| * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: |
| * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png: |
| * platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum: |
| * platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize01-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize01-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize05-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize06-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize06-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize07-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize07-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize08-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize08-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize09-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize09-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize10-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize10-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize11-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize11-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize12-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize12-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize16-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize17-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize17-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize18-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize18-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize19-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize19-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize20-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize20-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize21-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize21-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize22-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize22-expected.png: |
| * platform/mac/fast/backgrounds/size/zero-expected.checksum: |
| * platform/mac/fast/backgrounds/size/zero-expected.png: |
| * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum: |
| * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: |
| * platform/mac/fast/canvas/canvas-as-image-expected.checksum: |
| * platform/mac/fast/canvas/canvas-as-image-expected.png: |
| * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: |
| * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png: |
| * platform/mac/fast/forms/input-type-change-expected.checksum: |
| * platform/mac/fast/forms/input-type-change-expected.png: |
| * platform/mac/fast/replaced/001-expected.checksum: |
| * platform/mac/fast/replaced/001-expected.png: |
| * platform/mac/fast/replaced/002-expected.checksum: |
| * platform/mac/fast/replaced/002-expected.png: |
| * platform/mac/fast/replaced/003-expected.checksum: |
| * platform/mac/fast/replaced/003-expected.png: |
| * platform/mac/fast/replaced/absolute-image-sizing-expected.checksum: |
| * platform/mac/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/mac/fast/replaced/image-sizing-expected.checksum: |
| * platform/mac/fast/replaced/image-sizing-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug11026-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug1296-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug15544-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug4093-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug4284-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug4523-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug4523-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug86708-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug86708-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug97383-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug97383-expected.png: |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/mac/tables/mozilla/core/misc-expected.checksum: |
| * platform/mac/tables/mozilla/core/misc-expected.png: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/td_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum: |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| |
| 2010-06-24 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed typo fix after r61754. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-24 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Regression(r61749): inspector/debugger-pause-on-debugger-statement.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=41147 |
| |
| * platform/qt/Skipped: inspector/debugger-pause-on-debugger-statement.html skipped. |
| * platform/qt-linux/Skipped: revert last change, because we only use the general platform/qt/Skipped list. |
| |
| 2010-06-24 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed: disable new inspector test on Qt linux. |
| |
| * platform/qt-linux/Skipped: |
| |
| 2010-06-24 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| [Mac] The upper button of <input type=number> has no visual effect on click |
| https://bugs.webkit.org/show_bug.cgi?id=38380 |
| |
| * platform/mac/fast/forms/input-appearance-spinbutton-expected.checksum: |
| * platform/mac/fast/forms/input-appearance-spinbutton-expected.png: |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.checksum: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-up.html: Added. |
| |
| 2010-06-24 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Single character string replacement may replace too many characters |
| https://bugs.webkit.org/show_bug.cgi?id=41138 |
| <rdar://problem/8097496> |
| |
| Add a few more string replace tests to check for behaviour when |
| dealing with Ropes |
| |
| * fast/js/script-tests/string-replace-3.js: |
| * fast/js/string-replace-3-expected.txt: |
| |
| 2010-06-24 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: implement layout tests for debugger |
| https://bugs.webkit.org/show_bug.cgi?id=40774 |
| |
| * http/tests/inspector/inspector-test.js: |
| (notifyDone): |
| (frontend_showPanel): |
| (frontend_addSniffer.receiver.methodName): |
| (frontend_addSniffer): |
| (frontend_createKeyEvent): |
| (frontend_evaluateInConsole): |
| * inspector/debugger-pause-on-debugger-statement-expected.txt: Added. |
| * inspector/debugger-pause-on-debugger-statement.html: Added. |
| |
| 2010-06-24 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Added tests for representation of various JS values in console log. |
| https://bugs.webkit.org/show_bug.cgi?id=40980 |
| |
| * inspector/console-log-native-funcs-expected.txt: Added. |
| * inspector/console-tests-expected.txt: |
| * inspector/console-tests.html: |
| * platform/chromium/inspector: Added. |
| * platform/chromium/inspector/console-log-native-funcs-expected.txt: Added. |
| |
| 2010-06-24 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Oliver. |
| |
| Update test results for IDL hidden attribute |
| (added for https://bugs.webkit.org/show_bug.cgi?id=41039) |
| |
| * fast/dom/domListEnumeration.html: Update some counts since the HTMLFormElement |
| and HTMLSelectElement interfaces now inherit the new hidden IDL attribute. |
| * fast/dom/domListEnumeration-expected.txt: |
| |
| 2010-06-23 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Add additional tests for beforeload events. |
| https://bugs.webkit.org/show_bug.cgi?id=41132 |
| |
| Add tests to verify that the following elements can be removed from the |
| DOM during beforeload: |
| * <object type="application/x-shockwave-flash"> |
| * <iframe> |
| * <img> |
| * <script src=""> (non-inline) |
| * <video> |
| |
| * fast/dom/beforeload/remove-flash-in-beforeload-listener-expected.txt: Added. |
| * fast/dom/beforeload/remove-flash-in-beforeload-listener.html: Added. |
| * fast/dom/beforeload/remove-frame-in-beforeload-listener-expected.txt: Added. |
| * fast/dom/beforeload/remove-frame-in-beforeload-listener.html: Added. |
| * fast/dom/beforeload/remove-image-in-beforeload-listener-expected.txt: Added. |
| * fast/dom/beforeload/remove-image-in-beforeload-listener.html: Added. |
| * fast/dom/beforeload/remove-script-in-beforeload-listener-expected.txt: Added. |
| * fast/dom/beforeload/remove-script-in-beforeload-listener.html: Added. |
| * fast/dom/beforeload/remove-video-in-beforeload-listener-expected.txt: Added. |
| * fast/dom/beforeload/remove-video-in-beforeload-listener.html: Added. |
| |
| 2010-06-23 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Joseph Pecoraro. |
| |
| Refactor beforeload layout tests to share a common implementation of |
| print() located in fast/dom/beforeload/resources/. |
| https://bugs.webkit.org/show_bug.cgi?id=41127 |
| |
| * fast/dom/beforeload/flash-before-load.html: |
| * fast/dom/beforeload/frame-before-load.html: |
| * fast/dom/beforeload/image-before-load.html: |
| * fast/dom/beforeload/link-before-load.html: |
| * fast/dom/beforeload/pi-before-load.xhtml: |
| * fast/dom/beforeload/remove-link-in-beforeload-listener.html: |
| * fast/dom/beforeload/script-before-load-dynamic.html: |
| * fast/dom/beforeload/script-before-load-xhtml.xhtml: |
| * fast/dom/beforeload/script-before-load.html: |
| * fast/dom/beforeload/video-before-load.html: |
| |
| 2010-06-23 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Make the reparsing test use syntax that is actually valid. |
| The old parser had a bug that would lead to it accepting |
| invalid code in some cases. |
| |
| * fast/js/script-tests/reparsing-semicolon-insertion.js: |
| (commaTest): |
| (varCommaTest): |
| (constCommaTest): |
| (commaParenTest): |
| (commaParenThrowTest): |
| |
| 2010-06-22 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Implement IDL attribute for HTML5 hidden |
| https://bugs.webkit.org/show_bug.cgi?id=41039 |
| |
| Test cases. |
| |
| * fast/html/hidden-attr-dom.html: Added. |
| * fast/html/hidden-attr-dom-expected.txt: Added. |
| * fast/html/script-tests/hidden-attr-dom.js: Added. |
| |
| 2010-06-23 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, fixing gtk/qt tests |
| |
| skip http/tests/multipart/policy-ignore-crash.php on qt and gtk |
| https://bugs.webkit.org/show_bug.cgi?id=41128 |
| |
| Their network libraries appear to be more strict about identifying |
| multipart boundaries. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-23 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Chris Fleizach. |
| |
| [Gtk] nameFromChildren is obsolete |
| https://bugs.webkit.org/show_bug.cgi?id=36128 |
| |
| Added new tests, based on a previous patch by Joanmarie Diggs. |
| |
| * platform/gtk/accessibility/name-from-label-expected.txt: Added. |
| * platform/gtk/accessibility/name-from-label.html: Added. |
| |
| 2010-06-23 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| layout test for a crash in chromium multipart request handling |
| https://bugs.webkit.org/show_bug.cgi?id=41050 |
| |
| * http/tests/multipart/policy-ignore-crash-expected.txt: Copied from LayoutTests/editing/pasteboard/copy-crash-with-extraneous-attribute-expected.txt. |
| * http/tests/multipart/policy-ignore-crash.php: Added. |
| * platform/mac/Skipped: |
| |
| 2010-06-23 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| <rdar://problem/8107855> Test that removing an object element with an |
| invalid data URL in a listener to its beforeload event does not crash |
| WebCore. |
| https://bugs.webkit.org/show_bug.cgi?id=41054 |
| |
| * fast/dom/beforeload/remove-bad-object-in-beforeload-listener-expected.txt: Added. |
| * fast/dom/beforeload/remove-bad-object-in-beforeload-listener.html: Added. |
| * fast/dom/beforeload/resources/print.js: Added. |
| (print): |
| |
| 2010-06-23 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement format conversions in texImage2D and texSubImage2D taking HTML data |
| https://bugs.webkit.org/show_bug.cgi?id=40319 |
| |
| Generalized code supporting premultiplication of alpha and |
| vertical flip to pack texture data into requested format and type. |
| Handled incoming image data of various formats, RGBA and BGRA in |
| particular, both to reduce the number of temporary copies during |
| texture upload and to support premultiplying alpha for the |
| texImage2D and texSubImage2D entry points taking ArrayBufferView |
| in a subsequent bug. Added test case exercising all combinations |
| of format/type combinations, premultiplication of alpha, and |
| Image/ImageData upload. (Incorporated pnglib.js under |
| fast/canvas/webgl/resources/ to be able to generate Image elements |
| programmatically.) Tested in Safari on Mac OS X and in Chromium on |
| Mac OS X, Windows and Linux. |
| |
| Test: fast/canvas/webgl/tex-image-with-format-and-type.html |
| |
| * fast/canvas/webgl/resources/pnglib.js: Added. |
| (): |
| (.): |
| * fast/canvas/webgl/tex-image-with-format-and-type-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-with-format-and-type.html: Added. |
| |
| 2010-06-23 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Adding test expectation since a test introduced r61607 has not test results. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-23 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| Temporarily put the tests broken by the resize change into |
| test_expectations.txt. |
| https://bugs.webkit.org/show_bug.cgi?id=41036 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-23 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Tests that we do not crash when onchange handler changes the select from a menu list to a list box. |
| https://bugs.webkit.org/show_bug.cgi?id=40828 |
| |
| * fast/events/select-onchange-crash-expected.txt: Added. |
| * fast/events/select-onchange-crash.html: Added. |
| |
| 2010-06-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=41083 |
| fast/parser/broken-comments-vs-parsing mode no linger tests for what it used to test |
| |
| * fast/parser/broken-comments-vs-parsing-mode.html: Moved broken comment to a place where |
| it doesn't affect output. |
| |
| 2010-06-23 Justin Schuh <jschuh@chromium.org> |
| |
| Unreviewed, rolling out r61695. |
| http://trac.webkit.org/changeset/61695 |
| https://bugs.webkit.org/show_bug.cgi?id=40798 |
| |
| 61695 broke all the Linux builds |
| |
| * fast/images/png-extra-row-crash-expected.txt: Removed. |
| * fast/images/png-extra-row-crash.html: Removed. |
| * fast/images/resources/png-extra-row-crash.png: Removed. |
| |
| 2010-06-23 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Add qt baseline due to port specific formatting differences for SVG rects |
| https://bugs.webkit.org/show_bug.cgi?id=40366 |
| |
| * platform/qt/fast/repaint/svg-layout-root-style-attr-update-expected.txt: Added. |
| |
| 2010-06-23 Cris Neckar <cdn@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [Chromium] Out of bounds write in WebCore::PNGImageDecoder::rowAvailable |
| https://bugs.webkit.org/show_bug.cgi?id=40798 |
| |
| Tests a PNG with an extra row. |
| |
| * fast/images/png-extra-row-crash-expected.txt: Added. |
| * fast/images/png-extra-row-crash.html: Added. |
| * fast/images/resources/png-extra-row-crash.png: Added. |
| |
| 2010-06-23 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Do not set needsLayout when the style attribute changes on an SVG element |
| https://bugs.webkit.org/show_bug.cgi?id=40366 |
| |
| Tests that setting the style attribute on an SVG element does not cause |
| the render tree's layout flags to go haywire. The details are involved, |
| please see the bug and test case for details. |
| |
| * fast/repaint/svg-layout-root-style-attr-update-expected.checksum: Added. |
| * fast/repaint/svg-layout-root-style-attr-update-expected.png: Added. |
| * fast/repaint/svg-layout-root-style-attr-update-expected.txt: Added. |
| * fast/repaint/svg-layout-root-style-attr-update.html: Added. |
| |
| 2010-06-22 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| r61215 broke Acid3 |
| https://bugs.webkit.org/show_bug.cgi?id=41034 |
| |
| Testcase with a transparent iframe. |
| |
| * fast/frames/paint-iframe-background-expected.checksum: Added. |
| * fast/frames/paint-iframe-background-expected.png: Added. |
| * fast/frames/paint-iframe-background-expected.txt: Added. |
| * fast/frames/paint-iframe-background.html: Added. |
| * fast/frames/resources/paint-iframe-background-iframe.html: Added. |
| |
| 2010-06-23 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Forgot to update result of fast/xpath/namespace-vs-predicate.html after the SVG renderer creation changes. |
| |
| * fast/xpath/namespace-vs-predicate-expected.txt: |
| |
| 2010-06-23 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Add expectations for r61667 and r61669. |
| |
| * platform/chromium-linux/svg/custom/bug45331-expected.checksum: Added. |
| * platform/chromium-linux/svg/foreignObject: Added. |
| * platform/chromium-linux/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.checksum: Added. |
| * platform/chromium-linux/svg/foreignObject/svg-document-as-direct-child-expected.checksum: Added. |
| * platform/chromium-linux/svg/foreignObject/svg-document-in-html-document-expected.checksum: Added. |
| * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.checksum: Added. |
| * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.png: Added. |
| * platform/chromium-win/svg/custom/bug45331-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/bug45331-expected.png: Added. |
| * platform/chromium-win/svg/custom/bug45331-expected.txt: Added. |
| * platform/chromium-win/svg/foreignObject: Added. |
| * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.checksum: Added. |
| * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added. |
| * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added. |
| * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.checksum: Added. |
| * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.png: Added. |
| * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added. |
| * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.checksum: Added. |
| * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.png: Added. |
| * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.txt: Added. |
| * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.checksum: Added. |
| * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png: Added. |
| * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-23 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Implement page format data programming interface. |
| https://bugs.webkit.org/show_bug.cgi?id=37538 |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * printing/page-format-data-expected.txt: Added. |
| * printing/page-format-data.html: Added. |
| |
| 2010-06-23 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Forgot to include four files in the last commit. |
| |
| * platform/mac/svg/custom/bug45331-expected.checksum: Added. |
| * platform/mac/svg/custom/bug45331-expected.png: Added. |
| * platform/mac/svg/custom/bug45331-expected.txt: Added. |
| * svg/custom/bug45331.svg: Added. |
| |
| 2010-06-23 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Reproducible crash in com.apple.WebCore 0x01ed3784 WebCore::RenderLineBoxList::appendLineBox(WebCore::InlineFlowBox*) + 36 |
| https://bugs.webkit.org/show_bug.cgi?id=40953 |
| |
| REGRESSION (r58209-58231): Memory corruption with invalid SVG |
| https://bugs.webkit.org/show_bug.cgi?id=40173 |
| |
| Added several new layout tests covering the crashes with <foreignObject> and/or invalid SVG documents. |
| |
| * platform/mac/svg/custom/bug45331-expected.checksum: Added. |
| * platform/mac/svg/custom/bug45331-expected.png: Added. |
| * platform/mac/svg/custom/bug45331-expected.txt: Added. |
| * platform/mac/svg/foreignObject: Added. |
| * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum: Added. |
| * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added. |
| * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Added. |
| * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.checksum: Added. |
| * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added. |
| * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added. |
| * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.checksum: Added. |
| * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.png: Added. |
| * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added. |
| * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.checksum: Added. |
| * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.png: Added. |
| * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt: Added. |
| * platform/mac/svg/foreignObject/text-tref-02-b-expected.checksum: Added. |
| * platform/mac/svg/foreignObject/text-tref-02-b-expected.png: Added. |
| * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt: Added. |
| * svg/custom/bug45331.svg: Added. |
| * svg/foreignObject: Added. |
| * svg/foreignObject/disallowed-svg-nodes-as-direct-children.svg: Added. |
| * svg/foreignObject/no-crash-with-svg-content-in-html-document.svg: Added. |
| * svg/foreignObject/svg-document-as-direct-child.svg: Added. |
| * svg/foreignObject/svg-document-in-html-document.svg: Added. |
| * svg/foreignObject/text-tref-02-b.svg: Added. |
| |
| 2010-06-22 David Levin <levin@chromium.org> |
| |
| Reviewed by nobody (simple qt test fix). |
| |
| * platform/qt/Skipped: Added an xhr test which requires progress events |
| next to the other xhr test which are disabled due to requiring progress events. |
| |
| 2010-06-22 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: send-data-blob.html fails. |
| |
| 2010-06-22 David Levin <levin@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| REGRESSION: (r47291): Upload progress events are not fired for simple cross-site XHR. |
| https://bugs.webkit.org/show_bug.cgi?id=39029 |
| |
| * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt: Update results. |
| * http/tests/xmlhttprequest/simple-cross-origin-progress-events.html: Add a test which adds |
| an upload progress event handler before XMLHttpRequest.send() is called. |
| |
| 2010-06-22 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Unreviewed. |
| |
| Update test expectations for qt/gtk. |
| |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-22 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Build fix. |
| |
| Rebaseline some test results to make build bots green again. |
| |
| * platform/chromium-mac/fast/js/switch-behaviour-expected.txt: Removed. |
| * platform/chromium-mac/websocket/tests/bad-sub-protocol-control-chars-expected.txt: |
| * platform/chromium-win/fast/js/switch-behaviour-expected.txt: Removed. |
| * platform/chromium-win/inspector/timeline-parse-html-expected.txt: |
| * platform/chromium-win/websocket/tests/bad-sub-protocol-control-chars-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-22 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add BlobBuilder.idl to expose BlobBuilder interface |
| https://bugs.webkit.org/show_bug.cgi?id=40593 |
| |
| (Resubmitting with the correct file set.) |
| |
| Add new layout tests to test BlobBuilder interface. |
| Also update test expectations affected by adding the constructors to DOMWindow. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * http/tests/local/blob/resources/hybrid-blob-util.js: Added. |
| * http/tests/local/blob/script-tests/TEMPLATE.html: Added. |
| * http/tests/local/blob/script-tests/send-data-blob.js: Added. |
| * http/tests/local/blob/script-tests/send-hybrid-blob.js: Added. |
| * http/tests/local/blob/script-tests/send-sliced-data-blob.js: Added. |
| * http/tests/local/blob/send-data-blob-expected.txt: Added. |
| * http/tests/local/blob/send-data-blob.html: Added. |
| * http/tests/local/blob/send-hybrid-blob-expected.txt: Added. |
| * http/tests/local/blob/send-hybrid-blob.html: Added. |
| * http/tests/local/blob/send-sliced-data-blob-expected.txt: Added. |
| * http/tests/local/blob/send-sliced-data-blob.html: Added. |
| * http/tests/local/resources/file-for-drag-to-send2.txt: Added. |
| * http/tests/resources/post-and-verify-hybrid.cgi: Added. |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles and Blob.slice. |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles and Blob.slice. |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles and Blob.slice. |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-06-22 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Test for Crash when the renderer for the button in <input type="number"> goes away during event handling |
| https://bugs.webkit.org/show_bug.cgi?id=41013 |
| |
| * fast/forms/input-number-crash-expected.txt: Added. |
| * fast/forms/input-number-crash.html: Added. |
| |
| 2010-06-22 Eric Seidel <eric@webkit.org> |
| |
| No review, skipping test due to revealed bug in ClipboardQt. |
| |
| editing/execCommand/copy-without-selection.html fails on Qt after r61637 |
| https://bugs.webkit.org/show_bug.cgi?id=41025 |
| |
| The Qt Clipboard::setData code wrongly reinterpret_casts UChar |
| data as char* data. This was exposed by the previous commit |
| which no long strips \0 characters during innerHTML. |
| |
| Skipping the affected test until a Qt person can fix |
| platform/qt/ClipboardQt.cpp |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-22 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Add layout tests which test line numbers for both inline and event handler |
| scripts in HTML documents. |
| https://bugs.webkit.org/show_bug.cgi?id=40649 |
| |
| * fast/js/resources/script-line-number.js: Added. |
| (getLineFromError): |
| (assertErrorOnLine): |
| * fast/js/script-line-number-expected.txt: Added. |
| * fast/js/script-line-number.html: Added. |
| |
| 2010-06-22 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fragment parsing needs to go through the HTML5 Parser code path |
| https://bugs.webkit.org/show_bug.cgi?id=40645 |
| |
| * fast/canvas/canvas-getContext-invalid-expected.txt: |
| - \0 is now converted to \uFFFD per HTML5. |
| * fast/js/null-char-in-string-expected.txt: ditto. |
| * fast/js/switch-behaviour-expected.txt: ditto. |
| * fast/parser/comment-in-textarea-expected.txt: |
| - <textarea> is parsed in the RCDATA state, which means |
| that comments are ignored, thus the </textarea> in the |
| comment correctly closes the <textarea>. This test is invalid. |
| Our new behavior matches minefield. |
| * fast/tokenizer/lessthan-terminates-tags-and-attrs-expected.txt: |
| - This test is invalid and probably should just be removed. |
| This same behavior is tested by fast/invalid/016.html. |
| * inspector/timeline-parse-html-expected.txt: |
| - The "extra" ParseHTML is expected. The HTML5 Parser tells the |
| inspector about every parser pump, even ones which pump no data. |
| The HTML5 parser pumps one last time in finish() to flush any |
| buffered characters. Eventually we'll teach the inspector to |
| filter out (not display) 0-sized pumps. |
| * storage/domstorage/complex-values-expected.txt: |
| - \0 is now converted to \uFFFD per HTML5 |
| * svg/dom/fuzz-path-parser-expected.txt: ditto. |
| * svg/dom/rgb-color-parser-expected.txt: ditto |
| * websocket/tests/bad-sub-protocol-control-chars-expected.txt: ditto. |
| |
| 2010-06-22 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Geoffrey Garen. |
| |
| Two fast/dynamic tests needlessly depend on legacy <tag<tag> parsing behavior |
| https://bugs.webkit.org/show_bug.cgi?id=40946 |
| |
| These two tests would fail when we turned on |
| the HTML5 Lexer code path for DocumentFragment parsing. |
| This old parser quirk is covered by several other tests |
| including fast/invalid/016.html. |
| |
| * fast/dynamic/insertAdjacentHTML.html: |
| * fast/dynamic/insertAdjacentText.html: |
| |
| 2010-06-22 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: If an element that is a continuation is removed, its parent tree is not notified appropriately that their children have changed |
| https://bugs.webkit.org/show_bug.cgi?id=41000 |
| |
| * accessibility/removed-continuation-element-causes-crash-expected.txt: Added. |
| * accessibility/removed-continuation-element-causes-crash.html: Added. |
| |
| 2010-06-22 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: inspector/elements-panel-limited-children.html test fails |
| https://bugs.webkit.org/show_bug.cgi?id=40924 |
| |
| * http/tests/inspector/inspector-test.js: |
| (onload): |
| (frontend_setupTestEnvironment): always start inspector test with Elements panel as current one. |
| * inspector/elements-panel-limited-children.html: |
| |
| 2010-06-22 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| * platform/chromium-linux/fast/parser/broken-comments-vs-parsing-mode-expected.checksum: Added. |
| * platform/chromium-linux/fast/parser/broken-comments-vs-parsing-mode-expected.png: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| * platform/chromium-mac/fast/parser/broken-comments-vs-parsing-mode-expected.checksum: Removed. |
| * platform/chromium-mac/fast/parser/broken-comments-vs-parsing-mode-expected.png: Removed. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| * platform/chromium-win/fast/parser/broken-comments-vs-parsing-mode-expected.checksum: |
| * platform/chromium-win/fast/parser/broken-comments-vs-parsing-mode-expected.png: |
| * platform/chromium-win/fast/parser/broken-comments-vs-parsing-mode-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-22 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Upon closer reading of the spec, we think our behavior is correct. |
| We'll double-check with the working group. |
| |
| * fast/tokenizer/write-on-load-expected.txt: |
| * fast/tokenizer/write-on-load.html: |
| |
| 2010-06-20 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| <meter> should be yellow when min < value < low < optimum |
| https://bugs.webkit.org/show_bug.cgi?id=40824 |
| |
| Update overlooked broken test results. |
| |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| |
| 2010-06-22 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Follow the HTML5 spec more closely w.r.t. when to save the insertion point |
| https://bugs.webkit.org/show_bug.cgi?id=40976 |
| |
| This test no longer asserts. The output is incorrect, however. I'll |
| fix the output in the next patch. |
| |
| * fast/tokenizer/write-on-load-expected.txt: Added. |
| * fast/tokenizer/write-on-load.html: Added. |
| |
| 2010-06-21 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Tests for: |
| Space should be allowed between -- and > in comment end |
| https://bugs.webkit.org/show_bug.cgi?id=21945 |
| |
| * fast/css/word-space-extra.html: Tweaked the comment as -- > is now |
| a valid comment end. |
| |
| * fast/parser/broken-comment-1-expected.txt: Added. |
| * fast/parser/broken-comment-1.html: Added. |
| * fast/parser/broken-comment-2-expected.txt: Added. |
| * fast/parser/broken-comment-2.html: Added. |
| * fast/parser/broken-comment-3-expected.txt: Added. |
| * fast/parser/broken-comment-3.html: Added. |
| * fast/parser/broken-comment-4-expected.txt: Added. |
| * fast/parser/broken-comment-4.html: Added. |
| * fast/parser/broken-comment-5-expected.txt: Added. |
| * fast/parser/broken-comment-5.html: Added. |
| * fast/parser/broken-comment-6-expected.txt: Added. |
| * fast/parser/broken-comment-6.html: Added. |
| Those test checks that broken comments in body are correctly parsed. |
| * fast/parser/broken-comment-in-head-1-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-1.html: Added. |
| * fast/parser/broken-comment-in-head-2-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-2.html: Added. |
| * fast/parser/broken-comment-in-head-3-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-3.html: Added. |
| * fast/parser/broken-comment-in-head-4-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-4.html: Added. |
| * fast/parser/broken-comment-in-head-5-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-5.html: Added. |
| Those test checks that broken comments in head are correctly parsed. |
| |
| * fast/parser/broken-comments-vs-parsing-mode.html: Needed to wrap the broken comment |
| in a title as we match FF here and would not recover from it. |
| |
| * fast/parser/comments-expected.txt: |
| * fast/parser/comments.html: |
| Added more tests for comment parsing. Made sure that we close empty comments |
| <!--> and <!---> as is specified in HTML5. |
| |
| 2010-06-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Save the insertion point before beforeload events |
| https://bugs.webkit.org/show_bug.cgi?id=40973 |
| |
| Update expected results to show the proper document.write order. |
| |
| * fast/tokenizer/write-before-load-expected.txt: |
| |
| 2010-06-21 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| document.write from BeforeLoad should not assert |
| https://bugs.webkit.org/show_bug.cgi?id=40971 |
| |
| Test what happens when we document.write from a beforeload event. |
| Notice that the order is wrong. I'll fix that in a followup patch. |
| |
| * fast/tokenizer/write-before-load-expected.txt: Added. |
| * fast/tokenizer/write-before-load.html: Added. |
| |
| 2010-06-21 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, skip new modal tests on Tiger and update expected result for Chromium. |
| |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/mac-tiger/Skipped: |
| |
| 2010-06-21 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, fixing qt-specific expected results for r61599 |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-06-21 Prasad Tammana <prasadt@chromium.org> |
| |
| Reviewed by Darin Adler, Dmitry Titov. |
| |
| DumpRenderTree should allow tests with modal dialogs |
| https://bugs.webkit.org/show_bug.cgi?id=35350 |
| |
| Added a new test show-modal-dialog.html to harness tests to verify that showModalDialog works. |
| |
| Added a new test, show-modal-dialog-onblur-onfocus.html, that takes advantage of the showModalDialog |
| functionality added to UIDelegate.mm. The test is only enabled on mac for now. This test will catch |
| regressions on the bug fix for https://bugs.webkit.org/show_bug.cgi?id=33962. |
| |
| Support for showModalDialog affected the expected output for many tests that operate under the assumption |
| that the method is undefined. Modified the tests accordingly, in some cases disabled showModalDialog (not |
| currently tested anyway. Opened a bug to add showModalDialog specific tests where appropriate - Bug# 39897. |
| |
| * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: |
| * fast/dom/Window/window-function-frame-getter-precedence.html: |
| * fast/dom/Window/window-function-name-getter-precedence-expected.txt: |
| * fast/dom/Window/window-function-name-getter-precedence.html: |
| * fast/dom/Window/window-lookup-precedence-expected.txt: |
| * fast/dom/Window/window-lookup-precedence.html: |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-properties.html: |
| * fast/dom/script-tests/prototype-inheritance.js: |
| Tweak tests so that showModalDialog part gets exercised only if its defined to keep output consistent across platforms. |
| Where its not possible, skip the test for showModalDialog, which is not currently exercised anyway. |
| |
| * fast/events/resources/modal-dialog.html: Added. |
| * fast/events/show-modal-dialog-onblur-onfocus-expected.txt: Added. |
| * fast/events/show-modal-dialog-onblur-onfocus.html: Added. |
| * fast/harness/resources/modal-dialog.html: Added. |
| * fast/harness/show-modal-dialog-expected.txt: Added. |
| * fast/harness/show-modal-dialog.html: Added. |
| New tests that take advantage of showModalDialog in DRT. |
| |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9-expected.txt: |
| Update the expected output to reflect the fact that these tests pass now. Skip the tests on gtk, qt and win. They were all expected |
| to fail anyway. So no coverage lost. |
| |
| * http/tests/security/cross-frame-access-call-expected.txt: |
| * http/tests/security/cross-frame-access-call.html: |
| * http/tests/security/cross-frame-access-get-expected.txt: |
| * http/tests/security/cross-frame-access-get.html: |
| * http/tests/security/cross-frame-access-put-expected.txt: |
| Skip showModalDialog to make test pass for all platforms. Added a FIXME with bug # to add a test specifically for showModalDialog. |
| |
| * http/tests/security/resources/cross-frame-iframe-for-put-test.html: |
| * platform/chromium-mac/fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Removed. |
| * platform/chromium-mac/fast/dom/Window/window-function-name-getter-precedence-expected.txt: Removed. |
| * platform/chromium-mac/http/tests/security/cross-frame-access-get-expected.txt: |
| * platform/chromium-win/fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Removed. |
| * platform/chromium-win/fast/dom/Window/window-function-name-getter-precedence-expected.txt: Removed. |
| * platform/chromium-win/fast/dom/Window/window-lookup-precedence-expected.txt: |
| * platform/chromium-win/http/tests/security/cross-frame-access-get-expected.txt: |
| * platform/chromium-win/http/tests/security/cross-frame-access-put-expected.txt: |
| * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Removed. |
| * platform/qt/fast/dom/Window/window-function-name-getter-precedence-expected.txt: Removed. |
| * platform/qt/fast/dom/Window/window-lookup-precedence-expected.txt: Removed. |
| Updaate expected output to reflect test changes. Removed some platform specific files where the only reason they're different is |
| because of showModalDialog. |
| |
| * platform/qt/http/tests/security/cross-frame-access-call-expected.txt: |
| * platform/qt/http/tests/security/cross-frame-access-get-expected.txt: |
| * platform/win/Skipped: |
| Skip failing tests. Note that there is no test functionality lost. These are either new tests or tests that were dysfunctional anyway |
| in the absence of showModalDialog in DRT. |
| |
| 2010-06-21 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| AX: VoiceOver does not announce WAI-ARIA state change of aria-expanded |
| https://bugs.webkit.org/show_bug.cgi?id=40927 |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| * platform/mac/accessibility/aria-expanded-notifications-expected.txt: Added. |
| * platform/mac/accessibility/aria-expanded-notifications.html: Added. |
| |
| 2010-06-21 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r61585. |
| http://trac.webkit.org/changeset/61585 |
| https://bugs.webkit.org/show_bug.cgi?id=40950 |
| |
| It broke builds (Requested by kinuko on #webkit). |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/Skipped: |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-06-21 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add BlobBuilder.idl to expose BlobBuilder interface |
| https://bugs.webkit.org/show_bug.cgi?id=40593 |
| |
| Add new layout tests to test BlobBuilder interface. |
| Also update test expectations affected by adding the constructors to DOMWindow. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * http/tests/local/blob/resources/hybrid-blob-util.js: Added. |
| * http/tests/local/blob/script-tests/TEMPLATE.html: Added. |
| * http/tests/local/blob/script-tests/send-data-blob.js: Added. |
| * http/tests/local/blob/script-tests/send-hybrid-blob.js: Added. |
| * http/tests/local/blob/script-tests/send-sliced-data-blob.js: Added. |
| * http/tests/local/blob/send-data-blob-expected.txt: Added. |
| * http/tests/local/blob/send-data-blob.html: Added. |
| * http/tests/local/blob/send-hybrid-blob-expected.txt: Added. |
| * http/tests/local/blob/send-hybrid-blob.html: Added. |
| * http/tests/local/blob/send-sliced-data-blob-expected.txt: Added. |
| * http/tests/local/blob/send-sliced-data-blob.html: Added. |
| * http/tests/local/resources/file-for-drag-to-send2.txt: Added. |
| * http/tests/resources/post-and-verify-hybrid.cgi: Added. |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles Blob.slice. |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles Blob.slice. |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles Blob.slice. |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-06-21 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Unskip plugins/get-url-that-the-resource-load-delegate-will-disallow.html |
| |
| It's a Mac-specific test so just add the required LayoutTestController |
| function as a no-op to avoid failing. Similar approach adopted by other |
| ports. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33344 |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-21 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Missing forward entries when dumping back/forward list |
| |
| These now pass. |
| https://bugs.webkit.org/show_bug.cgi?id=32470 |
| |
| http/tests/navigation/dynamic-iframe-dynamic-form-back-entry.html |
| http/tests/navigation/parsed-iframe-dynamic-form-back-entry.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-21 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Mark hyphenation tests as failing on Chromium |
| Hyphenation landed in http://trac.webkit.org/changeset/61548. |
| |
| * platform/chromium/test_expectations.txt: Added failing tests. |
| |
| 2010-06-21 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Unreviewed, fixing a test expectations on Windows. |
| |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-06-21 Drew Wilson <atwilson@chromium.org> |
| |
| Unreviewed rollback. |
| |
| Rolling back 61551 and 61555 due to test failures on Linux/Win. |
| |
| * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: |
| * fast/dom/Window/window-function-frame-getter-precedence.html: |
| * fast/dom/Window/window-function-name-getter-precedence-expected.txt: |
| * fast/dom/Window/window-function-name-getter-precedence.html: |
| * fast/dom/Window/window-lookup-precedence-expected.txt: |
| * fast/dom/Window/window-lookup-precedence.html: |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-properties.html: |
| * fast/dom/script-tests/prototype-inheritance.js: |
| * fast/events/resources/modal-dialog.html: Removed. |
| * fast/events/show-modal-dialog-onblur-onfocus-expected.txt: Removed. |
| * fast/events/show-modal-dialog-onblur-onfocus.html: Removed. |
| * fast/harness/resources/modal-dialog.html: Removed. |
| * fast/harness/show-modal-dialog-expected.txt: Removed. |
| * fast/harness/show-modal-dialog.html: Removed. |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8-expected.txt: |
| * fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9-expected.txt: |
| * http/tests/security/cross-frame-access-call-expected.txt: |
| * http/tests/security/cross-frame-access-call.html: |
| * http/tests/security/cross-frame-access-get-expected.txt: |
| * http/tests/security/cross-frame-access-get.html: |
| * http/tests/security/cross-frame-access-put-expected.txt: |
| * http/tests/security/resources/cross-frame-iframe-for-put-test.html: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-21 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations tweak. |
| |
| Use C++-style comments rather than Python-style. |
| |
| * platform/chromium/test_expectations.txt: Tweaked comment style. |
| |
| 2010-06-21 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Added tests for the 'hyphens' and 'hyphenate-character' properties |
| https://bugs.webkit.org/show_bug.cgi?id=10228 |
| |
| * fast/text/hyphenate-character.html: Added. |
| * fast/text/hyphens.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/fast/text/hyphenate-character-expected.checksum: Added. |
| * platform/mac/fast/text/hyphenate-character-expected.png: Added. |
| * platform/mac/fast/text/hyphenate-character-expected.txt: Added. |
| * platform/mac/fast/text/hyphens-expected.checksum: Added. |
| * platform/mac/fast/text/hyphens-expected.png: Added. |
| * platform/mac/fast/text/hyphens-expected.txt: Added. |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-21 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Unreviewed, fixing expectations. |
| |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-20 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Adding the SQLException class which will be used to report sync DB errors. |
| https://bugs.webkit.org/show_bug.cgi?id=40607 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-20 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Add tests for CSS3 Paged Media to make sure page breaks should happen at right places. |
| Two tests (allowed-page-break and page-break-margin-collapsed) are expected to fail |
| due to lack of support. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40770 |
| |
| * printing/allowed-page-breaks-expected.txt: Added. |
| * printing/allowed-page-breaks.html: Added. |
| * printing/no-content-empty-pages-expected.txt: Added. |
| * printing/no-content-empty-pages.html: Added. |
| * printing/page-break-display-none-expected.txt: Added. |
| * printing/page-break-display-none.html: Added. |
| * printing/page-break-margin-collapsed-expected.txt: Added. |
| * printing/page-break-margin-collapsed.html: Added. |
| * printing/script-tests/allowed-page-breaks.js: Added. |
| (test): |
| * printing/script-tests/no-content-empty-pages.js: Added. |
| (test): |
| * printing/script-tests/page-break-display-none.js: Added. |
| (test): |
| * printing/script-tests/page-break-margin-collapsed.js: Added. |
| (test): |
| |
| 2010-06-20 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Update for other <meter> tests and flaky/slow tests |
| |
| 2010-06-20 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Test to make sure parsing of async attribute works for HTML script tags |
| and test to make sure that async is not parsed for SVG script tags. |
| https://bugs.webkit.org/show_bug.cgi?id=39026 |
| |
| * fast/dom/HTMLScriptElement/script-async-attr-expected.txt: Added. |
| * fast/dom/HTMLScriptElement/script-async-attr.html: Added. |
| * svg/dom/SVGScriptElement/script-async-attr-expected.txt: Added. |
| * svg/dom/SVGScriptElement/script-async-attr.svg: Added. |
| |
| 2010-06-20 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, just cleaning up svn. |
| |
| Removing platform/mac-snowleopard/editing since it's empty. The test |
| results were moved in r60693. |
| |
| * platform/mac-snowleopard/editing: Removed. |
| * platform/mac-snowleopard/editing/spelling: Removed. |
| |
| 2010-06-20 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] NPP_SetWindow seems to not be called when TestNetscapePlugin is moved |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36702 |
| |
| setNPWindowIfNeeded() is called on paint() in PluginViewQt, which doesn't |
| work for DRT. So call it if we are in DRT mode and the window geometry |
| has changed. |
| |
| Unskips plugins/reentrant-update-widget-positions.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-19 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add tests for CSS 'orphans' and 'widows' properties. |
| All tests are expected to fail due to lack of implementations. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40821 |
| |
| * printing/page-break-orphans-and-widows-expected.txt: Added. |
| * printing/page-break-orphans-and-widows.html: Added. |
| * printing/page-break-orphans-expected.txt: Added. |
| * printing/page-break-orphans.html: Added. |
| * printing/page-break-widows-expected.txt: Added. |
| * printing/page-break-widows.html: Added. |
| * printing/script-tests/page-break-orphans-and-widows.js: Added. |
| (test): |
| * printing/script-tests/page-break-orphans.js: Added. |
| (test): |
| * printing/script-tests/page-break-widows.js: Added. |
| (test): |
| |
| 2010-06-19 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add tests for 'page-break-{before,after}: avoid'. |
| All tests are expected to fail due to lack of implementations. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40814 |
| |
| * printing/page-break-after-avoid-expected.txt: Added. |
| * printing/page-break-after-avoid.html: Added. |
| * printing/page-break-avoid-expected.txt: Added. |
| * printing/page-break-avoid.html: Added. |
| * printing/page-break-before-avoid-expected.txt: Added. |
| * printing/page-break-before-avoid.html: Added. |
| * printing/script-tests/page-break-after-avoid.js: Added. |
| (test): |
| * printing/script-tests/page-break-avoid.js: Added. |
| (test): |
| * printing/script-tests/page-break-before-avoid.js: Added. |
| (test): |
| |
| 2010-06-19 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Persist V8's ScriptData to the memory cache. |
| https://bugs.webkit.org/show_bug.cgi?id=38661 |
| |
| When V8 ScriptData caching was originally submitted it causes crashes |
| in external scripts with high-byte characters. This new test crashes on |
| the original code, but now passes. |
| |
| * fast/js/parser-high-byte-character-expected.txt: Added. |
| * fast/js/parser-high-byte-character.html: Added. |
| * fast/js/script-tests/parser-high-byte-character.js: Added. |
| (runTest): |
| |
| 2010-06-19 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| * platform/chromium/test_expectations.txt: Tuned expectations according to the bot result runs. |
| |
| 2010-06-19 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Add LayoutTest to ensure resources within <noscript> are not preloaded |
| https://bugs.webkit.org/show_bug.cgi?id=40849 |
| |
| * fast/preloader/noscript-expected.txt: Added. |
| * fast/preloader/noscript.html: Added. |
| * fast/preloader/resources/noscript-image1.png: Copied from BugsSite/data/mail. |
| * fast/preloader/resources/noscript-image2.png: Copied from BugsSite/data/mail. |
| |
| 2010-06-19 Nikita Vasilyev <me@elv1s.ru> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: subtitleElement.textContent is always empty. Use subtitleAsText method instead. |
| https://bugs.webkit.org/show_bug.cgi?id=40420 |
| |
| * inspector/elements-tests.js: |
| (frontend_getSelectedElementStyles): |
| |
| 2010-06-19 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update |
| |
| * platform/chromium/test_expectations.txt: Added a flaky crash. |
| |
| 2010-06-19 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| - progress-element.html is essentially flaky on Mac. |
| - use-clipped-hit.svg passes recently. |
| |
| 2010-06-19 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Add expectations for <meter> and <progress>. |
| |
| * platform/chromium-linux/fast/dom/HTMLMeterElement: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added. |
| * platform/chromium-linux/fast/dom/HTMLProgressElement: Added. |
| * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.checksum: Added. |
| * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/HTMLProgressElement: Added. |
| * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.checksum: Added. |
| * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.png: Added. |
| * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.checksum: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-02 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| [Qt] Support evaluateScriptInIsolatedWorld() |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40079 |
| |
| This initial implementation passes 25 of the 27 tests in |
| http/tests/isolatedworld as well as four others that use the |
| call in LayoutTests. |
| |
| Further work/investigation is required to support the two |
| remaining tests. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-19 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Rebaseline for tetDecoration.svg. |
| |
| * platform/chromium-linux/svg/batik/text/textDecoration-expected.checksum: Added. |
| * platform/chromium-linux/svg/batik/text/textDecoration-expected.png: Added. |
| * platform/chromium-win/svg/batik/text/textDecoration-expected.checksum: Added. |
| * platform/chromium-win/svg/batik/text/textDecoration-expected.png: Added. |
| * platform/chromium-win/svg/batik/text/textDecoration-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-19 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| fast/canvas/webgl/get-active-test.html failed in Chrome Mac |
| https://bugs.webkit.org/show_bug.cgi?id=40496 |
| |
| * fast/canvas/webgl/get-active-test-expected.txt: Test of two contexts and two programs, also test the uniform array name ends with "[0]". |
| * fast/canvas/webgl/script-tests/get-active-test.js: Ditto. |
| |
| 2010-06-18 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=19575 |
| layout test svg/batik/text/textDecoration.svg hangs |
| |
| Reenable this test since crash is gone (tested on OS X 10.5.8). |
| |
| * platform/mac/svg/batik/text/textDecoration-expected.checksum: Added. |
| * platform/mac/svg/batik/text/textDecoration-expected.png: Added. |
| * platform/mac/svg/batik/text/textDecoration-expected.txt: Added. |
| * svg/batik/text/textDecoration.svg: Renamed from LayoutTests/svg/batik/text/textDecoration.svg-disabled. |
| |
| 2010-06-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Test by Chris Brichford. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=19759 |
| ChildNodeList for an attribute node is not properly invalidated after appending a child |
| |
| This issue has been fixed in another bug, just landing an additional test. |
| |
| * fast/dom/Attr/child-nodes-length-cache-expected.txt: Added. |
| * fast/dom/Attr/child-nodes-length-cache.html: Added. |
| |
| 2010-06-18 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Tests that we do not crash while rendering a fixed table layout. |
| https://bugs.webkit.org/show_bug.cgi?id=40812 |
| |
| * fast/table/zero-colspan-crash-expected.txt: Added. |
| * fast/table/zero-colspan-crash.html: Added. |
| |
| 2010-06-18 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| Incorrect handling of multiple BOMs scattered through a file. |
| https://bugs.webkit.org/show_bug.cgi?id=40865 |
| |
| Put a few more BOMs into this testcase so that it hits the other cases |
| that were missed before. |
| |
| * fast/js/resources/bom-in-file-retains-correct-offset.js: |
| (g.f): |
| (g): |
| |
| 2010-06-18 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Update a few more chromium-win baselines after http://trac.webkit.org/changeset/61393. |
| |
| 2010-06-18 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Update a few more chromium-mac baselines after http://trac.webkit.org/changeset/61393. |
| |
| 2010-06-18 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Skipped some failing tests and conglomerated a skipped test into another group. |
| |
| * platform/gtk/Skipped: Cleanups and three more skipped tests. |
| |
| 2010-06-18 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Update chromium baselines after http://trac.webkit.org/changeset/61418. |
| |
| 2010-06-18 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Update chromium-linux baselines after http://trac.webkit.org/changeset/61393. |
| |
| 2010-06-18 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Update chromium-win baselines after http://trac.webkit.org/changeset/61393. |
| |
| 2010-06-18 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Adding baselines for new tests and correcting one incorrect baseline. |
| |
| * platform/gtk/media/video-replaces-poster-expected.txt: Correting this incorrect baseline. |
| * platform/gtk/svg/hixie/text/001-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added. |
| * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-1-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-2-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-3-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-4-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt: Added. |
| * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt: Added. |
| |
| 2010-06-18 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] pass plugins/open-and-close-window-with-plugin.html on Qt |
| |
| Capture logDestroy messages from the test plugin. DRT's WebPage |
| is already destroyed by the time they are emitted. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33333 |
| |
| Unskip: |
| plugins/open-and-close-window-with-plugin.html |
| plugins/geturlnotify-during-document-teardown.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-18 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Adding baselines for new tests. Some tests that fail have been labeled |
| with bug numbers. Also removed a newly defunct test from the skipped list. |
| |
| * platform/gtk/Skipped: Removed newly baselined tests and one defunct test. |
| * platform/gtk/editing/selection/select-text-overflow-ellipsis-expected.txt: Added. |
| * platform/gtk/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: Added. |
| * platform/gtk/fast/css/css3-space-in-nth-and-lang-expected.txt: Added. |
| * platform/gtk/fast/css/inline-element-line-break-expected.txt: Added. |
| * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt: Added. |
| * platform/gtk/fast/css/pseudo-element-line-break-expected.txt: Added. |
| * platform/gtk/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Added. |
| * platform/gtk/fast/multicol/single-line-expected.txt: Added. |
| * platform/gtk/fast/repaint/block-no-inflow-children-expected.txt: Added. |
| * platform/gtk/fast/repaint/moving-shadow-on-container-expected.txt: Added. |
| * platform/gtk/fast/repaint/moving-shadow-on-path-expected.txt: Added. |
| * platform/gtk/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: Added. |
| * platform/gtk/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: Added. |
| * platform/gtk/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: Added. |
| * platform/gtk/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: Added. |
| * platform/gtk/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: Added. |
| * platform/gtk/fast/table/fixed-table-with-small-percent-width-expected.txt: Added. |
| * platform/gtk/media/video-replaces-poster-expected.txt: Added. |
| * platform/gtk/svg/css/shadow-and-opacity-expected.txt: Copied from LayoutTests/platform/mac/svg/css/shadow-and-opacity-expected.txt. |
| * platform/gtk/svg/custom/empty-mask-expected.txt: Added. |
| * platform/gtk/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt. |
| * platform/gtk/svg/custom/marker-opacity-expected.txt: Added. |
| * platform/gtk/svg/custom/marker-referencePoint-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/marker-referencePoint-expected.txt. |
| * platform/gtk/svg/custom/mask-invalidation-expected.txt: Added. |
| * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Added. |
| * platform/gtk/svg/custom/pattern-size-bigger-than-target-size-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.txt. |
| * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/pattern-skew-transformed-expected.txt. |
| * platform/gtk/svg/custom/relative-sized-content-expected.txt: Added. |
| * platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: Added. |
| * platform/gtk/svg/custom/relative-sized-shadow-tree-content-expected.txt: Added. |
| * platform/gtk/svg/custom/stroke-width-large-expected.txt: Added. |
| * platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt: Added. |
| * platform/gtk/svg/filters/feDisplacementMap-expected.txt: Copied from LayoutTests/platform/mac/svg/filters/feDisplacementMap-expected.txt. |
| * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt: Copied from LayoutTests/platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt. |
| * platform/gtk/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: Copied from LayoutTests/platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt. |
| * platform/gtk/svg/overflow/overflow-on-inner-svg-element-expected.txt: Copied from LayoutTests/platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.txt. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Added. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Added. |
| * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt: Added. |
| * platform/gtk/svg/text/selection-background-color-expected.txt: Added. |
| * platform/gtk/svg/text/selection-doubleclick-expected.txt: Added. |
| * platform/gtk/svg/text/selection-styles-expected.txt: Added. |
| * platform/gtk/svg/text/selection-tripleclick-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt. |
| * platform/gtk/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added. |
| * platform/gtk/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt. |
| * platform/gtk/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt. |
| * platform/gtk/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.txt. |
| * platform/gtk/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added. |
| * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt: Added. |
| * platform/gtk/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: Added. |
| * platform/gtk/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Added. |
| * platform/gtk/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added. |
| * platform/gtk/transforms/2d/hindi-rotated-expected.txt: Added. |
| |
| 2010-06-18 Chris Fleizach <cfleizach@apple.com> |
| |
| No review. Fix Tiger and Leopards tests. |
| |
| AX: presentational role needs to be inherited by required elements |
| https://bugs.webkit.org/show_bug.cgi?id=40132 |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| |
| 2010-06-17 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| <rdar://problem/8091385> Test that removing a stylesheet link element in a listener to its |
| beforeload event does not crash WebCore. |
| https://bugs.webkit.org/show_bug.cgi?id=40742 |
| |
| * fast/dom/beforeload/remove-link-in-beforeload-listener-expected.txt: Added. |
| * fast/dom/beforeload/remove-link-in-beforeload-listener.html: Added. |
| |
| 2010-06-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. Update Qt specific expected files after r61418. |
| |
| * platform/qt/editing/pasteboard/paste-text-005-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-006-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-007-expected.txt: |
| * platform/qt/editing/pasteboard/paste-text-014-expected.txt: |
| |
| 2010-06-18 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by David Kilzer. |
| |
| AX: presentational role needs to be inherited by required elements |
| https://bugs.webkit.org/show_bug.cgi?id=40132 |
| |
| * platform/mac/accessibility/inherited-presentational-lists-expected.txt: Added. |
| * platform/mac/accessibility/inherited-presentational-lists.html: Added. |
| |
| 2010-06-18 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39798 |
| No selection change notification for editing operation that doesn't change the selection's DOM position |
| |
| block-style-001.html demonstrated the bug, so no new tests have been added. |
| |
| * platform/mac/editing/execCommand/format-block-expected.txt: |
| * platform/mac/editing/execCommand/outdent-selection-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-005-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-006-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-007-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-014-expected.txt: |
| * platform/mac/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/mac/editing/style/block-style-001-expected.txt: |
| * platform/mac/editing/style/block-style-002-expected.txt: |
| * platform/mac/editing/style/block-style-003-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-005-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-006-expected.txt: |
| * platform/mac/editing/style/create-block-for-style-008-expected.txt: |
| * platform/mac/editing/style/relative-font-size-change-002-expected.txt: |
| * platform/mac/editing/style/relative-font-size-change-003-expected.txt: |
| * platform/mac/editing/style/relative-font-size-change-004-expected.txt: |
| * platform/mac/editing/style/table-selection-expected.txt: |
| |
| 2010-06-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40803 |
| TestNetscapePlugin has an incorrect implementation of "property" property |
| |
| * plugins/embed-property-expected.txt: Added. |
| * plugins/embed-property.html: Added. |
| |
| 2010-06-18 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| REGRESSION (r61379?): Assertion failure in Element::getURLAttribute() when accessing the src attribute of a script element |
| https://bugs.webkit.org/show_bug.cgi?id=40831 |
| |
| * fast/dom/HTMLScriptElement/isURLAttribute-expected.txt: Added. |
| * fast/dom/HTMLScriptElement/isURLAttribute.html: Added. |
| |
| 2010-06-18 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| New baselines after http://trac.webkit.org/changeset/61393. |
| |
| 2010-06-18 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r61405. |
| http://trac.webkit.org/changeset/61405 |
| https://bugs.webkit.org/show_bug.cgi?id=40838 |
| |
| broke chromium mac compile (Requested by tonyg-cr1 on |
| #webkit). |
| |
| * fast/js/parser-high-byte-character-expected.txt: Removed. |
| * fast/js/parser-high-byte-character.html: Removed. |
| * fast/js/script-tests/parser-high-byte-character.js: Removed. |
| |
| 2010-06-18 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Fix WebGLRenderingContext helper functions find{Texture/Renderbuffer/Buffer} |
| https://bugs.webkit.org/show_bug.cgi?id=40176 |
| |
| * fast/canvas/webgl/gl-object-get-calls-expected.txt: Test name == 0 cases, and test getVertexAttrib return original WebGLBuffer object. |
| * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Ditto. |
| |
| 2010-06-18 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Persist V8's ScriptData to the memory cache. |
| https://bugs.webkit.org/show_bug.cgi?id=38661 |
| |
| When V8 ScriptData caching was originally submitted it causes crashes |
| in external scripts with high-byte characters. This new test crashes on |
| the original code, but now passes. |
| |
| * fast/js/parser-high-byte-character-expected.txt: Added. |
| * fast/js/parser-high-byte-character.html: Added. |
| * fast/js/script-tests/parser-high-byte-character.js: Added. |
| (runTest): |
| |
| 2010-06-18 Dirk Schulze <krit@webkit.org> |
| |
| Not reviewed. Rebaseline gtk results. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/svg/custom/broken-internal-references-expected.txt: |
| * platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt: |
| * platform/gtk/svg/filters/filter-on-tspan-expected.txt: |
| * platform/gtk/svg/text/text-hkern-expected.txt: |
| * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt: |
| * platform/gtk/svg/text/text-vkern-expected.txt: |
| * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt: |
| |
| 2010-06-18 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rebaseline win results. |
| |
| * platform/win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added. |
| * platform/win/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: |
| * platform/win/svg/custom/broken-internal-references-expected.txt: |
| * platform/win/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/win/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/win/svg/custom/junk-data-expected.txt: Added. |
| * platform/win/svg/custom/missing-xlink-expected.txt: Added. |
| * platform/win/svg/filters/feColorMatrix-values-expected.txt: |
| |
| 2010-06-18 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rebaseline mac-snowleopard results. |
| |
| * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: |
| * platform/mac/svg/custom/junk-data-expected.txt: |
| * platform/mac/svg/custom/missing-xlink-expected.txt: |
| * platform/mac/svg/text/text-intro-05-t-expected.txt: |
| |
| 2010-06-18 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rebaseline mac-tiger test results. |
| |
| * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: |
| * platform/mac-tiger/svg/hixie/text/003-expected.txt: |
| * platform/mac-tiger/svg/hixie/text/003a-expected.txt: |
| * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| |
| 2010-06-18 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rebaselined Qt test results. |
| |
| * platform/qt/svg/custom/broken-internal-references-expected.txt: |
| * platform/qt/svg/custom/empty-mask-expected.txt: |
| * platform/qt/svg/custom/mask-invalidation-expected.txt: |
| * platform/qt/svg/custom/stroke-width-large-expected.txt: |
| * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/qt/svg/dom/altGlyph-dom-expected.txt: Added. |
| * platform/qt/svg/filters/feColorMatrix-values-expected.txt: |
| * platform/qt/svg/filters/feComposite-expected.txt: |
| * platform/qt/svg/filters/filter-on-tspan-expected.txt: |
| * platform/qt/svg/filters/sourceAlpha-expected.txt: |
| * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt: Added. |
| * platform/qt/svg/text/selection-background-color-expected.txt: |
| * platform/qt/svg/text/selection-doubleclick-expected.txt: |
| * platform/qt/svg/text/selection-styles-expected.txt: |
| * platform/qt/svg/text/selection-tripleclick-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: |
| |
| 2010-06-18 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Merge text_expectations.txt of Chromium tree. |
| Mainly for <progress> and <meter>. |
| |
| 2010-06-18 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Modernize SVG Text code, following the HTML design |
| https://bugs.webkit.org/show_bug.cgi?id=40663 |
| |
| SVG Text does not support subpixel positioning |
| https://bugs.webkit.org/show_bug.cgi?id=12172 |
| |
| RenderSVGText can't do partial repaints |
| https://bugs.webkit.org/show_bug.cgi?id=15386 |
| |
| HTML and SVG need to share more text painting code |
| https://bugs.webkit.org/show_bug.cgi?id=15644 |
| |
| Rebaseline all SVG tests containing text. |
| NOTE: This will definately lead to red bots, as I need to update all platforms manually. Will do that right after landing, and waiting for the bots! |
| |
| As SVG text gets sub-pixel positioned now, virtually every text moved a bit. There are no regressions, just progressions. |
| Detailed list following. |
| |
| Tests influenced by correct text-decoration handling: (correct size/position of decoration) |
| svg/W3C-SVG-1.1/text-deco-01-b.svg |
| svg/W3C-SVG-1.1/text-text-03-b.svg |
| svg/batik/text/textDecoration2.svg |
| svg/batik/text/textFeatures.svg |
| |
| Way better path alignment, no more uglyness: |
| svg/W3C-SVG-1.1/text-path-01-b.svg |
| svg/batik/text/longTextOnPath.svg |
| svg/batik/text/textGlyphOrientationHorizontal.svg |
| svg/batik/text/textOnPath2.svg |
| svg/batik/text/textOnPath3.svg |
| svg/batik/text/textOnPath.svg |
| svg/batik/text/textOnPathSpaces.svg |
| svg/batik/text/verticalTextOnPath.svg |
| svg/custom/text-linking.svg |
| svg/text/textPathBoundsBug.svg |
| |
| lengthAdjust="spacing" / lengthAdjust="spacingAndGlyphs" works pixel-perfect now: |
| svg/batik/text/textLength.svg |
| svg/W3C-SVG-1.1/text-text-01-b.svg |
| |
| No more truncated stroked text, as the repaint rects are correctly calculated now: |
| svg/W3C-SVG-1.1/text-text-08-b.svg |
| svg/text/text-text-08-b.svg |
| |
| Improved spacing between multiple LTR/RTL boxes, now that rounding hacks are disbled, and sub-pixel positioning is on: |
| svg/W3C-SVG-1.1/text-tselect-02-f.svg |
| |
| Text with empty trailing tspan is now actually rendering, because of the changed painting design: |
| svg/batik/text/textPosition.svg |
| svg/batik/text/xmlSpace.svg |
| |
| Baseline positioning is pixel-perfect now: |
| svg/custom/alignment-baseline-modes.svg |
| svg/custom/dominant-baseline-hanging.svg |
| svg/custom/dominant-baseline-modes.svg |
| |
| Hixies text tests now work, which depend on sub-pixel positioning: |
| svg/hixie/text/001.xml (was 001-broken.xml) |
| svg/hixie/text/003.html |
| svg/hixie/text/003a.xml |
| |
| Selection rect is properly sized (repaint rect size now only from startPos to endPos, not the whole text anymore!) |
| svg/text/selection-doubleclick.svg |
| svg/text/text-tselect-02-f.svg |
| |
| Selection rect is now properly sized even for RTL text, which had problems all the time, with our old custom selection code design: |
| svg/text/text-intro-05-t.svg |
| |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-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/batik/text/textAnchor3-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: |
| * platform/mac-leopard/svg/batik/text/textLength-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/textLength-expected.png: |
| * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/textOnPath-expected.png: |
| * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: |
| * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: |
| * platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: |
| * platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/textProperties-expected.png: |
| * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: |
| * platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum: |
| * platform/mac-leopard/svg/batik/text/xmlSpace-expected.png: |
| * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.checksum: |
| * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.png: |
| * platform/mac-leopard/svg/custom/junk-data-expected.txt: |
| * platform/mac-leopard/svg/custom/missing-xlink-expected.txt: |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum: |
| * platform/mac-leopard/svg/text/text-intro-05-t-expected.png: |
| * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: |
| * 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/animate-elem-84-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: |
| * 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-08-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: |
| * 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-11-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: |
| * 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-frag-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: |
| * 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-path-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: |
| * 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/text-text-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: |
| * platform/mac/svg/batik/filters/feTile-expected.txt: |
| * platform/mac/svg/batik/filters/filterRegions-expected.txt: |
| * platform/mac/svg/batik/masking/maskRegions-expected.txt: |
| * platform/mac/svg/batik/paints/gradientLimit-expected.checksum: |
| * platform/mac/svg/batik/paints/gradientLimit-expected.png: |
| * platform/mac/svg/batik/paints/gradientLimit-expected.txt: |
| * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: |
| * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: |
| * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: |
| * platform/mac/svg/batik/paints/patternRegionA-expected.txt: |
| * platform/mac/svg/batik/paints/patternRegions-expected.txt: |
| * platform/mac/svg/batik/text/longTextOnPath-expected.checksum: |
| * platform/mac/svg/batik/text/longTextOnPath-expected.png: |
| * platform/mac/svg/batik/text/longTextOnPath-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor-expected.checksum: |
| * platform/mac/svg/batik/text/textAnchor-expected.png: |
| * platform/mac/svg/batik/text/textAnchor-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor2-expected.checksum: |
| * platform/mac/svg/batik/text/textAnchor2-expected.png: |
| * platform/mac/svg/batik/text/textAnchor2-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor3-expected.txt: |
| * platform/mac/svg/batik/text/textDecoration2-expected.checksum: |
| * platform/mac/svg/batik/text/textDecoration2-expected.png: |
| * platform/mac/svg/batik/text/textDecoration2-expected.txt: |
| * platform/mac/svg/batik/text/textEffect-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect-expected.png: |
| * platform/mac/svg/batik/text/textEffect-expected.txt: |
| * platform/mac/svg/batik/text/textEffect2-expected.txt: |
| * platform/mac/svg/batik/text/textEffect3-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect3-expected.png: |
| * platform/mac/svg/batik/text/textEffect3-expected.txt: |
| * platform/mac/svg/batik/text/textFeatures-expected.checksum: |
| * platform/mac/svg/batik/text/textFeatures-expected.png: |
| * platform/mac/svg/batik/text/textFeatures-expected.txt: |
| * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: |
| * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: |
| * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: |
| * platform/mac/svg/batik/text/textLayout-expected.txt: |
| * platform/mac/svg/batik/text/textLayout2-expected.checksum: |
| * platform/mac/svg/batik/text/textLayout2-expected.png: |
| * platform/mac/svg/batik/text/textLayout2-expected.txt: |
| * platform/mac/svg/batik/text/textLength-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath2-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath3-expected.checksum: |
| * platform/mac/svg/batik/text/textOnPath3-expected.png: |
| * platform/mac/svg/batik/text/textOnPath3-expected.txt: |
| * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: |
| * platform/mac/svg/batik/text/textPCDATA-expected.txt: |
| * platform/mac/svg/batik/text/textPosition-expected.checksum: |
| * platform/mac/svg/batik/text/textPosition-expected.png: |
| * platform/mac/svg/batik/text/textPosition-expected.txt: |
| * platform/mac/svg/batik/text/textPosition2-expected.checksum: |
| * platform/mac/svg/batik/text/textPosition2-expected.png: |
| * platform/mac/svg/batik/text/textPosition2-expected.txt: |
| * platform/mac/svg/batik/text/textProperties-expected.txt: |
| * platform/mac/svg/batik/text/textProperties2-expected.txt: |
| * platform/mac/svg/batik/text/textStyles-expected.checksum: |
| * platform/mac/svg/batik/text/textStyles-expected.png: |
| * platform/mac/svg/batik/text/textStyles-expected.txt: |
| * platform/mac/svg/batik/text/verticalText-expected.checksum: |
| * platform/mac/svg/batik/text/verticalText-expected.png: |
| * platform/mac/svg/batik/text/verticalText-expected.txt: |
| * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: |
| * platform/mac/svg/batik/text/xmlSpace-expected.txt: |
| * platform/mac/svg/carto.net/button-expected.checksum: |
| * platform/mac/svg/carto.net/button-expected.png: |
| * platform/mac/svg/carto.net/button-expected.txt: |
| * platform/mac/svg/carto.net/colourpicker-expected.checksum: |
| * platform/mac/svg/carto.net/colourpicker-expected.png: |
| * platform/mac/svg/carto.net/colourpicker-expected.txt: |
| * platform/mac/svg/carto.net/combobox-expected.checksum: |
| * platform/mac/svg/carto.net/combobox-expected.png: |
| * platform/mac/svg/carto.net/combobox-expected.txt: |
| * platform/mac/svg/carto.net/scrollbar-expected.checksum: |
| * platform/mac/svg/carto.net/scrollbar-expected.png: |
| * platform/mac/svg/carto.net/scrollbar-expected.txt: |
| * platform/mac/svg/carto.net/selectionlist-expected.checksum: |
| * platform/mac/svg/carto.net/selectionlist-expected.png: |
| * platform/mac/svg/carto.net/selectionlist-expected.txt: |
| * platform/mac/svg/carto.net/slider-expected.txt: |
| * platform/mac/svg/carto.net/tabgroup-expected.txt: |
| * platform/mac/svg/carto.net/textbox-expected.txt: |
| * platform/mac/svg/carto.net/window-expected.checksum: |
| * platform/mac/svg/carto.net/window-expected.png: |
| * platform/mac/svg/carto.net/window-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-text-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt: |
| * platform/mac/svg/css/group-with-shadow-expected.txt: |
| * platform/mac/svg/custom/SVGMatrix-interface-expected.txt: |
| * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt: |
| * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: |
| * platform/mac/svg/custom/alignment-baseline-modes-expected.png: |
| * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: |
| * platform/mac/svg/custom/altglyph-expected.txt: |
| * platform/mac/svg/custom/broken-internal-references-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: |
| * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt: |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: |
| * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: |
| * platform/mac/svg/custom/dominant-baseline-modes-expected.png: |
| * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt: |
| * platform/mac/svg/custom/fill-fallback-expected.txt: |
| * platform/mac/svg/custom/focus-ring-expected.txt: |
| * platform/mac/svg/custom/font-face-cascade-order-expected.checksum: |
| * platform/mac/svg/custom/font-face-cascade-order-expected.png: |
| * platform/mac/svg/custom/font-face-cascade-order-expected.txt: |
| * platform/mac/svg/custom/font-face-simple-expected.checksum: |
| * platform/mac/svg/custom/font-face-simple-expected.png: |
| * platform/mac/svg/custom/font-face-simple-expected.txt: |
| * platform/mac/svg/custom/getTransformToElement-expected.txt: |
| * platform/mac/svg/custom/getsvgdocument-expected.txt: |
| * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt: |
| * 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-cycle-detection-expected.txt: |
| * platform/mac/svg/custom/gradient-deep-referencing-expected.txt: |
| * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: |
| * platform/mac/svg/custom/image-small-width-height-expected.txt: |
| * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/mac/svg/custom/invalid-css-expected.txt: |
| * platform/mac/svg/custom/invalid-fill-expected.txt: |
| * platform/mac/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/mac/svg/custom/invalid-lengthlist-expected.txt: |
| * platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-gradient-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-creation-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: |
| * platform/mac/svg/custom/marker-default-width-height-expected.txt: |
| * platform/mac/svg/custom/marker-overflow-clip-expected.txt: |
| * platform/mac/svg/custom/mask-invalidation-expected.txt: |
| * platform/mac/svg/custom/non-opaque-filters-expected.txt: |
| * platform/mac/svg/custom/path-textPath-simulation-expected.checksum: |
| * platform/mac/svg/custom/path-textPath-simulation-expected.png: |
| * platform/mac/svg/custom/path-textPath-simulation-expected.txt: |
| * platform/mac/svg/custom/pattern-cycle-detection-expected.txt: |
| * platform/mac/svg/custom/pattern-deep-referencing-expected.txt: |
| * platform/mac/svg/custom/pattern-rotate-expected.txt: |
| * platform/mac/svg/custom/pattern-with-transformation-expected.txt: |
| * platform/mac/svg/custom/pointer-events-image-expected.txt: |
| * platform/mac/svg/custom/pointer-events-path-expected.txt: |
| * platform/mac/svg/custom/pointer-events-text-expected.txt: |
| * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt: |
| * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: |
| * platform/mac/svg/custom/second-inline-text-expected.txt: |
| * platform/mac/svg/custom/shape-rendering-expected.txt: |
| * platform/mac/svg/custom/shapes-supporting-markers-expected.txt: |
| * platform/mac/svg/custom/stroke-fallback-expected.txt: |
| * platform/mac/svg/custom/stroke-width-large-expected.txt: |
| * platform/mac/svg/custom/stroked-pattern-expected.checksum: |
| * platform/mac/svg/custom/stroked-pattern-expected.png: |
| * platform/mac/svg/custom/stroked-pattern-expected.txt: |
| * platform/mac/svg/custom/struct-use-09-b-expected.txt: |
| * platform/mac/svg/custom/style-attribute-font-size-expected.txt: |
| * platform/mac/svg/custom/svg-overflow-types-expected.txt: |
| * platform/mac/svg/custom/text-clip-expected.txt: |
| * platform/mac/svg/custom/text-ctm-expected.txt: |
| * platform/mac/svg/custom/text-decoration-visibility-expected.txt: |
| * platform/mac/svg/custom/text-dom-01-f-expected.txt: |
| * platform/mac/svg/custom/text-filter-expected.txt: |
| * platform/mac/svg/custom/text-hit-test-expected.txt: |
| * platform/mac/svg/custom/text-image-opacity-expected.txt: |
| * platform/mac/svg/custom/text-letter-spacing-expected.txt: |
| * platform/mac/svg/custom/text-linking-expected.checksum: |
| * platform/mac/svg/custom/text-linking-expected.png: |
| * platform/mac/svg/custom/text-linking-expected.txt: |
| * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt: |
| * platform/mac/svg/custom/text-whitespace-handling-expected.txt: |
| * platform/mac/svg/custom/text-x-dx-lists-expected.txt: |
| * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: |
| * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/mac/svg/custom/text-xy-updates-expected.txt: |
| * platform/mac/svg/custom/tref-update-expected.txt: |
| * platform/mac/svg/custom/use-clipped-hit-expected.checksum: |
| * platform/mac/svg/custom/use-clipped-hit-expected.png: |
| * platform/mac/svg/custom/use-clipped-hit-expected.txt: |
| * platform/mac/svg/custom/use-detach-expected.txt: |
| * platform/mac/svg/custom/use-dynamic-append-expected.txt: |
| * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt: |
| * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt: |
| * platform/mac/svg/custom/use-events-crash-expected.txt: |
| * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: |
| * platform/mac/svg/custom/use-modify-container-in-target-expected.txt: |
| * platform/mac/svg/custom/use-modify-target-container-expected.txt: |
| * platform/mac/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-use-expected.txt: |
| * platform/mac/svg/custom/use-on-g-expected.txt: |
| * platform/mac/svg/custom/use-on-rect-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/mac/svg/custom/use-on-text-expected.txt: |
| * platform/mac/svg/custom/use-on-use-expected.txt: |
| * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt: |
| * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt: |
| * platform/mac/svg/custom/use-recursion-1-expected.txt: |
| * platform/mac/svg/custom/use-recursion-2-expected.txt: |
| * platform/mac/svg/custom/use-recursion-3-expected.txt: |
| * platform/mac/svg/custom/use-recursion-4-expected.txt: |
| * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/mac/svg/custom/use-transform-expected.txt: |
| * platform/mac/svg/custom/viewbox-syntax-expected.txt: |
| * platform/mac/svg/filters/feColorMatrix-values-expected.txt: |
| * platform/mac/svg/filters/feComposite-expected.txt: |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.txt: |
| * platform/mac/svg/filters/filter-on-tspan-expected.txt: |
| * platform/mac/svg/filters/sourceAlpha-expected.txt: |
| * platform/mac/svg/hixie/dynamic/002-expected.txt: |
| * platform/mac/svg/hixie/error/002-expected.txt: |
| * platform/mac/svg/hixie/error/003-expected.txt: |
| * platform/mac/svg/hixie/error/010-expected.txt: |
| * platform/mac/svg/hixie/error/011-expected.txt: |
| * platform/mac/svg/hixie/error/013-expected.txt: |
| * platform/mac/svg/hixie/error/017-expected.txt: |
| * platform/mac/svg/hixie/links/002-expected.txt: |
| * platform/mac/svg/hixie/perf/003-expected.txt: |
| * platform/mac/svg/hixie/perf/004-expected.txt: |
| * platform/mac/svg/hixie/perf/005-expected.txt: |
| * platform/mac/svg/hixie/perf/006-expected.txt: |
| * platform/mac/svg/hixie/perf/007-expected.txt: |
| * platform/mac/svg/hixie/text/001-broken-expected.checksum: Removed. |
| * platform/mac/svg/hixie/text/001-broken-expected.png: Removed. |
| * platform/mac/svg/hixie/text/001-broken-expected.txt: Removed. |
| * platform/mac/svg/hixie/text/001-expected.checksum: Copied from LayoutTests/platform/mac/svg/hixie/text/001-broken-expected.checksum. |
| * platform/mac/svg/hixie/text/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/text/001-broken-expected.png. |
| * platform/mac/svg/hixie/text/001-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/text/001-broken-expected.txt. |
| * platform/mac/svg/hixie/text/002-expected.txt: |
| * platform/mac/svg/hixie/text/003-expected.checksum: |
| * platform/mac/svg/hixie/text/003-expected.png: |
| * platform/mac/svg/hixie/text/003-expected.txt: |
| * platform/mac/svg/hixie/text/003a-expected.checksum: |
| * platform/mac/svg/hixie/text/003a-expected.png: |
| * platform/mac/svg/hixie/text/003a-expected.txt: |
| * platform/mac/svg/hixie/text/003b-expected.txt: |
| * platform/mac/svg/hixie/viewbox/002-expected.txt: |
| * platform/mac/svg/hixie/viewbox/003-expected.txt: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| * platform/mac/svg/text/kerning-expected.txt: |
| * platform/mac/svg/text/multichar-glyph-expected.txt: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-1-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-1-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-1-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-2-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-2-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-2-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-3-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-3-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-3-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-4-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-4-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-4-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-1-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-2-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-3-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-4-expected.checksum: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png: Added. |
| * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Added. |
| * platform/mac/svg/text/selection-background-color-expected.txt: |
| * platform/mac/svg/text/selection-doubleclick-expected.checksum: |
| * platform/mac/svg/text/selection-doubleclick-expected.png: |
| * platform/mac/svg/text/selection-doubleclick-expected.txt: |
| * platform/mac/svg/text/selection-styles-expected.txt: |
| * platform/mac/svg/text/selection-tripleclick-expected.txt: |
| * 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-01-b-expected.txt: |
| * 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-02-b-expected.txt: |
| * platform/mac/svg/text/text-align-03-b-expected.txt: |
| * 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-04-b-expected.txt: |
| * 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-05-b-expected.txt: |
| * 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-align-06-b-expected.txt: |
| * 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-altglyph-01-b-expected.txt: |
| * 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-deco-01-b-expected.txt: |
| * platform/mac/svg/text/text-fonts-01-t-expected.txt: |
| * platform/mac/svg/text/text-fonts-02-t-expected.txt: |
| * platform/mac/svg/text/text-gradient-positioning-expected.txt: |
| * platform/mac/svg/text/text-hkern-expected.checksum: |
| * platform/mac/svg/text/text-hkern-expected.png: |
| * platform/mac/svg/text/text-hkern-expected.txt: |
| * platform/mac/svg/text/text-hkern-on-vertical-text-expected.checksum: |
| * platform/mac/svg/text/text-hkern-on-vertical-text-expected.png: |
| * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt: |
| * 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-path-01-b-expected.txt: |
| * platform/mac/svg/text/text-repaint-rects-expected.txt: |
| * platform/mac/svg/text/text-spacing-01-b-expected.checksum: |
| * platform/mac/svg/text/text-spacing-01-b-expected.png: |
| * platform/mac/svg/text/text-spacing-01-b-expected.txt: |
| * 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-01-b-expected.txt: |
| * 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-03-b-expected.txt: |
| * 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-04-t-expected.txt: |
| * 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-05-t-expected.txt: |
| * platform/mac/svg/text/text-text-06-t-expected.txt: |
| * 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-07-t-expected.txt: |
| * 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-text-08-b-expected.txt: |
| * platform/mac/svg/text/text-tref-01-b-expected.txt: |
| * platform/mac/svg/text/text-tselect-01-b-expected.txt: |
| * 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-tselect-02-f-expected.txt: |
| * 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-tspan-01-b-expected.txt: |
| * platform/mac/svg/text/text-vkern-expected.checksum: |
| * platform/mac/svg/text/text-vkern-expected.png: |
| * platform/mac/svg/text/text-vkern-expected.txt: |
| * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt: |
| * platform/mac/svg/text/text-ws-01-t-expected.txt: |
| * platform/mac/svg/text/text-ws-02-t-expected.txt: |
| * platform/mac/svg/text/textPathBoundsBug-expected.checksum: |
| * platform/mac/svg/text/textPathBoundsBug-expected.png: |
| * platform/mac/svg/text/textPathBoundsBug-expected.txt: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: |
| * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: |
| * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: |
| * svg/custom/glyph-setting-d-attribute-expected.txt: |
| * svg/custom/glyph-transformation-with-hkern-expected.txt: |
| * svg/custom/use-elementInstance-event-target-expected.txt: |
| * svg/custom/use-elementInstance-methods-expected.txt: |
| * svg/dom/altGlyph-dom-expected.txt: |
| * svg/hixie/text/001-broken.xml: Removed. |
| * svg/hixie/text/001.xml: Copied from LayoutTests/svg/hixie/text/001-broken.xml. |
| * svg/text/lengthAdjust-text-metrics-expected.txt: Added. |
| * svg/text/lengthAdjust-text-metrics.html: Added. |
| * svg/text/resources/SelectionTestCase.js: Added. |
| * svg/text/script-tests: Added. |
| * svg/text/script-tests/TEMPLATE.html: Added. |
| * svg/text/script-tests/lengthAdjust-text-metrics.js: Added. |
| * svg/text/select-textLength-spacing-squeeze-1.svg: Added. |
| * svg/text/select-textLength-spacing-squeeze-2.svg: Added. |
| * svg/text/select-textLength-spacing-squeeze-3.svg: Added. |
| * svg/text/select-textLength-spacing-squeeze-4.svg: Added. |
| * svg/text/select-textLength-spacing-stretch-1.svg: Added. |
| * svg/text/select-textLength-spacing-stretch-2.svg: Added. |
| * svg/text/select-textLength-spacing-stretch-3.svg: Added. |
| * svg/text/select-textLength-spacing-stretch-4.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg: Added. |
| * svg/text/select-textLength-spacingAndGlyphs-stretch-4.svg: Added. |
| * svg/text/select-x-list-1.svg: Added. |
| * svg/text/select-x-list-2.svg: Added. |
| * svg/text/select-x-list-3.svg: Added. |
| * svg/text/select-x-list-4.svg: Added. |
| * svg/text/select-x-list-with-tspans-1.svg: Added. |
| * svg/text/select-x-list-with-tspans-2.svg: Added. |
| * svg/text/select-x-list-with-tspans-3.svg: Added. |
| * svg/text/select-x-list-with-tspans-4.svg: Added. |
| * svg/text/selection-doubleclick.svg: |
| * svg/text/selection-tripleclick.svg: |
| |
| 2010-06-18 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| noAccess url schemes block access to inline stylesheets |
| https://bugs.webkit.org/show_bug.cgi?id=32309 |
| |
| Test that data URLs can access their inline style sheets. |
| |
| * http/tests/security/data-url-inline.css-expected.txt: Added. |
| * http/tests/security/data-url-inline.css.html: Added. |
| |
| 2010-06-18 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Remove unneeded custom code for WebSocket.send |
| https://bugs.webkit.org/show_bug.cgi?id=38180 |
| |
| Test what happens when you pass an object to WebSocket.send that throws |
| when you convert it to a string. |
| |
| * websocket/tests/script-tests/send-throw.js: Added. |
| (endTest): |
| (FIRST_MESSAGE_TO_SEND.toString): |
| (ws.onopen): |
| (ws.onclose): |
| (timeOutCallback): |
| * websocket/tests/send-throw-expected.txt: Added. |
| * websocket/tests/send-throw.html: Added. |
| |
| 2010-06-18 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Try to turn Gtk 32-bit Linux Debug green again. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-17 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| Test for |
| CSS3 "Property is declared twice in rule" test fails |
| https://bugs.webkit.org/show_bug.cgi?id=36282 |
| |
| * fast/css/duplicate-property-in-rule-expected.txt: Added. |
| * fast/css/duplicate-property-in-rule.html: Added. |
| |
| 2010-06-17 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed. Fixed a path of meter-element.html on Skipped list. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-14 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Adding a test case to change-version.html + minor clean-ups. |
| https://bugs.webkit.org/show_bug.cgi?id=40604 |
| |
| * storage/change-version.html: |
| |
| 2010-06-17 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Update <meter> tests. |
| |
| 2010-06-17 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed. Disabled meter-element.html temporally. |
| We need to rebaseline it. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-15 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| <meter> should allow styling for each gauge-level and component |
| https://bugs.webkit.org/show_bug.cgi?id=40280 |
| |
| - Updated expectations because both rendering result, render tree structure, |
| html.css was changed. |
| |
| * fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html: Added. |
| * fast/dom/HTMLMeterElement/meter-styles.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.png: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added. |
| * platform/win/Skipped: |
| |
| 2010-06-17 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket: resume should not process buffer if already processing. |
| https://bugs.webkit.org/show_bug.cgi?id=39340 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * websocket/tests/alert-in-event-handler-expected.txt: Added. |
| * websocket/tests/alert-in-event-handler.html: Added. |
| * websocket/tests/script-tests/alert-in-event-handler.js: Added. |
| * websocket/tests/send2_wsh.py: Added. |
| |
| 2010-06-17 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Some tests in fast/repaint/ work fine on Mac. |
| |
| 2010-06-17 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r61368. |
| http://trac.webkit.org/changeset/61368 |
| https://bugs.webkit.org/show_bug.cgi?id=40806 |
| |
| Well, actually, it still fails :( (Requested by abarth on |
| #webkit). |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-17 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| HTML5PreloadScanner parses <script> in DataState |
| https://bugs.webkit.org/show_bug.cgi?id=40804 |
| |
| Remove the aforementioned hack that was working around this bug. As a |
| nice side effect, we get test coverage for this bug. :) |
| |
| * fast/preloader/image.html: |
| * fast/preloader/link.html: |
| * fast/preloader/script.html: |
| * fast/preloader/style.html: |
| |
| 2010-06-17 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation fix. |
| |
| * platform/chromium/test_expectations.txt: fast/preloader/*.html |
| fail because of no dumpResourceResponseMIMETypes(), |
| stripNullFromTextNodes.html have not failed recently. |
| |
| 2010-06-17 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| I bet this test passes now. :) |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-17 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Skip fast/preloader tests on GTK and Qt because they don't implement |
| dumpResourceResponseMIMETypes. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-17 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Add CSS scanning to HTML5PreloadScanner |
| https://bugs.webkit.org/show_bug.cgi?id=40802 |
| |
| Add a testing framework for the preload scanner. These test cover |
| basic preloader behavior. They have a small hack to work around a bug |
| in the preload scanner discovered while writing the tests. I'll fix |
| the bug and remove the hack in a followup patch. |
| |
| * fast/preloader/image-expected.txt: Added. |
| * fast/preloader/image.html: Added. |
| * fast/preloader/link-expected.txt: Added. |
| * fast/preloader/link.html: Added. |
| * fast/preloader/resources/image1.png: Added. |
| * fast/preloader/resources/link1.css: Added. |
| * fast/preloader/resources/script1.js: Added. |
| * fast/preloader/resources/style1.css: Added. |
| * fast/preloader/script-expected.txt: Added. |
| * fast/preloader/script.html: Added. |
| * fast/preloader/style-expected.txt: Added. |
| * fast/preloader/style.html: Added. |
| |
| 2010-06-17 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, Chromium expectations update. |
| |
| * platform/chromium-mac/fast/js/missing-title-end-tag-js-expected.checksum: Added. |
| * platform/chromium-mac/fast/js/missing-title-end-tag-js-expected.png: Added. |
| * platform/chromium-win-xp/fast/text/atsui-spacing-features-expected.checksum: Changed |
| * platform/chromium-win-xp/fast/text/atsui-spacing-features-expected.png: Removed. |
| |
| 2010-06-17 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| This updates the pixel test baselines after r61341, and removes them |
| from test_expectations. |
| |
| * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.png: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: |
| * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize11-expected.checksum: Added. |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize16-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize19-expected.checksum: Added. |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize22-expected.checksum: Added. |
| * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum: Removed. |
| * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed. |
| * platform/chromium-linux/fast/css/value-list-out-of-bounds-crash-expected.checksum: |
| * platform/chromium-linux/fast/css/value-list-out-of-bounds-crash-expected.png: Removed. |
| * platform/chromium-linux/fast/events/pointer-events-2-expected.checksum: |
| * platform/chromium-linux/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-linux/fast/forms/input-type-change-expected.checksum: |
| * platform/chromium-linux/fast/forms/input-type-change-expected.png: |
| * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.checksum: |
| * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-linux/fast/replaced/image-sizing-expected.checksum: |
| * platform/chromium-linux/fast/replaced/image-sizing-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug14929-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug14929-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/core/misc-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/misc-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png: Removed. |
| * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Removed. |
| * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.checksum: Removed. |
| * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.checksum: |
| * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.png: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: |
| * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize01-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize01-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize05-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize05-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize07-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize07-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize08-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize08-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize09-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize09-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize10-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize10-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize11-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize11-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize12-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize12-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize16-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize20-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize20-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize21-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize21-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png: |
| * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum: |
| * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: |
| * platform/chromium-win/fast/css/value-list-out-of-bounds-crash-expected.checksum: |
| * platform/chromium-win/fast/css/value-list-out-of-bounds-crash-expected.png: |
| * platform/chromium-win/fast/events/pointer-events-2-expected.checksum: |
| * platform/chromium-win/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-win/fast/forms/input-type-change-expected.checksum: |
| * platform/chromium-win/fast/forms/input-type-change-expected.png: |
| * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.checksum: |
| * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-win/fast/replaced/image-sizing-expected.checksum: |
| * platform/chromium-win/fast/replaced/image-sizing-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug14929-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug14929-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug625-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.checksum: |
| * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png: |
| * platform/chromium-win/tables/mozilla/core/bloomberg-expected.checksum: |
| * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: |
| * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/chromium-win/tables/mozilla/core/misc-expected.checksum: |
| * platform/chromium-win/tables/mozilla/core/misc-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.checksum: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/other/cell_widths-expected.checksum: |
| * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/chromium/test_expectations.txt: |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: |
| * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.png: |
| * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.png: |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: |
| * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.checksum: |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.png: |
| * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum: |
| * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.png: |
| * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.png: |
| * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png: |
| * platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: |
| * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: |
| * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: |
| * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: |
| * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: |
| * platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.checksum: |
| * platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.png: |
| * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: |
| * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png: |
| * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: |
| * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png: |
| * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: |
| * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png: |
| * platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum: |
| * platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize01-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize01-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize05-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize06-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize06-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize07-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize07-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize08-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize08-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize09-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize09-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize10-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize10-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize11-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize11-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize12-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize12-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize16-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize17-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize17-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize18-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize18-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize19-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize19-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize20-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize20-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize21-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize21-expected.png: |
| * platform/mac/fast/backgrounds/size/backgroundSize22-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize22-expected.png: |
| * platform/mac/fast/backgrounds/size/zero-expected.checksum: |
| * platform/mac/fast/backgrounds/size/zero-expected.png: |
| * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum: |
| * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: |
| * platform/mac/fast/canvas/canvas-as-image-expected.checksum: |
| * platform/mac/fast/canvas/canvas-as-image-expected.png: |
| * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: |
| * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png: |
| * platform/mac/fast/forms/input-type-change-expected.checksum: |
| * platform/mac/fast/forms/input-type-change-expected.png: |
| * platform/mac/fast/replaced/001-expected.checksum: |
| * platform/mac/fast/replaced/001-expected.png: |
| * platform/mac/fast/replaced/002-expected.checksum: |
| * platform/mac/fast/replaced/002-expected.png: |
| * platform/mac/fast/replaced/003-expected.checksum: |
| * platform/mac/fast/replaced/003-expected.png: |
| * platform/mac/fast/replaced/absolute-image-sizing-expected.checksum: |
| * platform/mac/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/mac/fast/replaced/image-sizing-expected.checksum: |
| * platform/mac/fast/replaced/image-sizing-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug11026-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug1296-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug15544-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug4093-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug4284-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug4523-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug4523-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug56563-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug86708-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug86708-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug97383-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug97383-expected.png: |
| * platform/mac/tables/mozilla/core/misc-expected.checksum: |
| * platform/mac/tables/mozilla/core/misc-expected.png: |
| * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/td_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/th_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| |
| 2010-06-17 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Added pixel results for Chromium. |
| |
| * platform/chromium-win/fast/js/missing-title-end-tag-js-expected.checksum: Added. |
| * platform/chromium-win/fast/js/missing-title-end-tag-js-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-13 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| WebCore EventHandler needs to take account of onLoad events fired |
| before layout() complete |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40102 |
| |
| WebCore 'cheats' by firing onLoad events before the frame's layout |
| has been performed. This can result in event listeners performing |
| operations that depend on the document's final layout, such as |
| scrolling operations. |
| |
| When scrolling a frameview in eventhandler ensure the layout is complete. |
| |
| * platform/qt/Skipped: Unskip editing/input/page-up-down-scrolls.html |
| |
| 2010-06-16 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Add the error codes defined in the async DB spec to SQLError.idl and SQLError.h. |
| https://bugs.webkit.org/show_bug.cgi?id=40748 |
| |
| * platform/chromium/storage/sql-error-codes-expected.txt: Added. |
| * storage/sql-error-codes-expected.txt: Added. |
| * storage/sql-error-codes.html: Added. |
| * storage/sql-error-codes.js: Added. |
| (finishTest): |
| (transactionErrorCallback): |
| (transactionSuccessCallback): |
| (testTransaction): |
| (testTransactionThrowsException): |
| (testTransactionFailureBecauseOfStatementFailure): |
| (testInvalidStatement): |
| (testIncorrectNumberOfBindParameters): |
| (testBindParameterOfWrongType.badString.toString): |
| (testBindParameterOfWrongType): |
| (testQuotaExceeded): |
| (testVersionMismatch.db.transaction): |
| (testVersionMismatch): |
| (runTest): |
| |
| 2010-06-17 Robert Hogan <robert@webkit.org> |
| |
| Unreviewed, rolling out r61346. |
| http://trac.webkit.org/changeset/61346 |
| https://bugs.webkit.org/show_bug.cgi?id=33333 |
| |
| Broke inspector tests on Qt |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-17 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Updating Chromium expectations after http://trac.webkit.org/changeset/61128. |
| |
| 2010-06-17 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Removed obsolete Win XP expectations. |
| |
| * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.checksum: Removed. |
| * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.png: Removed. |
| |
| 2010-06-17 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] pass plugins/open-and-close-window-with-plugin.html on Qt |
| |
| Capture logDestroy messages from the test plugin. DRT's WebPage |
| is already destroyed by the time they are emitted. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33333 |
| |
| Unskip: |
| plugins/open-and-close-window-with-plugin.html |
| plugins/geturlnotify-during-document-teardown.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-17 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r61340. |
| http://trac.webkit.org/changeset/61340 |
| https://bugs.webkit.org/show_bug.cgi?id=36282 |
| |
| Broke several editing tests. |
| |
| * fast/css/duplicate-property-in-rule-expected.txt: Removed. |
| * fast/css/duplicate-property-in-rule.html: Removed. |
| |
| 2010-06-17 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| More clean up from the HTML5 parser spin-up. |
| |
| * platform/chromium-linux/fast/dom/stripNullFromTextNodes-expected.txt: Removed. |
| * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.checksum: |
| * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-17 Jian Li <jianli@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Add optional contentType parameter to Blob.slice per latest File API spec. |
| https://bugs.webkit.org/show_bug.cgi?id=40647 |
| |
| Updated the test for the optional parameter. |
| |
| * http/tests/local/resources/send-sliced-dragged-file.js: |
| * http/tests/local/send-sliced-dragged-file-expected.txt: |
| |
| 2010-06-17 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Temporarily modify test_expectations.txt to add tests broken by |
| https://bugs.webkit.org/show_bug.cgi?id=38233 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-17 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| Test for |
| CSS3 "Property is declared twice in rule" test fails |
| https://bugs.webkit.org/show_bug.cgi?id=36282 |
| |
| * fast/css/duplicate-property-in-rule-expected.txt: Added. |
| * fast/css/duplicate-property-in-rule.html: Added. |
| |
| 2010-06-17 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Clean up error conditions for Typed Arrays |
| https://bugs.webkit.org/show_bug.cgi?id=40755 |
| |
| * fast/canvas/webgl/array-unit-tests-expected.txt: |
| - Updated test expectations. |
| * fast/canvas/webgl/array-unit-tests.html: |
| - Added tests for overloaded ArrayBufferView constructors taking null, |
| and improperly aligned offsets. Improved precision of tests causing |
| INDEX_SIZE_ERR to be thrown. |
| |
| 2010-06-17 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Differences in error reporting for overloaded methods causing fast/canvas/webgl/texImageTest.html to fail |
| https://bugs.webkit.org/show_bug.cgi?id=40750 |
| |
| Added V8Proxy::throwTypeError() and throwSyntaxError for parity |
| with JSC::throwTypeError() and throwSyntaxError. Changed |
| CodeGeneratorV8.pm to use throwTypeError for overload resolution |
| failures. Revised CodeGeneratorJS.pm to use throwVMTypeError |
| instead of manual call to JSValue::encode. Deleted now-unnecessary |
| Chromium expectations for fast/canvas/webgl/texImageTest.html. |
| |
| * platform/chromium-mac/fast/canvas/webgl/texImageTest-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-17 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| tables/mozilla/images/adforce_imgis_com.html was removed after r61289. Remove |
| it from the GTK+ skipped list. |
| |
| * platform/gtk/Skipped: Remove a defunct test. |
| |
| 2010-06-17 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium-mac/fast/dom/wrapper-classes-expected.txt: |
| * platform/chromium-win/fast/dom/wrapper-classes-expected.txt: Updated results after r61322. |
| |
| 2010-06-17 Darin Adler <darin@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Fix boolean reflected attributes to use empty string consistently for the content attribute value |
| https://bugs.webkit.org/show_bug.cgi?id=40758 |
| |
| * fast/dom/boolean-attribute-reflection-expected.txt: Added. |
| * fast/dom/boolean-attribute-reflection.html: Added. |
| * fast/dom/script-tests/boolean-attribute-reflection.js: Added. |
| |
| * fast/dom/wrapper-classes-expected.txt: Regenerated. |
| * fast/dom/wrapper-classes.html: Added some classes. |
| |
| * media/video-controls-expected.txt: Regenerated. |
| * media/video-controls.html: Changed to expect the new correct results. |
| Removed unnecessary use of offsetTop to force layout. This test covers only |
| the DOM and has nothing to do with layout. |
| |
| * svg/dom/svgpath-getPathSegAtLength.html: Let the |
| make-script-test-wrappers script regenerate this file. |
| |
| 2010-06-17 Pavel Feldman <pfeldman@chromium.org> |
| |
| Unreviewed, tests fix. |
| |
| * inspector/elements-panel-search.html: |
| |
| 2010-06-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed rollout r61311, because it made 2 tests fail on Qt bot. |
| |
| [Qt] NPP_SetWindow seems to not be called when TestNetscapePlugin is moved |
| https://bugs.webkit.org/show_bug.cgi?id=36702 |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-17 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| Land new expected baselines for fill-opacity-(hsl|rgba).png |
| DRT showed a mysterious error, and the baseline obviously had a problem. |
| |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.checksum: |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.png: |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.checksum: |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.png: |
| |
| 2010-06-17 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] NPP_SetWindow seems to not be called when TestNetscapePlugin is moved |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36702 |
| |
| setNPWindowIfNeeded() is called on paint() in PluginViewQt, which doesn't |
| work for DRT. So call it if we are in DRT mode and the window geometry |
| has changed. |
| |
| Unskips plugins/reentrant-update-widget-positions.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-16 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Refactor layout tests for printing to use common code. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40559 |
| |
| * printing/numberOfPages-expected.txt: |
| * printing/numberOfPages.html: |
| * printing/page-break-always-expected.txt: |
| * printing/page-break-always-for-overflow-expected.txt: |
| * printing/page-break-always-for-overflow.html: |
| * printing/page-break-always.html: |
| * printing/page-break-inside-avoid-expected.txt: Added. |
| * printing/page-break-inside-avoid.html: Added. |
| * printing/page-break-inside-expected.txt: Removed. |
| * printing/page-break-inside.html: Removed. |
| * printing/pageNumerForElementById-expected.txt: |
| * printing/pageNumerForElementById.html: |
| * printing/resources/paged-media-test-utils.js: |
| (numberOfPagesShouldBe): |
| (ratioToPageHeightToPixels): |
| (createBlockWithRatioToPageHeight): |
| (createBlockWithNumberOfLines): |
| * printing/script-tests/TEMPLATE.html: |
| * printing/script-tests/numberOfPages.js: |
| (test): |
| * printing/script-tests/page-break-always-for-overflow.js: |
| (test): |
| * printing/script-tests/page-break-always.js: |
| (test): |
| * printing/script-tests/page-break-inside-avoid.js: Added. |
| (test): |
| * printing/script-tests/page-break-inside.js: Removed. |
| * printing/script-tests/pageNumerForElementById.js: |
| (test): |
| |
| 2010-06-16 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Repeat pattern should start from origin |
| https://bugs.webkit.org/show_bug.cgi?id=39225 |
| |
| Remove the following test case from Skipped: |
| canvas/philip/tests/2d.pattern.paint.norepeat.coord3.html |
| canvas/philip/tests/2d.pattern.paint.repeatx.coord1.html |
| canvas/philip/tests/2d.pattern.paint.repeaty.coord1.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| This "test" no longer exists. Turns out it was an image resource for |
| another test. |
| |
| * platform/mac/Skipped: |
| |
| 2010-06-16 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Spatial Navigation: refactor scrollInDirection to work with scrollable content |
| https://bugs.webkit.org/show_bug.cgi?id=39195 |
| |
| * fast/events/spatial-navigation/snav-only-clipped-overflow-content-expected.txt: Added. |
| * fast/events/spatial-navigation/snav-only-clipped-overflow-content.html: Added. |
| |
| 2010-06-16 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations tweak. |
| |
| * platform/chromium/test_expectations.txt: Transferred a failure from downstream. |
| |
| 2010-06-16 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [GTK] r60803 broke media/controls-drag-timebar.html |
| https://bugs.webkit.org/show_bug.cgi?id=40269 |
| |
| * platform/gtk/Skipped: Unskip test which is now passing. |
| |
| 2010-06-16 Adam Roben <aroben@apple.com> |
| |
| Remove some CVS directories that snuck into Subversion |
| |
| These were added back when the Mozilla tables tests were imported. |
| |
| Rubber-stamped by Dan Berstein. |
| |
| * tables/mozilla/images/CVS: Removed. |
| * tables/mozilla_expected_failures/images/CVS: Removed. |
| |
| 2010-06-16 Adam Roben <aroben@apple.com> |
| |
| Delete tables/mozilla/images/adforce_imgis_com.html and its associated |
| results |
| |
| This file is a GIF that somehow obtained a .html extension. It isn't |
| referenced by any other test. (It was failing on Windows because the |
| HTML5 parser turns null bytes into U+FFFD, whose rendering is |
| font-dependent.) |
| |
| Fixes <http://webkit.org/b/40741> REGRESSION (r61234): |
| tables/mozilla/images/adforce_imgis_com.html fails on Windows. |
| |
| Reviewed by Dave Hyatt. |
| |
| * platform/chromium-linux/tables/mozilla/images/adforce_imgis_com-expected.checksum: Removed. |
| * platform/chromium-linux/tables/mozilla/images/adforce_imgis_com-expected.png: Removed. |
| * platform/chromium-win/tables/mozilla/images/adforce_imgis_com-expected.checksum: Removed. |
| * platform/chromium-win/tables/mozilla/images/adforce_imgis_com-expected.png: Removed. |
| * platform/chromium-win/tables/mozilla/images/adforce_imgis_com-expected.txt: Removed. |
| * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.checksum: Removed. |
| * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.png: Removed. |
| * platform/mac-snowleopard/tables/mozilla/images/adforce_imgis_com-expected.checksum: Removed. |
| * platform/mac-snowleopard/tables/mozilla/images/adforce_imgis_com-expected.png: Removed. |
| * platform/mac-snowleopard/tables/mozilla/images/adforce_imgis_com-expected.txt: Removed. |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.checksum: Removed. |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.png: Removed. |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.txt: Removed. |
| * platform/qt/tables/mozilla/images/adforce_imgis_com-expected.txt: Removed. |
| * tables/mozilla/images/adforce_imgis_com.html: Removed. |
| |
| 2010-06-16 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [GTK] Remove the abuse of GDK_CURRENT_TIME in the DRT |
| https://bugs.webkit.org/show_bug.cgi?id=40600 |
| |
| * platform/gtk/Skipped: This change exposed some failures which were previously not reported. Skip them. |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| HTML5 parser crash when setTimeout document.write after slow script |
| https://bugs.webkit.org/show_bug.cgi?id=40726 |
| |
| Adds a test for what happens when we receive a document.write() while |
| we're waiting for an external script to load (and after receiving EOF |
| from the network). |
| |
| * http/tests/misc/write-while-waiting-expected.txt: Added. |
| * http/tests/misc/write-while-waiting.html: Added. |
| |
| 2010-06-16 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| Updated platform/chromium-* expectations for the tests after HTML5 parser switch. |
| |
| 2010-06-16 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations update. |
| |
| * platform/chromium/test_expectations.txt: Removed already passing tests. |
| |
| 2010-06-16 Adam Roben <aroben@apple.com> |
| |
| Convert fast/dom/stripNullFromTextNodes.html to dumpAsText |
| |
| There's nothing in this test that requires a render tree dump. We have |
| other tests that test rendering of U+FFFD characters (which was what |
| was causing the test to fail, since Windows uses a different font for |
| that character than Mac does). |
| |
| Fixes <http://webkit.org/b/40738> REGRESSION: (r61234): |
| fast/dom/stripNullFromTextNodes.html fails on Windows |
| |
| Reviewed by Dan Bernstein. |
| |
| * fast/dom/stripNullFromTextNodes-expected.txt: Added. |
| |
| * fast/dom/stripNullFromTextNodes.html: Added a call to |
| layoutTestController.dumpAsText(). |
| |
| * platform/chromium-linux/fast/dom/stripNullFromTextNodes-expected.checksum: Removed. |
| * platform/chromium-linux/fast/dom/stripNullFromTextNodes-expected.png: Removed. |
| * platform/chromium-win/fast/dom/stripNullFromTextNodes-expected.checksum: Removed. |
| * platform/chromium-win/fast/dom/stripNullFromTextNodes-expected.png: Removed. |
| * platform/chromium-win/fast/dom/stripNullFromTextNodes-expected.txt: Removed. |
| * platform/mac-tiger/fast/dom/stripNullFromTextNodes-expected.checksum: Removed. |
| * platform/mac-tiger/fast/dom/stripNullFromTextNodes-expected.png: Removed. |
| * platform/mac-tiger/fast/dom/stripNullFromTextNodes-expected.txt: Removed. |
| * platform/mac/fast/dom/stripNullFromTextNodes-expected.checksum: Removed. |
| * platform/mac/fast/dom/stripNullFromTextNodes-expected.png: Removed. |
| * platform/mac/fast/dom/stripNullFromTextNodes-expected.txt: Removed. |
| * platform/qt/fast/dom/stripNullFromTextNodes-expected.txt: Removed. |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Hit assertion in WebCore::HTML5Token::appendToSystemIdentifier |
| https://bugs.webkit.org/show_bug.cgi?id=40729 |
| |
| Add more test coverage of DOCTYPE parsing states. Turns out you use a |
| different state if there's no whitespace between the public and system |
| identifiers. |
| |
| * html5lib/resources/doctype01.dat: |
| |
| 2010-06-16 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Allow transitions and animations of clip: rect |
| https://bugs.webkit.org/show_bug.cgi?id=38130 |
| |
| Testcase for CSS clip transition. |
| |
| * transitions/clip-transition-expected.txt: Added. |
| * transitions/clip-transition.html: Added. |
| * transitions/transition-test-helpers.js: |
| (expected): |
| |
| 2010-06-16 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Fix clipping via CSS clip: with composited descendants |
| https://bugs.webkit.org/show_bug.cgi?id=40579 |
| |
| Tests for compositing with CSS clip. |
| |
| * compositing/geometry/clip-expected.txt: Added. |
| * compositing/geometry/clip.html: Added. |
| * compositing/overflow/clip-descendents-expected.txt: Added. |
| * compositing/overflow/clip-descendents.html: Added. |
| |
| 2010-06-16 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Disabling a test which fails on Tiger for platform-specific decoding reasons. |
| |
| fast/encoding/japanese-encoding-mix.html fails on Tiger after enabling HTML5 Lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40725 |
| |
| * platform/mac-tiger/Skipped: |
| - Skipping the test until someone with Tiger access can look. |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Add Tiger-specific expectations because U+FFFD is a different length on |
| Tiger. :( |
| |
| * platform/mac-tiger/fast/dom: Added. |
| * platform/mac-tiger/fast/dom/stripNullFromTextNodes-expected.checksum: Added. |
| * platform/mac-tiger/fast/dom/stripNullFromTextNodes-expected.png: Added. |
| * platform/mac-tiger/fast/dom/stripNullFromTextNodes-expected.txt: Added. |
| |
| 2010-06-16 Adam Roben <aroben@apple.com> |
| |
| Land new expected Windows results for two failing tests |
| |
| These test results should have been updated in r61136, but weren't. |
| |
| Reviewed by Anders Carlsson. |
| |
| Fixes <http://webkit.org/b/40713> REGRESSION (r61136): |
| fast/dom/prototype-inheritance-2.html and |
| fast/js/global-constructors.html are failing on Windows. |
| |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| Updated with the actual results from the bots. |
| |
| 2010-06-16 Martin Robinson <mrobinson@igalia.com> |
| |
| Not reviewed. |
| |
| Add baselines for tests that should be passing consistently now. |
| |
| * platform/gtk/Skipped: Unskip tests. They should pass consistently. |
| * platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Added. |
| * platform/gtk/svg/text/foreignObject-repaint-expected.txt: Added. |
| |
| 2010-06-16 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [chromium] Rebaseline tests following r61240 |
| https://bugs.webkit.org/show_bug.cgi?id=40711 |
| |
| Following r61240 (new HTML5 lexer), we need to rebaseline a few tests. |
| |
| * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.checksum: |
| * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png: |
| * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt: |
| * platform/chromium-mac/fast/parser/script-tag-with-trailing-slash-expected.txt: Removed. |
| * platform/chromium-mac/fast/tokenizer/script_extra_close-expected.txt: |
| * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.checksum: |
| * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.png: |
| * platform/chromium-win/fast/doctypes/003-expected.checksum: |
| * platform/chromium-win/fast/doctypes/003-expected.png: |
| * platform/chromium-win/fast/doctypes/003-expected.txt: |
| * platform/chromium-win/fast/dom/stripNullFromTextNodes-expected.checksum: |
| * platform/chromium-win/fast/dom/stripNullFromTextNodes-expected.png: |
| * platform/chromium-win/fast/dom/stripNullFromTextNodes-expected.txt: |
| * platform/chromium-win/fast/invalid/016-expected.checksum: |
| * platform/chromium-win/fast/invalid/016-expected.png: |
| * platform/chromium-win/fast/invalid/016-expected.txt: |
| * platform/chromium-win/fast/parser/broken-comments-vs-parsing-mode-expected.checksum: |
| * platform/chromium-win/fast/parser/broken-comments-vs-parsing-mode-expected.png: |
| * platform/chromium-win/fast/parser/broken-comments-vs-parsing-mode-expected.txt: Removed. |
| * platform/chromium-win/fast/parser/comment-in-style-expected.checksum: |
| * platform/chromium-win/fast/parser/comment-in-style-expected.png: |
| * platform/chromium-win/fast/parser/comment-in-style-expected.txt: |
| * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum: |
| * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png: |
| * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt: |
| * platform/chromium-win/fast/parser/script-tag-with-trailing-slash-expected.txt: Removed. |
| * platform/chromium-win/fast/text/international/bidi-linebreak-001-expected.checksum: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-001-expected.png: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-001-expected.txt: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-002-expected.checksum: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-002-expected.png: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-002-expected.txt: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-003-expected.checksum: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-003-expected.png: |
| * platform/chromium-win/fast/text/international/bidi-linebreak-003-expected.txt: |
| * platform/chromium-win/fast/text/international/hindi-whitespace-expected.checksum: |
| * platform/chromium-win/fast/text/international/hindi-whitespace-expected.png: |
| * platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt: |
| * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum: |
| * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png: |
| * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed. |
| * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum: |
| * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png: |
| * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed. |
| * platform/chromium-win/fast/tokenizer/script_extra_close-expected.txt: |
| * platform/chromium-win/tables/mozilla/images/adforce_imgis_com-expected.checksum: |
| * platform/chromium-win/tables/mozilla/images/adforce_imgis_com-expected.png: |
| * platform/chromium-win/tables/mozilla/images/adforce_imgis_com-expected.txt: |
| |
| 2010-06-16 Martin Robinson <mrobinson@igalia.com> |
| |
| Not reviewed. |
| |
| Unskip passing test. |
| |
| * platform/gtk/Skipped: Unskip this test which appears to be passing now. |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Skip this test because I keep screwing up the expectations for this |
| test. I'll get it cleared up by the end of the day. |
| |
| * platform/mac/Skipped: |
| |
| 2010-06-16 Adam Roben <aroben@apple.com> |
| |
| Land new expected Windows results for tests that use <video controls> |
| |
| The current expected results expect a fullscreen button to be included |
| in the controls. But the fullscreen button is only included when |
| accelerated compositing is enabled, and the bots build without |
| accelerated compositing enabled. |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Fixes <http://webkit.org/b/40710> Tests that use <video controls> are |
| failing on Windows. |
| |
| * platform/win/media/controls-after-reload-expected.txt: |
| * platform/win/media/controls-drag-timebar-expected.txt: |
| * platform/win/media/controls-strict-expected.txt: |
| * platform/win/media/controls-styling-expected.txt: |
| * platform/win/media/video-controls-rendering-expected.txt: |
| * platform/win/media/video-display-toggle-expected.txt: |
| * platform/win/media/video-no-audio-expected.txt: |
| Updated with the actual results from the bots. |
| |
| 2010-06-16 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Kenneth Christiansen. |
| |
| Spatial Navigation: using offset{Left,Top} is not enough to get the proper inner frames position |
| https://bugs.webkit.org/show_bug.cgi?id=39439 |
| |
| * fast/events/spatial-navigation/snav-iframe-recursive-offset-parent-expected.txt: Added. |
| * fast/events/spatial-navigation/snav-iframe-recursive-offset-parent.html: Added. |
| |
| 2010-06-16 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Disabling a test which fails on Gtk for unexplained |
| reasons which are specific to the Gtk port. |
| |
| Gtk pumps the HTML5Lexer an extra time, causing inspector/timeline-script-tag-1.html to fail |
| https://bugs.webkit.org/show_bug.cgi?id=40664 |
| |
| * platform/qt/Skipped: |
| - Skip the test until a Gtk person can take a look. |
| |
| 2010-06-16 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Disabling a test which due to a Qt decoding bug |
| is now failing with the HTML5 lexer. |
| |
| fast/encoding/japanese-encoding-mix.html fails on Qt after enabling HTML5 Lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40661 |
| |
| Qt's decoders don't seem to be passing the "--" of the "-->" to the |
| HTML5DocumentParser correctly, thus the comment is never closed |
| and the rest of the document gets eaten. |
| |
| * platform/qt/Skipped: |
| - Skip the test until a Qt person can take a look. |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Add two XSS Auditor tests to the Skipped list. These tests actually |
| pass in the sense that the attack is blocked. However, the U+FFFD in |
| the console output is getting mangled. We could check in Qt-specific |
| expected results, but that doesn't quite seem right. There's something |
| wrong with the Qt UT8 decoder, which I suspect is related to (or the |
| same as) https://bugs.webkit.org/show_bug.cgi?id=35263 |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Add platform-specific results for Snow Leopard. Maciej thinks there is |
| something going on here related to BIDI and additional FFFD |
| replacements. This test is already on our list of things to |
| investigate more closely. |
| |
| * platform/mac-snowleopard/tables/mozilla/images/adforce_imgis_com-expected.checksum: Added. |
| * platform/mac-snowleopard/tables/mozilla/images/adforce_imgis_com-expected.png: Added. |
| * platform/mac-snowleopard/tables/mozilla/images/adforce_imgis_com-expected.txt: Added. |
| |
| 2010-06-16 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed, just updating qt platform result to match new expectations. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Windows and Chromium will still need updates, but I don't have easy |
| access to those results. |
| |
| * platform/qt/fast/text/stripNullFromText-expected.txt: |
| - \0 now gets converted to 0xfffd per HTML5. |
| * platform/qt/fast/text/international/hindi-whitespace-expected.txt: |
| - Expected CR handling change after http://trac.webkit.org/changeset/61234. |
| |
| 2010-06-16 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| <rdar://problem/8077119> REGRESSION: Google Reader contains the tops of pieces of unidentifiable text under feed headlines. |
| https://bugs.webkit.org/show_bug.cgi?id=40386 |
| |
| * platform/mac/fast/text/x-height-expected.checksum: Added. |
| * platform/mac/fast/text/x-height-expected.png: Added. |
| * platform/mac/fast/text/x-height-expected.txt: Added. |
| * platform/mac/fast/text/x-height.html: Added. |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Update platform-specific expected results for Qt. |
| |
| * platform/qt/fast/text/international/hindi-whitespace-expected.txt: |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Don't crash when a document ends with an entity |
| https://bugs.webkit.org/show_bug.cgi?id=40658 |
| |
| Add a test for an entity being the only contents of a file. |
| |
| * html5lib/resources/webkit01.dat: |
| |
| 2010-06-16 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed, just updating platform results to match new expectations. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Update platform-specific results for broken CSS test whose results |
| changed as part of http://trac.webkit.org/changeset/61234. |
| |
| * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/qt/css1/box_properties/float_elements_in_series-expected.txt: |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| I seem to have screwed up generating the updated expectation file. |
| This file is from the bots. |
| |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.txt: |
| |
| 2010-06-16 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Revert unintentional change to expected results. I have a different |
| diff on my machine because I have some errant cookies. |
| |
| * inspector/audits-panel-functional-expected.txt: |
| |
| 2010-06-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| Change some tests not to rely upon <script/>. We already cover that |
| case in parsing tests. |
| |
| * fast/lists/ol-nested-items-dynamic-insert.html: |
| * fast/lists/ol-nested-items-dynamic-remove.html: |
| * fast/lists/ol-nested-items.html: |
| * fast/lists/ol-nested-list-dynamic-insert.html: |
| * fast/lists/ol-nested-list-dynamic-remove.html: |
| * fast/lists/ol-nested-list.html: |
| |
| 2010-06-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Enable HTML5 lexer |
| https://bugs.webkit.org/show_bug.cgi?id=40650 |
| |
| This patch updates the expected results for tests that conflict with |
| the HTML5 specification. In a later patch, I'll update the tests |
| themselves to fix pass/fail messages. |
| |
| * fast/doctypes/005-case-preserving-expected.txt: |
| - HTML5 specifies case normalization for DOCTYPEs. |
| * fast/js/missing-title-end-tag-js-expected.txt: |
| - HTML5 requires us to swallow the entire document when <title> is |
| unterminated. |
| * fast/parser/comment-in-iframe-expected.txt: |
| * fast/parser/comment-in-script-tricky-expected.txt: |
| * fast/parser/comment-in-title-expected.txt: |
| * fast/parser/comments-expected.txt: |
| - Differences due to HTML5 comment parsing. |
| * fast/parser/eightdigithexentity-expected.txt: |
| - HTML5 specifies a different behavior for � |
| * fast/parser/entity-end-iframe-tag-expected.txt: |
| - HTML5 specifies a different behavior for </iframe> |
| * fast/parser/entity-surrogate-pairs-expected.txt: |
| - HTML5 doesn't allow entities to create surrogate pairs. |
| * fast/parser/html-whitespace-expected.txt: |
| - HTML5 has a different handling of CR in this case. |
| * fast/parser/script-tag-with-trailing-slash-expected.txt: |
| - HTML5 does not allow self-closing <script/> tags. |
| * fast/parser/tag-with-exclamation-point-expected.txt: |
| - HTML5 treats bogus DOCTYPEs as comments. |
| * fast/parser/xml-directive-in-dom-expected.txt: |
| - HTML5 attaches <?xml?> processing directives to the DOM as |
| comments. |
| * fast/xpath/xpath-functional-test-expected.txt: |
| - I don't fully understand this test, but our new behavior matches |
| the Firefox nightly builds (which have an HTML5 parser). |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| - Massive progressions on HTML5 conformance. |
| * http/tests/loading/gmail-assert-on-load-expected.txt: |
| - I don't fully understand this behavior change. It might |
| represent a bug. We're still investigating. |
| * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt: |
| - Update expected results for change in NULL char handling. |
| * http/tests/security/xssAuditor/img-onerror-tricky-expected.txt: |
| - This exploit no longer works in the HTML5 parser, so it's not |
| blocked. |
| * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: |
| - This a real regression. We need to update the XSSAuditor to use |
| the HTML5 parser's HTML entity decoder. I'll do that in a |
| followup patch because there doesn't appear to be an easy way to |
| key the choice off of the WebCore::Setting. |
| * http/tests/security/xssAuditor/malformed-HTML-expected.txt: |
| - Slightly different handling of malformed HTML. The exploit is still blocked. |
| * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt: |
| - Update expected result due to different NULL character handling. |
| * inspector/audits-panel-functional-expected.txt: |
| * inspector/timeline-script-tag-1-expected.txt: |
| - Slightly different semantics around document.write. |
| * inspector/elements-panel-structure-expected.txt: |
| - HTML5 specifies case normalization for DOCTYPEs. |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.txt: |
| - HTML5 specifies different handling of "<foo<bar" |
| * platform/mac/fast/doctypes/003-expected.txt: |
| - HTML5 specifies case normalization for DOCTYPEs. |
| * platform/mac/fast/dom/stripNullFromTextNodes-expected.txt: |
| - HTML5 specifies different handling of NULL characters. |
| * platform/mac/fast/invalid/016-expected.txt: |
| - HTML5 specifies different handling of "<foo<bar" |
| * platform/mac/fast/parser/broken-comments-vs-parsing-mode-expected.txt: |
| - HTML5 specifies different handling of HTML comments. |
| * platform/mac/fast/parser/comment-in-style-expected.txt: |
| - HTML5 specifies different handling of HTML comments. |
| * platform/mac/fast/parser/parseCommentsInTitles-expected.txt: |
| - HTML5 specifies different handling of HTML comments. |
| * platform/mac/fast/text/international/bidi-linebreak-001-expected.txt: |
| * platform/mac/fast/text/international/bidi-linebreak-002-expected.txt: |
| * platform/mac/fast/text/international/bidi-linebreak-003-expected.txt: |
| * platform/mac/fast/text/international/hindi-whitespace-expected.txt: |
| - HTML5 specifies different handling CR. I don't fully understand |
| the consequences of this change, but our new behavior matches the |
| Firefox nightly. |
| * platform/mac/fast/text/stripNullFromText-expected.txt: |
| - HTML5 specifies different handling of NULL characters. |
| * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt: |
| * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt: |
| - HTML5 requires us to swallow the entire document when <title> is |
| unterminated. |
| * platform/mac/fast/tokenizer/script_extra_close-expected.txt: |
| - We're coalescing text nodes slightly different in the new parser. |
| We're going to get this up to spec when we work on the |
| TreeConstructor (which is where the spec handles text node |
| coalescing). |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.txt: |
| - Different handling of crazy unicode characters (replaced with |
| FFFD). Still investigating whether this is a real bug. |
| * webarchive/archive-empty-frame-dom-expected.webarchive: |
| - HTML5 specifies case normalization for DOCTYPEs. |
| |
| 2010-06-15 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, updating Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-15 Andrew Scherkus <scherkus@chromium.org> |
| |
| Unreviewed, updating Chromium test expectations for media layout tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-15 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, updating Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-15 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, updating Chromium test expectations. |
| |
| Mark following tests SLOW so they won't fail on TIMEOUT in Debug: |
| fast/frames/lots-of-iframes.html |
| fast/frames/lots-of-objects.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-15 Darin Fisher <darin@chromium.org> |
| |
| Fix whitespace error in expected results. |
| |
| Looks like Chromium's TestShell and DRT do not agree in how whitespace |
| is generated in some cases. |
| |
| * fast/history/history-back-within-subframe-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| Garbage shown outside HTML if HTML is absolutely positioned |
| https://bugs.webkit.org/show_bug.cgi?id=36163 |
| |
| Repaint test with a positioned html element. |
| |
| * fast/repaint/positioned-document-element.html: Added. |
| * platform/mac/fast/repaint/positioned-document-element-expected.checksum: Added. |
| * platform/mac/fast/repaint/positioned-document-element-expected.png: Added. |
| * platform/mac/fast/repaint/positioned-document-element-expected.txt: Added. |
| |
| 2010-06-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Safari 5 does not clear background with transformed html element |
| https://bugs.webkit.org/show_bug.cgi?id=40498 |
| |
| Pixel test that has composited html and body elements, and changes the background color |
| on the html element to transparent. |
| |
| * compositing/repaint/composited-document-element.html: Added. |
| * platform/mac/compositing/repaint/composited-document-element-expected.checksum: Added. |
| * platform/mac/compositing/repaint/composited-document-element-expected.png: Added. |
| * platform/mac/compositing/repaint/composited-document-element-expected.txt: Added. |
| |
| 2010-06-15 Darin Fisher <darin@chromium.org> |
| |
| Adding missing test results. |
| |
| * fast/history/history-back-within-subframe-expected.txt: Added. |
| |
| 2010-06-15 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Brady Eidson. |
| |
| Test that a back navigation following a subframe reference fragment |
| navigation does the right thing. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40451 |
| |
| * fast/history/history-back-within-subframe.html: Added. |
| * fast/history/resources/history-back-within-subframe-2.html: Added. |
| * http/tests/navigation/history-back-across-form-submission-to-fragment-expected.txt: Added. |
| * http/tests/navigation/history-back-across-form-submission-to-fragment.html: Added. |
| * http/tests/navigation/resources/submit-to-fragment.pl: Added. |
| |
| 2010-06-15 Alexey Proskuryakov <ap@apple.com> |
| |
| Increase limit on number of (i)frames from 200 to 1000. |
| https://bugs.webkit.org/show_bug.cgi?id=39427 |
| |
| Move the right test this time, move remove-iframe-crash back. Oops. |
| |
| * compositing/iframes/lots-of-iframes-expected.txt: Removed. |
| * compositing/iframes/lots-of-iframes.html: Removed. |
| * compositing/iframes/remove-iframe-crash-expected.txt: Copied from fast/frames/remove-iframe-crash-expected.txt. |
| * compositing/iframes/remove-iframe-crash.html: Copied from fast/frames/remove-iframe-crash.html. |
| * fast/frames/lots-of-iframes-expected.txt: Copied from compositing/iframes/lots-of-iframes-expected.txt. |
| * fast/frames/lots-of-iframes.html: Copied from compositing/iframes/lots-of-iframes.html. |
| * fast/frames/remove-iframe-crash-expected.txt: Removed. |
| * fast/frames/remove-iframe-crash.html: Removed. |
| |
| 2010-06-15 Kenneth Russell <kbr@google.com> |
| |
| Unreviewed, test fix. |
| |
| Fix test breakage from 40175 |
| https://bugs.webkit.org/show_bug.cgi?id=40631 |
| |
| * fast/canvas/webgl/texture-npot.html: |
| |
| 2010-06-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| YouTube thumbnail borders vanish during transition |
| https://bugs.webkit.org/show_bug.cgi?id=40551 |
| |
| Test that an image that would be directly composited is rendered in software if it has a clip. |
| |
| * compositing/images/clip-on-directly-composited-image-expected.txt: Added. |
| * compositing/images/clip-on-directly-composited-image.html: Added. |
| |
| 2010-06-15 Alexey Proskuryakov <ap@apple.com> |
| |
| Not reviewed, just moving tests. |
| |
| Increase limit on number of (i)frames from 200 to 1000. |
| https://bugs.webkit.org/show_bug.cgi?id=39427 |
| |
| Move the new tests out of compositing directory. |
| |
| * compositing/iframes/lots-of-objects-expected.txt: Removed. |
| * compositing/iframes/lots-of-objects.html: Removed. |
| * compositing/iframes/remove-iframe-crash-expected.txt: Removed. |
| * compositing/iframes/remove-iframe-crash.html: Removed. |
| * fast/frames/lots-of-objects-expected.txt: Copied from LayoutTests/compositing/iframes/lots-of-objects-expected.txt. |
| * fast/frames/lots-of-objects.html: Copied from LayoutTests/compositing/iframes/lots-of-objects.html. |
| * fast/frames/remove-iframe-crash-expected.txt: Copied from LayoutTests/compositing/iframes/remove-iframe-crash-expected.txt. |
| * fast/frames/remove-iframe-crash.html: Copied from LayoutTests/compositing/iframes/remove-iframe-crash.html. |
| |
| 2010-06-15 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by John Sullivan. |
| |
| Test for <rdar://problem/8077032> REGRESSION (r50796): Black background on AppleScript generated email |
| |
| * platform/mac/editing/input/NSBackgroundColor-transparent-expected.txt: Added. |
| * platform/mac/editing/input/NSBackgroundColor-transparent.html: Added. |
| |
| 2010-06-15 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Bring framebuffer functions to GLES2 conformance |
| https://bugs.webkit.org/show_bug.cgi?id=40175 |
| |
| * fast/canvas/webgl/framebuffer-test-expected.txt: Added. |
| * fast/canvas/webgl/framebuffer-test.html: Added. |
| * fast/canvas/webgl/resources/webgl-test.js: |
| (assertMsg): Function added. |
| * fast/canvas/webgl/texture-npot.html: Remove assertMsg function. |
| |
| 2010-06-15 Alejandro G. Castro <alex@igalia.com> |
| |
| Unreviewed. |
| |
| Add expected results changes requiered for the patch in the review |
| 60961. |
| https://bugs.webkit.org/show_bug.cgi?id=40581 |
| |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-15 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| resolve urls in text/html clipboard data |
| https://bugs.webkit.org/show_bug.cgi?id=40044 |
| |
| * editing/pasteboard/copy-resolves-urls-expected.txt: Added. |
| * editing/pasteboard/copy-resolves-urls.html: Added. |
| * editing/pasteboard/paste-noscript-expected.txt: |
| * editing/pasteboard/paste-noscript.html: Updated to no longer throw a JS exception so the results are the same |
| with V8 and JSC |
| * http/tests/misc/copy-resolves-urls-expected.txt: Added. |
| * http/tests/misc/copy-resolves-urls.html: Added. |
| * platform/chromium-mac/editing/pasteboard/paste-noscript-expected.txt: No longer needed since results should match JSC |
| * platform/chromium-win/editing/pasteboard/paste-noscript-expected.txt: No longer needed since results should match JSC |
| |
| 2010-06-14 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, update Chromium expectations for a new test. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-14 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, fix GTK and Qt builds. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-14 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| audio/x-mp3 MIME type not recognized |
| https://bugs.webkit.org/show_bug.cgi?id=40594 |
| |
| * media/media-can-play-mp3-expected.txt: Added. |
| * media/media-can-play-mp3.html: Added. |
| |
| 2010-06-14 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, more Chromium expectations updates. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-14 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40529 |
| eventSender.keyDown("delete") incorrectly sends a backspace on some platforms |
| |
| * editing/deleting/forward-delete-key-expected.txt: Added. |
| * editing/deleting/forward-delete-key.html: Added. |
| Added a test for forward delete key working (particularly in DRT, since there was a lot of |
| confusion between platform maintainers about it). |
| |
| * fast/forms/resources/input-live-pseudo-selectors.js: |
| * fast/forms/resources/textarea-live-pseudo-selectors.js: |
| These two tests expected that keyDown("delete") executed backward delete, changed them to |
| send "\x08" for backspace. |
| |
| * platform/qt/Skipped: Unskipped the two live-pseudo-selectors tests. |
| |
| 2010-06-14 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, temporary update Chromium expectations after http://trac.webkit.org/changeset/61128 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed fix. Platform specific expected results updated after r61136. |
| |
| * platform/qt/fast/dom/Window/window-lookup-precedence-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] fast/text/justify-padding-distribution.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=40584 |
| |
| * platform/qt/Skipped: fast/text/justify-padding-distribution.html skipped until fix. |
| |
| 2010-06-14 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Fix for https://bugs.webkit.org/show_bug.cgi?id=40581 |
| Auto-generate most of the JS constructors |
| |
| * fast/dom/Window/window-lookup-precedence-expected.txt: |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| |
| 2010-06-14 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Spatial Navigation: make it work with focusable elements in overflow content |
| https://bugs.webkit.org/show_bug.cgi?id=36463 |
| |
| * fast/events/spatial-navigation/snav-div-scrollable-but-without-focusable-content-expected.txt: Added. |
| * fast/events/spatial-navigation/snav-div-scrollable-but-without-focusable-content.html: Added. |
| * fast/events/spatial-navigation/snav-clipped-overflow-content-expected.txt: Added. |
| * fast/events/spatial-navigation/snav-clipped-overflow-content.html: Added. |
| |
| 2010-06-14 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| AX: AXUnknown objects are being returned |
| https://bugs.webkit.org/show_bug.cgi?id=40574 |
| |
| * platform/mac/accessibility/no-unknown-objects-when-title-attribute-present-expected.txt: Added. |
| * platform/mac/accessibility/no-unknown-objects-when-title-attribute-present.html: Added. |
| |
| 2010-06-14 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| AX: need to update iframe-bastardization.html LayoutTest to be more modern |
| https://bugs.webkit.org/show_bug.cgi?id=40576 |
| |
| * accessibility/iframe-bastardization-expected.txt: |
| * accessibility/iframe-bastardization.html: |
| |
| 2010-06-14 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Unskip canvas/philip/tests/2d.shadow.enable.x.html |
| and canvas/philip/tests/2d.shadow.enable.y.html. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40434 |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-14 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| <rdar://problem/7752961> Unevenly distributed space in justified text |
| https://bugs.webkit.org/show_bug.cgi?id=36105 |
| |
| * fast/text/justify-padding-distribution-expected.checksum: Added. |
| * fast/text/justify-padding-distribution-expected.png: Added. |
| * fast/text/justify-padding-distribution-expected.txt: Added. |
| * fast/text/justify-padding-distribution.html: Added. |
| * platform/mac/css1/box_properties/clear_float-expected.checksum: |
| * platform/mac/css1/box_properties/clear_float-expected.png: |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.checksum: |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.png: |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.checksum: |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.png: |
| * platform/mac/css1/text_properties/text_align-expected.checksum: |
| * platform/mac/css1/text_properties/text_align-expected.png: |
| * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: |
| * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: |
| * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: |
| * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: |
| * platform/mac/css2.1/t1602-c546-txt-align-00-b-expected.checksum: |
| * platform/mac/css2.1/t1602-c546-txt-align-00-b-expected.png: |
| * platform/mac/fast/multicol/float-avoidance-expected.checksum: |
| * platform/mac/fast/multicol/float-avoidance-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: |
| * platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: |
| * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: |
| * platform/mac/fast/text/atsui-spacing-features-expected.checksum: |
| * platform/mac/fast/text/atsui-spacing-features-expected.png: |
| * platform/mac/fast/text/justified-selection-at-edge-expected.checksum: |
| * platform/mac/fast/text/justified-selection-at-edge-expected.png: |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png: |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png: |
| * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: |
| * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: |
| * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: |
| |
| 2010-06-14 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Rebaseline LayoutTests/platform/chromium/fast/dom/Geolocation/callback-exception-expected.txt. |
| https://bugs.webkit.org/show_bug.cgi?id=40568 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39994 changed the test expectations, and we need to rebaseline. |
| |
| * platform/chromium/fast/dom/Geolocation/callback-exception-expected.txt: |
| |
| 2010-06-08 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Adds IndexedDB's KeyRange. |
| https://bugs.webkit.org/show_bug.cgi?id=40250 |
| |
| * storage/indexeddb/idb-keyrange-expected.txt: Added. |
| * storage/indexeddb/idb-keyrange.html: Added. |
| * storage/indexeddb/script-tests/idb-keyrange.js: Added. |
| (checkSingleKeyRange): |
| (checkLeftBoundKeyRange): |
| (): |
| |
| 2010-06-14 Mahesh Kulkarni <mahesh.kulkarni@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] navigator.geolocation support for Qt port |
| https://bugs.webkit.org/show_bug.cgi?id=39724 |
| |
| Uncommenting gelocation cases from Qt. Skipped one case: fast/dom/Geolocation/callback-to-remote-context2.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-14 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Reenable IDBDatabaseRequest's description attribute |
| https://bugs.webkit.org/show_bug.cgi?id=39826 |
| |
| Existing test now fixed. |
| |
| * storage/indexeddb/idb-database-request-expected.txt: |
| |
| 2010-06-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed trivial fix. |
| |
| [Qt] Update platform specific expected file after r61100. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: updated. |
| |
| 2010-06-13 Charles Wei <charles.wei@torchmobile.com.cn> |
| |
| Reviewed by George Staikos. |
| |
| Test case to verify that MIME type in uppercase (TEXT/HTML) is supported. |
| https://bugs.webkit.org/show_bug.cgi?id=39492 |
| |
| * http/tests/mime/resources/uppercase-mime-type.php: Added. |
| * http/tests/mime/uppercase-mime-type-expected.txt: Added. |
| * http/tests/mime/uppercase-mime-type.html: Added. |
| |
| 2010-06-13 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Alder. |
| |
| AX: link won't return linked element if URL contains # |
| https://bugs.webkit.org/show_bug.cgi?id=40192 |
| |
| * platform/mac/accessibility/internal-link-when-document-has-fragment-expected.txt: Added. |
| * platform/mac/accessibility/internal-link-when-document-has-fragment.html: Added. |
| |
| 2010-06-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix GTK bots; don't include the offsetWidth in the results |
| since it can differ between platforms. |
| |
| * transitions/font-family-during-transition-expected.txt: |
| * transitions/font-family-during-transition.html: |
| |
| 2010-06-13 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Anders Carlsson. |
| |
| Update tests for https://bugs.webkit.org/show_bug.cgi?id=40550 |
| XMLHttpRequest constructor object should expose the constants from the IDL. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/XMLHttpRequest-constants-expected.txt: Added. |
| * fast/dom/XMLHttpRequest-constants.html: Added. |
| * fast/dom/script-tests/XMLHttpRequest-constants.js: Added. |
| |
| 2010-06-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| -webkit-transition font-size and font-family |
| https://bugs.webkit.org/show_bug.cgi?id=33429 |
| |
| Test that checks that the correct font-family is being used during a font |
| size transition by comparing offsetWidth with a control element. |
| |
| * transitions/font-family-during-transition-expected.txt: Added. |
| * transitions/font-family-during-transition.html: Added. |
| * transitions/transition-test-helpers.js: |
| (expected): |
| |
| 2010-06-13 Darin Adler <darin@apple.com> |
| |
| Updated Windows-platform results for the fix for bug 40394. |
| The patch fixed the cross-platform results, GTK results, and Qt results, |
| but there were Windows results too. |
| |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-13 Dan Bernstein <mitz@apple.com> |
| |
| Updated results after r61092. |
| |
| * fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: |
| |
| 2010-06-08 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] Add support for callShouldCloseOnWebView() to DRT |
| https://bugs.webkit.org/show_bug.cgi?id=40330 |
| |
| * platform/qt/Skipped: Unskip fast/events/onbeforeunload-focused-iframe.html |
| |
| 2010-06-12 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, update Chromium expected result following r61071. |
| |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-06-12 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Window object should have CanvasGradient and CanvasPattern |
| https://bugs.webkit.org/show_bug.cgi?id=40394 |
| |
| Unskipped 2 tests that are now working properly. |
| |
| * canvas/philip/tests/2d.gradient.object.return-expected.txt: |
| * canvas/philip/tests/2d.pattern.basic.type-expected.txt: |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/dom-constructors-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-12 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| <rdar://problem/8025267> REGRESSION (Safari 4-TOT): Crash when a frame’s resize handler removes the frame |
| https://bugs.webkit.org/show_bug.cgi?id=40534 |
| |
| * fast/replaced/frame-removed-during-resize-expected.txt: Added. |
| * fast/replaced/frame-removed-during-resize.html: Added. |
| |
| 2010-06-12 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, update for Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-12 Dean Jackson <dino@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Animation keyframe timing functions are applying incorrectly |
| https://bugs.webkit.org/show_bug.cgi?id=38963 |
| |
| Testcases for timing functions inside keyframes on 'left' and '-webkit-transform'. |
| |
| * animations/keyframe-timing-functions-transform-expected.txt: Added. |
| * animations/keyframe-timing-functions-transform.html: Added. |
| * animations/keyframe-timing-functions2-expected.txt: Added. |
| * animations/keyframe-timing-functions2.html: Added. |
| |
| 2010-06-12 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| <rdar://problem/7882140> -webkit-column-break-* properties don’t do anything |
| https://bugs.webkit.org/show_bug.cgi?id=40531 |
| |
| * fast/multicol/break-properties-expected.txt: Added. |
| * fast/multicol/break-properties.html: Added. |
| |
| 2010-06-13 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| FrameLoader::clear() clears JS objects that cached pages later rely on |
| |
| https://bugs.webkit.org/show_bug.cgi?id=37725 |
| https://bugs.webkit.org/show_bug.cgi?id=31626 |
| |
| Fix the following tests for Qt: |
| |
| fast/events/pageshow-pagehide-on-back-cached.html |
| fast/events/pageshow-pagehide-on-back-cached-with-frames.html |
| fast/loader/input-element-page-cache-crash.html |
| fast/dom/Window/timer-resume-on-navigation-back.html |
| loader/go-back-to-different-window-size.html |
| fast/dom/javascript-url-crash-function.html |
| fast/dom/location-new-window-no-crash.html |
| http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-window-open.html |
| fast/dom/set-frame-src-while-running-script-in-frame.html |
| |
| which currently fail because the page's Qt-bindings runtime objects are |
| cleared when navigating away from the page containing them. |
| |
| Track Qt-bindings objects in a separate ScriptController::cacheableRootBindingObject(). |
| RuntimeObjects tracked by this root object will not get invalidated on page navigations, |
| so they will still be available when the pages containing them are retrieved from the |
| b/f cache. |
| |
| This means the Qt bindings objects will only get cleared on Frame::pageDestroyed(). |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-12 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| REGRESSION: Can't submit a form with <input type=radio required> |
| https://bugs.webkit.org/show_bug.cgi?id=40429 |
| |
| * fast/forms/ValidityState-valueMissing-radio-expected.txt: |
| * fast/forms/interactive-validation-required-radio-expected.txt: Added. |
| * fast/forms/interactive-validation-required-radio.html: Added. |
| * fast/forms/script-tests/ValidityState-valueMissing-radio.js: |
| We need to test against a radio group with at least three radio buttons |
| because we should test behaviors of |
| - checked |
| - unchecked |
| - neither checked nor unchecked |
| |
| 2010-06-12 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Disable interactive form validation in non-strict modes |
| https://bugs.webkit.org/show_bug.cgi?id=40218 |
| |
| * fast/forms/interactive-validation-compat-mode-expected.txt: Added. |
| * fast/forms/interactive-validation-compat-mode.html: Added. |
| * fast/forms/interactive-validation-html4-expected.txt: Added. |
| * fast/forms/interactive-validation-html4.html: Added. |
| |
| 2010-06-12 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Back-forward list dumping is incorrect |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36392 |
| |
| Support dumping child history items in DRT. |
| |
| Unskip: |
| |
| fast/loader/frame-src-change-added-to-history.html |
| fast/loader/frame-src-change-not-added-to-history.html |
| fast/loader/frame-location-change-not-added-to-history.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-11 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Just updating expectations. |
| |
| tables/mozilla/bugs/bug1188.html needlessly depends on HTML Parser text node handling |
| https://bugs.webkit.org/show_bug.cgi?id=40485 |
| |
| The current HTML5 parser is expected to fail the new webkit01 test. |
| It will be fixed when we fix text-node coalescing as discussed in |
| the previous commit. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-06-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r61052. |
| http://trac.webkit.org/changeset/61052 |
| https://bugs.webkit.org/show_bug.cgi?id=40517 |
| |
| "Broke fast/forms/caret-rtl.html on Mac bots" (Requested by |
| eseidel on #webkit). |
| |
| * fast/html/hidden-attr-expected.txt: Removed. |
| * fast/html/hidden-attr.html: Removed. |
| |
| 2010-06-11 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| Implement HTML5 hidden attribute |
| https://bugs.webkit.org/show_bug.cgi?id=40511 |
| |
| * fast/html/hidden-attr-expected.txt: Added. |
| * fast/html/hidden-attr.html: Added. Test static and dynamic cases of hidden attribute. |
| |
| 2010-06-11 Simon Fraser <simon.fraser@apple.com> |
| |
| Add expected result missing from the previous commit. |
| |
| * svg/text/text-style-invalid-expected.txt: Added. |
| |
| 2010-06-11 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Dave Hyatt. |
| |
| Tests that we do not crash while rendering SVG text with CSS styles :first-letter and :first-line. |
| https://bugs.webkit.org/show_bug.cgi?id=40031 |
| |
| * svg/text/text-style-invalid-expected.txt: Added. |
| * svg/text/text-style-invalid.svg: Added. |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| getParameter with UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL is buggy |
| https://bugs.webkit.org/show_bug.cgi?id=40506 |
| |
| Return the data members of WebGLRenderingContext for these |
| parameter queries rather than asking OpenGL, which knows nothing |
| about them. |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| |
| 2010-06-11 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dr Dan Bernstein. |
| |
| REGRESSION: crash when unloading an iFrame with Flash from the DOM |
| https://bugs.webkit.org/show_bug.cgi?id=40161 |
| <rdar://problem/7994710> |
| |
| Layout test for dynamically removing an iframe whose compositing layers are connected to those of the parent document. |
| |
| * compositing/iframes/remove-iframe-crash-expected.txt: Added. |
| * compositing/iframes/remove-iframe-crash.html: Added. |
| |
| 2010-06-11 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| Tests that we do not crash when clearing floats during SVG load. |
| https://bugs.webkit.org/show_bug.cgi?id=40033 |
| |
| * svg/text/clear-floats-crash-expected.txt: Added. |
| * svg/text/clear-floats-crash.svg: Added. |
| |
| 2010-06-11 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, fixing Chromium test bots. |
| |
| * platform/chromium/test_expectations.txt: |
| Adding MISSING expectation for the fast/css/nested-rounded-corners.html |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Unreviewed, test fix. |
| |
| gl-get-calls failing apparently due to UNPACK_ALIGNMENT test |
| https://bugs.webkit.org/show_bug.cgi?id=40502 |
| |
| Disabled new test of UNPACK_ALIGNMENT which appears to be failing |
| on some of the bots. |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| |
| 2010-06-11 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed baselines for new test on Qt/Gtk. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40456 |
| |
| Qt and Gtk appear to produce layers of slightly different sizes |
| for blocks with rounded corners, probably due to roundoff difference |
| in the graphics layers. Since the diffs are +/- 1 pixel, just |
| rebaselining. |
| |
| * platform/gtk/fast/css/nested-rounded-corners-expected.txt: Added. |
| * platform/qt/fast/css/nested-rounded-corners-expected.txt: Added. |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Add texImage2D and texSubImage2D signatures with internal format, etc. |
| https://bugs.webkit.org/show_bug.cgi?id=40318 |
| |
| Added new texImage2D and texSubImage2D entry points following |
| WebGL specification changes. Added UNPACK_FLIP_Y_WEBGL and |
| UNPACK_PREMULTIPLY_ALPHA_WEBGL pixelStorei parameters, honored |
| them for the new entry points taking HTML elements, and added |
| support to getParameter. Added warnings to the console for calls |
| to the obsolete entry points, which will be removed in a few |
| weeks. Updated all layout tests to use the new entry points and |
| pixelStorei parameters, and associated expectations. No other new |
| tests. |
| |
| * fast/canvas/webgl/bug-32364-expected.txt: |
| * fast/canvas/webgl/bug-32364.html: |
| * fast/canvas/webgl/bug-32888.html: |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| * fast/canvas/webgl/resources/utils3d.js: |
| (doLoadImageTexture): |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: |
| * fast/canvas/webgl/texImage2DImageDataTest.html: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| * fast/canvas/webgl/texture-npot.html: |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, roll out the failing part of a test. |
| |
| fast/canvas/webgl/get-active-test.html failed in Chrome Mac |
| https://bugs.webkit.org/show_bug.cgi?id=40496 |
| |
| * fast/canvas/webgl/get-active-test-expected.txt: Roll out the failing part. |
| * fast/canvas/webgl/script-tests/get-active-test.js: Ditto. |
| |
| 2010-06-11 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [chromium] Skia mispaints pages with border-radius |
| https://bugs.webkit.org/show_bug.cgi?id=40456 |
| |
| Tests deeply nested divs with border-radius. |
| |
| * fast/css/nested-rounded-corners-expected.txt: Added. |
| * fast/css/nested-rounded-corners.html: Added. |
| * platform/chromium/test_expectations.txt |
| * platform/chromium-linux/fast/css/nested-rounded-corners-expected.checksum: Added. |
| * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png: Added. |
| |
| 2010-06-11 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| tables/mozilla/bugs/bug1188.html needlessly depends on HTML Parser text node handling |
| https://bugs.webkit.org/show_bug.cgi?id=40485 |
| |
| The old HTMLTokenizer handled invalid close tags like "< /A>" as part |
| of the lexing step. The HTML5 parser specification dictates that |
| the tokenization/lexing step is to output each character token in sequence |
| and that the parser is to insert emitted character tokens into the last |
| parser-created text node. In our current HTML5Lexer-with-old-HTMLParser |
| setup, we gather up character tokens and output them all in one bunch |
| (to match the expectations of the old parser). |
| |
| In the case of "foo< /A>" the HTML5Lexer sees the '<', switched out of the |
| "data" state and emits all pending characters assuming the start of a close tag. |
| When it sees the ' ' it switches back to the "data" state. The HTML5Lexer |
| expects that the parser will coalesce the separate characters it emitted |
| into one text node. Since we haven't implemented the parser side of the |
| HTML5 spec, for now we don't. This is a known issue we will address after |
| enabling the HTML5Lexer, as we start to write an HTML5-compliant parser. |
| |
| This text-node-coalescing behavior is already tested by numerous html5lib |
| tests, however this was the only layout test which hit this quirk. I've |
| added yet another html5lib test of this exact case just for good measure. |
| |
| * html5lib/resources/webkit01.dat: |
| - Add a test of this exact case to make sure we don't miss it when implementing |
| an HTML5-compliant parser. |
| * tables/mozilla/bugs/bug1188.html: |
| - Replace "< /A>" with "< /A>" to avoid hitting this lexing quirk. |
| |
| 2010-06-11 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, update Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| http://trac.webkit.org/changeset/60999 regressed acid3.html image match on Chromium Mac. |
| http://trac.webkit.org/changeset/61020 modified get-active-test.html that now fails on Chromium Mac. |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Delete custom JSC bindings for bufferData, texImage2D and texSubImage2D |
| https://bugs.webkit.org/show_bug.cgi?id=40443 |
| |
| Deleted custom JSC bindings for bufferData, texImage2D and |
| texSubImage2D and fixed minor associated issues in code generator |
| and IDL. Updated fast/canvas/webgl/texImageTest-expected.txt, |
| which now runs as intended. Ran all layout tests, including WebGL |
| tests, in Safari. |
| |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| |
| 2010-06-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Written by Dave Moore <davemoore@google.com>. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=22741 |
| innerHTML, forms and images don't play well together |
| |
| This was fixed already (in bug 34076), just landing an additional test. |
| |
| * fast/forms/form-image-access-by-name-expected.txt: Added. |
| * fast/forms/form-image-access-by-name.html: Added. |
| |
| 2010-06-10 Alexey Proskuryakov <ap@apple.com> |
| |
| Rubber-stamped by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=18830 |
| Assertion failure (using HashMap empty value) in svg/W3C-SVG-1.1/fonts-glyph-02-t.svg |
| |
| This doesn't happen any more, the code has changed a lot since 2008. Re-enabling the test. |
| |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: |
| * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled. |
| * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Removed. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| getActiveUniform must ensure names of arrays end in "[0]" |
| https://bugs.webkit.org/show_bug.cgi?id=38709 |
| |
| * fast/canvas/webgl/get-active-test-expected.txt: Copied from LayoutTests/fast/canvas/webgl/getActiveTest-expected.txt, modified to test array names. |
| * fast/canvas/webgl/get-active-test.html: Copied from LayoutTests/fast/canvas/webgl/getActiveTest.html. |
| * fast/canvas/webgl/getActiveTest-expected.txt: Removed. |
| * fast/canvas/webgl/getActiveTest.html: Removed. |
| * fast/canvas/webgl/resources/intArrayUniformShader.vert: Added, with array uniform. |
| * fast/canvas/webgl/script-tests/get-active-test.js: Copied from LayoutTests/fast/canvas/webgl/script-tests/getActiveTest.js, modified to test array names. |
| * fast/canvas/webgl/script-tests/getActiveTest.js: Removed. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| readPixels with negative width/height should generate INVALID_VALUE and return |
| https://bugs.webkit.org/show_bug.cgi?id=39704 |
| |
| * fast/canvas/webgl/read-pixels-expected.txt: Add test cases for non-positive width/height. |
| * fast/canvas/webgl/read-pixels.html: Ditto. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| uniform* entry points must ignore the call if a null WebGLUniformLocation is passed |
| https://bugs.webkit.org/show_bug.cgi?id=38707 |
| |
| * fast/canvas/webgl/null-uniform-location-expected.txt: No error is generated if a null WebGLUniformLocation is passed to uniform*(). |
| * fast/canvas/webgl/script-tests/null-uniform-location.js: Ditto. |
| * fast/canvas/webgl/script-tests/uniform-location.js: Ditto. |
| * fast/canvas/webgl/uniform-location-expected.txt: Ditto. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| drawElements/drawArrays should validate input parameters according to GLES2 spec |
| https://bugs.webkit.org/show_bug.cgi?id=38700 |
| |
| * fast/canvas/webgl/draw-arrays-out-of-bounds-expected.txt: Copied from LayoutTests/fast/canvas/webgl/drawArraysOutOfBounds-expected.txt, and fix a few test cases. |
| * fast/canvas/webgl/draw-arrays-out-of-bounds.html: Copied from LayoutTests/fast/canvas/webgl/drawArraysOutOfBounds.html, and fix a few test cases. |
| * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: Copied from LayoutTests/fast/canvas/webgl/drawElementssOutOfBounds-expected.txt, and fix a few test cases. |
| * fast/canvas/webgl/draw-elements-out-of-bounds.html: Copied from LayoutTests/fast/canvas/webgl/drawElementssOutOfBounds.html, and fix a few test cases. |
| * fast/canvas/webgl/drawArraysOutOfBounds-expected.txt: Removed. |
| * fast/canvas/webgl/drawArraysOutOfBounds.html: Removed. |
| * fast/canvas/webgl/drawElementssOutOfBounds-expected.txt: Removed. |
| * fast/canvas/webgl/drawElementssOutOfBounds.html: Removed. |
| * fast/canvas/webgl/resources/webgl-test.js: Add helper functions for easy test of gl function errors. |
| (getGLErrorAsString): |
| (shouldGenerateGLError): |
| |
| 2010-06-11 Luiz Agostini <luiz.agostini@openbossa.org>, Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| CSS3 Media Queries are not serialized according to CSSOM |
| https://bugs.webkit.org/show_bug.cgi?id=39220 |
| |
| Added test for testing the serialization, plus updated current |
| tests to take serialization into account. |
| |
| * fast/css/insertRule-media-expected.txt: |
| * fast/css/insertRule-media.html: |
| * fast/css/resources/insertRule-media.js: |
| * fast/media/media-query-serialization-expected.txt: Added. |
| * fast/media/media-query-serialization.html: Added. |
| |
| 2010-06-10 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: Port performSearch from InjectedScript to InspectorDOMAgent. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40422 |
| |
| * inspector/elements-panel-search.html: |
| |
| 2010-06-07 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add a test for dumping global object in the console. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40241 |
| |
| * http/tests/inspector/inspector-test.js: |
| (frontend_dumpTreeOutline): |
| (frontend_dumpTreeItem): |
| * inspector/console-dir-global-expected.txt: Added. |
| * inspector/console-dir-global.html: Added. |
| * inspector/elements-tests.js: |
| (frontend_dumpStyleTreeItem): |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Vertex attributes enabled as arrays but not bound to buffers must generate INVALID_OPERATION |
| https://bugs.webkit.org/show_bug.cgi?id=40315 |
| |
| * fast/canvas/webgl/index-validation-expected.txt: Generate INVALID_ERROR when an enabled vertex attrib is not bound to any buffer in drawElements(). |
| * fast/canvas/webgl/script-tests/index-validation.js: Ditto. |
| |
| 2010-06-11 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Update acid3 test with latest from acid3.acidtests.org |
| https://bugs.webkit.org/show_bug.cgi?id=40428 |
| |
| This is a straight copy from "curl http://acid3.acidtests.org/" with |
| LayoutTest specific bits reapplied: |
| - Rename resources to resources/acid3/... |
| - Add window.layoutTestController bits to start and end. |
| |
| We still fail the same link test. The difference is that its error |
| changed from "LINKTEST FAILED" to "YOU SHOULD NOT SEE THIS AT ALL". |
| |
| * http/tests/misc/acid3-expected.checksum: |
| * http/tests/misc/acid3-expected.png: |
| * http/tests/misc/acid3-expected.txt: |
| * http/tests/misc/acid3.html: |
| |
| 2010-06-11 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Client-based Geolocation does not handle multiple simultaneous requests |
| https://bugs.webkit.org/show_bug.cgi?id=40148 |
| |
| The change to the GeolocationController is explicitly tested with multiple-requests.html. |
| |
| This change also fixes reentrant-error.html and reentrant-success.html which were previously |
| on the mac skipped list. reentrant-error.html required a minor tweak as the mac |
| GeolocationController can only provide an error code of 2 (POSITION_UNAVAILABLE). |
| |
| Added to GTK skipped list. |
| |
| * fast/dom/Geolocation/multiple-requests-expected.txt: Added. |
| * fast/dom/Geolocation/multiple-requests.html: Added. |
| * fast/dom/Geolocation/script-tests/multiple-requests.js: Added. |
| * fast/dom/Geolocation/script-tests/reentrant-error.js: |
| * platform/mac/Skipped: |
| * platform/gtk/Skipped: |
| |
| 2010-06-11 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. |
| |
| Skip re-enabled SVG test (svg/W3C-SVG-1.1/fonts-glyph-02-t) |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-10 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Implement render style selection for pages to support CSS3 Paged Media. |
| https://bugs.webkit.org/show_bug.cgi?id=35961 |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * printing/page-rule-selection-expected.txt: Added. |
| * printing/page-rule-selection.html: Added. |
| |
| 2010-06-10 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Fix Bug 40452: REGRESSION: printing is broken if stylesheet has @page |
| https://bugs.webkit.org/show_bug.cgi?id=40452 |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/printing/page-rule-in-media-query-expected.checksum: Added. |
| * platform/mac/printing/page-rule-in-media-query-expected.png: Added. |
| * platform/mac/printing/page-rule-in-media-query-expected.txt: Added. |
| * printing/page-rule-in-media-query.html: Added. |
| |
| 2010-06-10 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Math Javascript Bug on Safari 5 (webkit 533.16) under "32bit" mode |
| https://bugs.webkit.org/show_bug.cgi?id=40367 |
| |
| Add some tests to ensure correct behaviour of right shift. |
| |
| * fast/js/bitops-type-tag.html: Added. |
| * fast/js/script-tests/bitops-type-tag.js: Added. |
| |
| 2010-06-10 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| crash when focus is changed while trying to focus next element |
| https://bugs.webkit.org/show_bug.cgi?id=40407 |
| |
| * fast/events/focus-change-crash-expected.txt: Added. |
| * fast/events/focus-change-crash.html: Added. |
| |
| 2010-06-10 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60979. |
| http://trac.webkit.org/changeset/60979 |
| https://bugs.webkit.org/show_bug.cgi?id=40450 |
| |
| Broke build on Leopard (Requested by kbr_google on #webkit). |
| |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| |
| 2010-06-10 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Delete custom JSC bindings for bufferData, texImage2D and texSubImage2D |
| https://bugs.webkit.org/show_bug.cgi?id=40443 |
| |
| Deleted custom JSC bindings for bufferData, texImage2D and |
| texSubImage2D and fixed minor associated issues in code generator |
| and IDL. Updated fast/canvas/webgl/texImageTest-expected.txt, |
| which now runs as intended. Ran all layout tests, including WebGL |
| tests, in Safari. |
| |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| |
| 2010-06-10 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Fix Qt-specific event-sender-keydown-frame.html test |
| |
| It looks like this test was added without elements required for it work. |
| |
| http://bugs.webkit.org/show_bug.cgi?id=20303 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/events/event-sender-keydown-frame.html: |
| * platform/qt/fast/events/resources/divs.html: Added. |
| |
| 2010-06-10 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, update Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| Disable fast/text/international/khmer-selection.html on Windows regressed by http://trac.webkit.org/changeset/60953 |
| Skip fast/dom/Window/window-properties-geolocation.html unnecessarily enabled by http://trac.webkit.org/changeset/60956 |
| |
| 2010-06-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement TypedArray BYTES_PER_ELEMENT |
| https://bugs.webkit.org/show_bug.cgi?id=39100 |
| |
| Implemented BYTES_PER_ELEMENT on all ArrayBufferView subclasses. |
| Required bug fixes to JSC bindings' custom constructors. Updated |
| fast/canvas/webgl/array-unit-tests.html to verify. Ran all WebGL |
| layout tests in Safari and Chromium. |
| |
| * fast/canvas/webgl/array-unit-tests.html: |
| |
| 2010-06-10 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTML5 Parser should continue parsing after script execution |
| https://bugs.webkit.org/show_bug.cgi?id=40416 |
| |
| Test the ordering of script execution with multiple calls to |
| document.write(). |
| |
| * fast/tokenizer/write-multiple-scripts-expected.txt: Added. |
| * fast/tokenizer/write-multiple-scripts.html: Added. |
| |
| 2010-06-10 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Unskip canvas/philip/tests/2d.shadow.enable.blur.html. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-10 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Support for loading notification icons |
| https://bugs.webkit.org/show_bug.cgi?id=40396 |
| |
| * http/tests/notifications: Added. |
| * http/tests/notifications/icon-does-not-exist-expected.txt: Added. |
| * http/tests/notifications/icon-does-not-exist.html: Added. |
| * http/tests/notifications/icon-exists-cancel-expected.txt: Added. |
| * http/tests/notifications/icon-exists-cancel.html: Added. |
| * http/tests/notifications/icon-exists-expected.txt: Added. |
| * http/tests/notifications/icon-exists-show-alert-during-load-expected.txt: Added. |
| * http/tests/notifications/icon-exists-show-alert-during-load.html: Added. |
| * http/tests/notifications/icon-exists.html: Added. |
| * http/tests/notifications/icon-requires-auth-expected.txt: Added. |
| * http/tests/notifications/icon-requires-auth.html: Added. |
| * http/tests/notifications/resources: Added. |
| * http/tests/notifications/resources/icon-exists.png: Added. |
| * http/tests/notifications/resources/icon-requires-auth.php: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-10 Daniel Cheng <dcheng@chromium.org> |
| |
| Reviewed by Jian Li. |
| |
| Don't convert filenames to URLs in edit drags. |
| https://bugs.webkit.org/show_bug.cgi?id=38826 |
| |
| For security reasons, we don't want to expose file system paths to web |
| content, so we filter them out of edit drags. |
| |
| * editing/pasteboard/file-drag-to-editable-expected.txt: Added. |
| * editing/pasteboard/file-drag-to-editable.html: Added. |
| * editing/pasteboard/script-tests/file-drag-to-editable.js: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-10 Marcus Bulach <bulach@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| [chromium] Upstream layout tests expectations for Geolocation. |
| Rebaseline fast/dom/Geolocation/callback-exception-expected.html due to JSC x V8 messages. |
| https://bugs.webkit.org/show_bug.cgi?id=39721 |
| |
| * platform/chromium/fast/dom/Geolocation/callback-exception-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-09 Andrei Popescu <andreip@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| CodeGeneratorJS.pm incorrectly increments $paramIndex when a method is declared with [CallWith] |
| https://bugs.webkit.org/show_bug.cgi?id=40372 |
| |
| Use two variables to keep track of the number of arguments passed from JavaScript vs the number |
| of arguments passed to the corresponding C++ method. These numbers can be different since |
| the parameter declared via [CallWith] is generated in the bindings instead of being passed |
| from JavaScript. |
| |
| The layout tests added here test both that the parameters are read correctly as well as |
| tests some basic indexed database functionality. There are also bindings specific |
| tests added in TestObj.idl. |
| |
| * storage/indexeddb/idb-objectstore-request-expected.txt: Added. |
| * storage/indexeddb/idb-objectstore-request.html: Added. |
| * storage/indexeddb/script-tests/idb-objectstore-request.js: Added. |
| (openSuccess): |
| (createSuccess): |
| (createObjectStore): |
| (doCreateOrOpen): |
| (test): |
| |
| 2010-06-10 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| fast/repaint/opacity-change-on-overflow-float.html depends on invalid HTML parsing |
| https://bugs.webkit.org/show_bug.cgi?id=40262 |
| |
| See comment in opacity-change-on-overflow-float.html to understand why |
| we made this goofy change. |
| |
| * fast/repaint/opacity-change-on-overflow-float.html: |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| * platform/chromium-win/fast/repaint/opacity-change-on-overflow-float-expected.txt: |
| * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: |
| |
| 2010-06-09 Alexey Proskuryakov <ap@apple.com> |
| |
| Undo an accidentally committed change. |
| |
| * fast/events/pageshow-pagehide-on-back-cached.html: |
| |
| 2010-06-09 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=9504 |
| img tag rewritten by innerHTML doesn't use image map |
| |
| * fast/dom/replaced-image-map-expected.txt: Added. |
| * fast/dom/replaced-image-map.html: Added. |
| |
| 2010-06-09 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Bug 35632 - htmlediting.cpp : isEmptyTableCell() is incomplete |
| https://bugs.webkit.org/show_bug.cgi?id=35632 |
| |
| Correct isEmptyTableCell to check for the presence of other renderer |
| children. |
| |
| Layout test checks that deleting a <br> within the last table cell works. |
| |
| * editing/deleting/delete-br-in-last-table-cell-expected.txt: Added. |
| * editing/deleting/delete-br-in-last-table-cell.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-09 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Failed at http://philip.html5.org/tests/canvas/suite/tests/2d.path.arcTo.transformation.html |
| https://bugs.webkit.org/show_bug.cgi?id=38598 |
| |
| Remove canvas/philip/tests/2d.path.arcTo.scale.html, canvas/philip/tests/2d.path.arcTo.transformation.html |
| and canvas/philip/tests/2d.path.transformation.changing.html from Skipped. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix typo in fast/lists/ordered-list-with-no-ol-tag.html |
| https://bugs.webkit.org/show_bug.cgi?id=40391 |
| |
| This test contains an untermianted end tag, which parses differently in |
| the HTML5 parser than in the legacy parser. Having read the bug that |
| caused this test to be added, making the text valid HTML seems to |
| respect the intent of the test (which is about numbering). |
| |
| As discussed in other patches, we have the parsing behavior covered in |
| parsing tests. |
| |
| * fast/lists/ordered-list-with-no-ol-tag.html: |
| |
| 2010-06-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Make invalid comment in fast/css/word-space-extra.html really invalid |
| https://bugs.webkit.org/show_bug.cgi?id=40388 |
| |
| This test tries to have a comment inside a comment. To make that work |
| in the old parser, the author added a space between the -- and the >. |
| However, that's a valid end-of-comment in the new parser. I've change |
| the space to a * to really make it not a valid end of comment. |
| |
| * fast/css/word-space-extra.html: |
| |
| 2010-06-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Test how XML directives get attached to the DOM |
| https://bugs.webkit.org/show_bug.cgi?id=40384 |
| |
| In the old parser, the XML directive doesn't get added to the DOM. In |
| new parser (and in Minefield), it gets added as a comment, which shows |
| up in this test. |
| |
| This behavior was tested more obliquely by |
| fast/css-generated-content/hover-style-change.html in some |
| DumpRenderTree output. I've removed that coverage from the CSS test |
| and moved it to a new parser test that can actually be run in other |
| browsers. |
| |
| * fast/css-generated-content/hover-style-change.html: |
| - Remove XML directive that was causing this test to depend on |
| out-of-spec parser behavior w.r.t. whether to attach the XML |
| directive to the DOM. |
| * fast/parser/xml-directive-in-dom-expected.txt: Added. |
| * fast/parser/xml-directive-in-dom.html: Added. |
| |
| 2010-06-09 Enrico Ros <eros@codeaurora.org> |
| |
| Reviewed by Ariya Hidayat. |
| |
| Fixed zero-sized gradients on canvas. |
| https://bugs.webkit.org/show_bug.cgi?id=40340 |
| |
| * platform/mac/Skipped: Unskip the test that is passing now. |
| * platform/qt/Skipped: Unskip the test that is passing now. |
| |
| 2010-06-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Update readPixels to take ArrayBufferView rather than returning it |
| https://bugs.webkit.org/show_bug.cgi?id=40322 |
| |
| No new tests; covered by existing tests, which have been modified. |
| |
| * fast/canvas/webgl/bug-32888.html: |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: |
| * fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html: |
| * fast/canvas/webgl/point-size.html: |
| * fast/canvas/webgl/read-pixels-expected.txt: |
| * fast/canvas/webgl/read-pixels.html: |
| * fast/canvas/webgl/renderbuffer-initialization.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: |
| * fast/canvas/webgl/tex-sub-image-2d.html: |
| * fast/canvas/webgl/texImage2DImageDataTest.html: |
| * fast/canvas/webgl/texture-npot.html: |
| * fast/canvas/webgl/triangle.html: |
| * fast/canvas/webgl/viewport-unchanged-upon-resize.html: |
| |
| 2010-06-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Rename FloatArray to Float32Array |
| https://bugs.webkit.org/show_bug.cgi?id=40323 |
| |
| Used do-webcore-rename to perform renaming. Manually undid |
| incorrect changes to WebCore/bridge/jni/jsc/JNIBridgeJSC.cpp, |
| WebCore/manual-tests/resources/ArrayParameterTestApplet.java and |
| ArrayParameterTestApplet.class. Updated LayoutTests. Built and ran |
| all layout tests on Safari; built Chromium and ran selected WebGL |
| tests. |
| |
| * fast/canvas/webgl/array-unit-tests-expected.txt: |
| * fast/canvas/webgl/array-unit-tests.html: |
| * fast/dom/Window/script-tests/window-property-descriptors.js: |
| * fast/dom/Window/window-properties.html: |
| * fast/dom/script-tests/constructed-objects-prototypes.js: |
| (constructorPropertiesOnWindow): |
| * fast/dom/script-tests/prototype-inheritance-2.js: |
| (constructorNamesForWindow): |
| * fast/dom/script-tests/prototype-inheritance.js: |
| * fast/js/script-tests/global-constructors.js: |
| |
| 2010-06-09 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| video-timeupdate-duringplayback.html missing closing angle |
| https://bugs.webkit.org/show_bug.cgi?id=40311 |
| |
| This patch removes invalid markup from video-timeupdate-during-playback.html |
| because that is not the point of that test. It adds a new test with |
| the same markup to webkit01.dat. New test fails with --html5-parser. |
| |
| * html5lib/resources/webkit01.dat: |
| * media/video-timeupdate-during-playback.html: |
| |
| 2010-06-09 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| LayoutTests needlessly depend on old parser quirks covered by other tests |
| https://bugs.webkit.org/show_bug.cgi?id=40354 |
| |
| There are two quirks of the old HTMLTokenizer which I'm removing |
| from various tests in this change. |
| - <tag<tag> parsing is a quirk unique to WebKit's old tokenizer |
| and is already tested by fast/invalid/016.html and |
| html5lib/runner.html. |
| - <script/> is another quirk unique to WebKit's old tokenizer and |
| is covered by fast/parser/script-tag-with-trailing-slash.html |
| |
| * fast/block/float/4145535Crash.html: |
| - The test tests a CSS crasher. Changed the html to |
| be explicit about how it should be parsed instead of |
| depending on the <tag<tag> quirk of the old parser. |
| * fast/dom/HTMLScriptElement/script-load-events.html: |
| - Remove testing of <script/> since that's already covered |
| by fast/parser/script-tag-with-trailing-slash.html |
| * fast/dom/HTMLScriptElement/script-set-src-expected.txt: |
| - Same as above. |
| * fast/dom/HTMLScriptElement/script-set-src.html: |
| - Same as above. |
| * fast/events/pageshow-pagehide.html: |
| - Remove dependence on <tag<tag> quirk. |
| * fast/events/resources/pageshow-pagehide-subframe-cachable.html: |
| - <tag<tag> quirk. |
| * fast/events/resources/pageshow-pagehide-subframe.html: |
| - <tag<tag> quirk. |
| * fast/frames/sandboxed-iframe-navigation-parent.html: |
| - <tag<tag> quirk. |
| * fast/lists/w3-css3-list-styles-alphabetic.html: |
| - <tag<tag> quirk. |
| * fast/multicol/negativeColumnWidth.html: |
| - <tag<tag> quirk. |
| * fast/ruby/ruby-illegal-2.html: |
| - The original fix (https://trac.webkit.org/changeset/53525) was |
| a fix to rendering code. I've simply corrected the test to be |
| explicit about how it should be parsed so that it can test the |
| rendering code path without depending on the <tag<tag> quirk |
| of the old HTMLTokenizer. |
| * fast/ruby/ruby-illegal-3.html: |
| - Same as above. |
| * http/tests/misc/generated-content-inside-table.html: |
| - Remove dependence on the <script/> quirk. |
| * svg/custom/svg-fonts-in-html-linebreaks.html: |
| - <tag<tag> quirk. |
| |
| 2010-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher |
| https://bugs.webkit.org/show_bug.cgi?id=40362 |
| |
| * platform/qt/Skipped: canvas/philip/tests/2d.path.stroke.overlap.html skipped until fix. |
| |
| 2010-06-09 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Add new expectations for layout tests post-r60885 ("Implement non-scaling stroke"). Mark one test flaky. |
| |
| * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Implement non-scaling-stroke (from SVG Tiny 1.2, also in Opera) |
| https://bugs.webkit.org/show_bug.cgi?id=31438 |
| |
| Test for SVG property vector-effect. The stroke-width should not get influenced by |
| any transformation on the object or its parrent. |
| Some ports needed platform specific test results for getComputedStyle. |
| |
| * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.txt: Added. |
| * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * svg/css/getComputedStyle-basic-expected.txt: |
| * svg/custom/non-scaling-stroke.svg: Added. |
| |
| 2010-05-18 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Fix for Bug 34529 - [CSSOM] issues with cssText and selectorText |
| https://bugs.webkit.org/show_bug.cgi?id=34529 |
| |
| * fast/css/selector-text-escape-expected.txt: Added. |
| * fast/css/selector-text-escape.html: Added. |
| |
| 2010-06-08 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Validate *tex* functions input parameters according to ES2 conformance |
| https://bugs.webkit.org/show_bug.cgi?id=38145 |
| |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: Internalformat and format need to be the same. |
| * fast/canvas/webgl/tex-input-validation-expected.txt: Added. |
| * fast/canvas/webgl/tex-input-validation.html: Added. |
| |
| 2010-06-08 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| REGRESSION: Weird focus behavior affects quoting on University of Washington message board system |
| https://bugs.webkit.org/show_bug.cgi?id=38548 |
| |
| * editing/pasteboard/drop-link-expected.txt: Mouse down on an element where canStartSelection returns |
| false no longer clears the selection so we get one less |
| notification from the editing delegate. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Added. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Added. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Added. |
| (description.getElementCenter): |
| (doubleClickOnElement): |
| (mouseDownOnElement): |
| (selectionShouldBe): |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed, expectations fix. |
| |
| [CHROMIUM] Remove expectations for editing/pasteboard/drop-link.html on mac, since the change was reverted. Mark http/tests/multipart/invalid-image-data.html as flaky on linux/dbg. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60864. |
| http://trac.webkit.org/changeset/60864 |
| https://bugs.webkit.org/show_bug.cgi?id=40337 |
| |
| Remove expected results, since r60859 was also reverted |
| (Requested by senorblanco on #webkit). |
| |
| * platform/chromium-win/editing/pasteboard/drop-link-expected.txt: Removed. |
| |
| 2010-06-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60859. |
| http://trac.webkit.org/changeset/60859 |
| https://bugs.webkit.org/show_bug.cgi?id=40334 |
| |
| Included debugging statements. Caused a test to fail. |
| (Requested by ojan on #webkit). |
| |
| * editing/pasteboard/drop-link-expected.txt: |
| * editing/pasteboard/drop-link.html: |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Removed. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Removed. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Removed. |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Update chromium expectations for r60865, r60859. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| editingBehavior settings needs to be set back to a reasonable default between tests |
| https://bugs.webkit.org/show_bug.cgi?id=39433 |
| |
| This is a re-land of r59840 rolled out in r59857 due to DRT limitations. |
| |
| * editing/selection/extend-selection-after-double-click-expected.txt: |
| Updated expectations. |
| * editing/selection/extend-selection-after-double-click.html: |
| Use the new DRT support for changing editing behavior. |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Added new chromium-win expectations for editing/pasteboard/drop-link.html, after r60859. |
| |
| * platform/chromium-win/editing/pasteboard/drop-link-expected.txt: Added. |
| |
| 2010-06-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60858. |
| http://trac.webkit.org/changeset/60858 |
| https://bugs.webkit.org/show_bug.cgi?id=40325 |
| |
| Qt needs a clean build. Rolling out the patch for now and fix |
| it tomorrow (Requested by krit on #webkit). |
| |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.checksum: Removed. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: Removed. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.txt: Removed. |
| * svg/css/getComputedStyle-basic-expected.txt: |
| * svg/custom/non-scaling-stroke.svg: Removed. |
| |
| 2010-06-08 Robert Hogan <robert@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Put even more structure on Skipped file. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-08 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| REGRESSION: Weird focus behavior affects quoting on University of Washington message board system |
| https://bugs.webkit.org/show_bug.cgi?id=38548 |
| |
| We should not clear the selection when canStartSelection returns false. |
| |
| * editing/pasteboard/drop-link-expected.txt: Mouse down on an element where canStartSelection returns |
| false no longer clears the selection so we get one less |
| notification from the editing delegate. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Added. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Added. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Added. |
| (description.getElementCenter): |
| (doubleClickOnElement): |
| (mouseDownOnElement): |
| (selectionShouldBe): |
| |
| 2010-06-08 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Implement non-scaling-stroke (from SVG Tiny 1.2, also in Opera) |
| https://bugs.webkit.org/show_bug.cgi?id=31438 |
| |
| Test for SVG property vector-effect. The stroke-width should not get influenced by |
| any transformation on the object or its parrent. |
| |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.txt: Added. |
| * svg/css/getComputedStyle-basic-expected.txt: |
| * svg/custom/non-scaling-stroke.svg: Added. |
| |
| 2010-06-08 Martin Robinson <mrobinson@igalia.com> |
| |
| Not reviewed. |
| |
| Adding baselines for new tests. |
| |
| * platform/gtk/fast/forms/slider-padding-expected.txt: Added. |
| * platform/gtk/svg/custom/fill-opacity-hsl-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/fill-opacity-hsl-expected.txt. |
| * platform/gtk/svg/custom/fill-opacity-rgba-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/fill-opacity-rgba-expected.txt. |
| * platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt: Added. |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Restore expectations for media/video-duration-known-after-eos.html, since it's still failing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Prevent Geolocation making callbacks to a ScriptExecutionContext that no longer exists |
| https://bugs.webkit.org/show_bug.cgi?id=40162 |
| |
| * fast/dom/Geolocation/callback-to-deleted-context-expected.txt: Added. |
| * fast/dom/Geolocation/callback-to-deleted-context.html: Added. |
| * fast/dom/Geolocation/resources/callback-to-deleted-context-inner1.html: Added. |
| * fast/dom/Geolocation/resources/callback-to-deleted-context-inner2.html: Added. |
| * fast/dom/Geolocation/script-tests/callback-to-deleted-context.js: Added. |
| * platform/gtk/Skipped: Modified. |
| |
| 2010-06-08 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Geolocation should have a LayoutTest for reentrant calls that cause a PERMISSION_DENIED error |
| https://bugs.webkit.org/show_bug.cgi?id=40174 |
| |
| Tests for reentrant calls with success and POSITION_UNAVAILABLE responses already exist, |
| but the code path for PERMISSION_DENIED is different. |
| |
| * fast/dom/Geolocation/reentrant-permission-denied-expected.txt: Added. |
| * fast/dom/Geolocation/reentrant-permission-denied.html: Added. |
| * fast/dom/Geolocation/script-tests/reentrant-permission-denied.js: Added. |
| * platform/gtk/Skipped: Modified. |
| |
| 2010-06-08 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. fast/js/large-expressions is failing only in debug mode. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Remove passing tests from expectations.txt. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 MORITA Hajime <morrita@google.com> |
| |
| Unreviewd. Update expectations to follow r60820, r60821 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| |
| 2010-06-08 MORITA Hajime <morrita@google.com> |
| |
| Unreviewd. Updated test_expectations.txt to follow r60822 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-07 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTML5Lexer does not handle <div FOO ><img><img></div> correctly |
| https://bugs.webkit.org/show_bug.cgi?id=40283 |
| |
| * html5lib/resources/webkit01.dat: |
| - Add another test for this failure case. |
| |
| 2010-06-08 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Remove another unterminated <title> element |
| https://bugs.webkit.org/show_bug.cgi?id=40281 |
| |
| We're already testing untermianted <title> element behavior in specific |
| tests for that beheavior. We don't need to test it redudantly here. |
| |
| * http/tests/security/frame-loading-via-document-write.html: |
| |
| 2010-06-07 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| [Mac] <meter> elements should be rendered as level indicators. |
| https://bugs.webkit.org/show_bug.cgi?id=40217 |
| |
| * fast/dom/HTMLMeterElement/meter-appearances-capacity.html: Added. |
| * fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html: Added. |
| * fast/dom/HTMLMeterElement/meter-optimums.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: removed <meter> related tests. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added. |
| * platform/win/Skipped: |
| |
| 2010-06-07 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| [GTK] HTML5 input type=range is not drawn |
| https://bugs.webkit.org/show_bug.cgi?id=39561 |
| |
| Uncomment and add baselines for slider tests which are now passing. Group |
| remaining failing slider tests by their type of failure. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt: Added. |
| * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt: Added. |
| * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt: Added. |
| * platform/gtk/fast/forms/thumbslider-crash-expected.txt: Added. |
| * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt: Added. |
| |
| 2010-06-07 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| [GTK] r60803 broke media/controls-drag-timebar.html |
| https://bugs.webkit.org/show_bug.cgi?id=40269 |
| |
| * platform/gtk/Skipped: Skip test which is now failing. |
| |
| 2010-06-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Unreviewed. |
| |
| [gtk] web fonts not loaded properly in scribd html5 reader |
| https://bugs.webkit.org/show_bug.cgi?id=38758 |
| |
| Also reset the expected result for the dynamic test for |
| backslash/yen sign. |
| |
| * platform/gtk/fast/text/backslash-to-yen-sign-dynamic-expected.txt: |
| |
| 2010-06-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Xan Lopez. |
| |
| [gtk] web fonts not loaded properly in scribd html5 reader |
| https://bugs.webkit.org/show_bug.cgi?id=38758 |
| |
| Reset expected result for test that uses fonts we do not really |
| support, and are not "web fonts". |
| |
| * platform/gtk/fast/text/backslash-to-yen-sign-expected.txt: |
| |
| 2010-06-07 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed, reverting my HTML comment parsing change as it |
| breaks Gtk and Qt. |
| |
| * fast/css/word-space-extra.html: |
| * fast/parser/broken-comment-1-expected.txt: Removed. |
| * fast/parser/broken-comment-1.html: Removed. |
| * fast/parser/broken-comment-2-expected.txt: Removed. |
| * fast/parser/broken-comment-2.html: Removed. |
| * fast/parser/broken-comment-3-expected.txt: Removed. |
| * fast/parser/broken-comment-3.html: Removed. |
| * fast/parser/broken-comment-4-expected.txt: Removed. |
| * fast/parser/broken-comment-4.html: Removed. |
| * fast/parser/broken-comment-5-expected.txt: Removed. |
| * fast/parser/broken-comment-5.html: Removed. |
| * fast/parser/broken-comment-6-expected.txt: Removed. |
| * fast/parser/broken-comment-6.html: Removed. |
| * fast/parser/broken-comment-in-head-1-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-1.html: Removed. |
| * fast/parser/broken-comment-in-head-2-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-2.html: Removed. |
| * fast/parser/broken-comment-in-head-3-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-3.html: Removed. |
| * fast/parser/broken-comment-in-head-4-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-4.html: Removed. |
| * fast/parser/broken-comment-in-head-5-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-5.html: Removed. |
| * fast/parser/broken-comments-vs-parsing-mode.html: |
| * fast/parser/comments-expected.txt: |
| * fast/parser/comments.html: |
| * html5lib/runner-expected.txt: |
| |
| 2010-06-07 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Put some structure on the Qt Skipped file |
| |
| https://bugs.webkit.org/show_bug.cgi?id=38818 |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-07 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Tests for: |
| Space should be allowed between -- and > in comment end |
| https://bugs.webkit.org/show_bug.cgi?id=21945 |
| |
| * fast/css/word-space-extra.html: Tweaked the comment as -- > is now |
| a valid comment end. |
| |
| * fast/parser/broken-comment-1-expected.txt: Added. |
| * fast/parser/broken-comment-1.html: Added. |
| * fast/parser/broken-comment-2-expected.txt: Added. |
| * fast/parser/broken-comment-2.html: Added. |
| * fast/parser/broken-comment-3-expected.txt: Added. |
| * fast/parser/broken-comment-3.html: Added. |
| * fast/parser/broken-comment-4-expected.txt: Added. |
| * fast/parser/broken-comment-4.html: Added. |
| * fast/parser/broken-comment-5-expected.txt: Added. |
| * fast/parser/broken-comment-5.html: Added. |
| * fast/parser/broken-comment-6-expected.txt: Added. |
| * fast/parser/broken-comment-6.html: Added. |
| Those test checks that broken comments in body are correctly parsed. |
| * fast/parser/broken-comment-in-head-1-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-1.html: Added. |
| * fast/parser/broken-comment-in-head-2-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-2.html: Added. |
| * fast/parser/broken-comment-in-head-3-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-3.html: Added. |
| * fast/parser/broken-comment-in-head-4-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-4.html: Added. |
| * fast/parser/broken-comment-in-head-5-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-5.html: Added. |
| Those test checks that broken comments in head are correctly parsed. |
| |
| * fast/parser/broken-comments-vs-parsing-mode.html: Needed to wrap the broken comment |
| in a title as we match FF here and would not recover from it. |
| |
| * fast/parser/comments-expected.txt: |
| * fast/parser/comments.html: |
| Added more tests for comment parsing. Made sure that we close empty comments |
| <!--> and <!---> as is specified in HTML5. |
| |
| * html5lib/runner-expected.txt: Removed the test that we now pass. |
| |
| 2010-06-06 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| ASSERTION FAILED with -webkit-appearance:progress-bar for non-progress bar elements |
| https://bugs.webkit.org/show_bug.cgi?id=40158 |
| |
| * fast/css/invalid-appearance-progress-bar-meter-expected.txt: Added. |
| * fast/css/invalid-appearance-progress-bar-meter.html: Added. |
| * fast/css/script-tests/invalid-appearance-progress-bar-meter.js: Added. |
| |
| 2010-06-06 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| hit testing does not respect clip paths |
| https://bugs.webkit.org/show_bug.cgi?id=15162 |
| |
| Two tests were incorrect, because of the assumption, that clipPath doesn't |
| influence hit testing. They needed an update. |
| The new test checks, that clipped areas don't throw a hit. |
| |
| * svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.txt: Added. |
| * svg/dynamic-updates/SVGClipPath-influences-hitTesting.html: Added. |
| * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt: |
| * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt: |
| * svg/dynamic-updates/script-tests/SVGClipPath-influences-hitTesting.js: Added. |
| (executeBackgroundTest): |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGClipPathElement-dom-clipPathUnits-attr.js: |
| (shouldBeEqualToString.executeTest): |
| * svg/dynamic-updates/script-tests/SVGClipPathElement-svgdom-clipPathUnits-prop.js: |
| (executeTest): |
| |
| 2010-06-06 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation fix. |
| |
| Add image results of tests added by r60752 for Chromium. |
| |
| * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.png: Added. |
| |
| 2010-06-06 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation fix. |
| |
| Add image results of tests added by r60752 for Chromium. |
| |
| * platform/chromium-win/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/chromium-win/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/fill-opacity-rgba-expected.png: Added. |
| |
| 2010-06-05 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation fix. |
| |
| Add image results of tests added by r60752 for Chromium. |
| |
| * platform/chromium-mac/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/chromium-mac/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/fill-opacity-rgba-expected.png: Added. |
| |
| 2010-06-05 Jonathan Kliegman <kliegs@chromium.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| SVG doesn't support rgba colors |
| https://bugs.webkit.org/show_bug.cgi?id=16183 |
| |
| Enabled processing of rgba, hsl and hsla color specifications |
| for SVG files. SVG spec calls for CSS2 but common usage and |
| other browsers suppor CSS3 colors being used in SVG files |
| |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.txt: Added. |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.png: Added. |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.txt: Added. |
| * svg/custom/fill-opacity-hsl.svg: Added. |
| * svg/custom/fill-opacity-rgba.svg: Added. |
| |
| 2010-06-04 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Canvas createPattern(img, repetition) shouldn't throw INVALID_STATE_ERR when !img.complete |
| https://bugs.webkit.org/show_bug.cgi?id=40166 |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-createpattern |
| |
| * http/tests/misc/canvas-pattern-from-incremental-image-expected.txt: Updated baseline. |
| * http/tests/misc/canvas-pattern-from-incremental-image.html: Fleshed out test. |
| |
| 2010-06-04 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by David Kilzer. |
| |
| AX: need an aria-help |
| https://bugs.webkit.org/show_bug.cgi?id=40010 |
| |
| * accessibility/aria-help-expected.txt: Added. |
| * accessibility/aria-help.html: Added. |
| * platform/gtk/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-04 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Tor Arne Vestbø. |
| |
| [Qt] Canvas arc() with zero radius should draw a line to the start point |
| https://bugs.webkit.org/show_bug.cgi?id=40164 |
| |
| Unskip canvas/philip/tests/2d.path.arc.zeroradius.html |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-arc |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-04 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Skipping another test which shows 1-pixel differences between the |
| 32-bit and 64-bit bot. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-04 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Adding baselines for new tests. They all seem to be working fine. |
| |
| * platform/gtk/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| * platform/gtk/fast/css/font-face-in-shadow-DOM-expected.txt: Added. |
| * platform/gtk/fast/lists/alpha-boundary-values-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt: Added. |
| * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.txt: Added. |
| * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.txt: Added. |
| * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.txt: Added. |
| * platform/gtk/svg/filters/feLighting-crash-expected.txt: Copied from LayoutTests/platform/mac/svg/filters/feLighting-crash-expected.txt. |
| * platform/gtk/svg/filters/parent-children-with-same-filter-expected.txt: Copied from LayoutTests/platform/mac/svg/filters/parent-children-with-same-filter-expected.txt. |
| |
| 2010-06-04 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Fix chromium test expectations, post-r60693. We are still failing the test in the same way, but since there are now fallback results, our results are no longer MISSING, but TEXT. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-04 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; build fix. |
| |
| [CHROMIUM] Add new chromium test results for new layout test svg/filters/filter-on-filter-for-text.svg |
| |
| * platform/chromium-linux/svg/filters/filter-on-filter-for-text-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.png: Added. |
| * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.txt: Added. |
| |
| 2010-06-04 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by David Hyatt. |
| |
| Make the editing/spelling/context-menu-suggestions.html test more robust |
| https://bugs.webkit.org/show_bug.cgi?id=40178 |
| |
| * editing/spelling/context-menu-suggestions-expected.txt: Added. |
| Add new expected test result. |
| |
| * editing/spelling/context-menu-suggestions.html: |
| Instead of dumping the menu item titles, check the length and check that the number of items is greater when |
| there are spell checker suggestions. |
| |
| * platform/mac-leopard/editing/spelling/context-menu-suggestions-expected.txt: Removed. |
| * platform/mac-snowleopard/editing/spelling/context-menu-suggestions-expected.txt: Removed. |
| * platform/mac-tiger/editing/spelling/context-menu-suggestions-expected.txt: Removed. |
| Remove platform specific versions. |
| |
| 2010-06-04 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG filter on filter don't work |
| https://bugs.webkit.org/show_bug.cgi?id=32708 |
| |
| Test that a filter can be used by the text root as well as on it's childs. |
| |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.checksum: Added. |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.png: Added. |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.txt: Added. |
| * svg/filters/filter-on-filter-for-text.svg: Added. |
| |
| 2010-06-04 Alexey Proskuryakov <ap@apple.com> |
| |
| Unreviewed. |
| |
| Unskip fast/dom/Window/window-properties-geolocation.html - a comment says it should be |
| enabled once bug 34025 is fixed, which happened long ago. The test passes for me. |
| |
| * platform/mac/Skipped: |
| |
| 2010-06-04 Matthew Delaney <mdelaney@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| CG implementation needed for compression quality in canvas.toDataURL |
| https://bugs.webkit.org/show_bug.cgi?id=38492 |
| |
| * platform/mac/Skipped: |
| |
| 2010-06-04 Steve Block <steveblock@google.com> |
| |
| Unreviewed. Test expectation fix. |
| |
| Skip fast/dom/Geolocation/callback-to-remote-context2.html on GTK. |
| https://bugs.webkit.org/show_bug.cgi?id=40153 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-04 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Geolocation needs more LayoutTests to test making callbacks to remote frames |
| https://bugs.webkit.org/show_bug.cgi?id=40146 |
| |
| This test is similar to callback-to-remote-context.html in that it test making a callback |
| from a Geolocation object to a remote frame. In callback-to-remote-context.html, the call |
| chain to the Geolocation method is started from the owning frame. In this test, however, |
| the call chain is started from the remote frame. |
| |
| * fast/dom/Geolocation/callback-to-remote-context2-expected.txt: Added. |
| * fast/dom/Geolocation/callback-to-remote-context2.html: Added. |
| * fast/dom/Geolocation/script-tests/callback-to-remote-context2.js: Added. |
| |
| 2010-06-04 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Geolocation LayoutTests should make more careful use of LayoutTestController |
| https://bugs.webkit.org/show_bug.cgi?id=39994 |
| |
| Guards calls to LayoutTestController methods with 'if (window.layoutTestController)' |
| and adds test output to make it clear if the test can not pass without LayoutTestController. |
| Also removes superfluous calls to LayoutTestController.waitUntilDone(), which are now made |
| by js-test-post.js. |
| |
| * fast/dom/Geolocation/callback-exception-expected.txt: |
| * fast/dom/Geolocation/script-tests/callback-exception.js: |
| * fast/dom/Geolocation/script-tests/error.js: |
| * fast/dom/Geolocation/script-tests/maximum-age.js: |
| * fast/dom/Geolocation/script-tests/notimer-after-unload.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-already-clear-watch.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-already-error.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-already-success.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-stops-watches.js: |
| * fast/dom/Geolocation/script-tests/permission-denied.js: |
| * fast/dom/Geolocation/script-tests/position-string.js: |
| * fast/dom/Geolocation/script-tests/reentrant-error.js: |
| * fast/dom/Geolocation/script-tests/reentrant-success.js: |
| * fast/dom/Geolocation/script-tests/success.js: |
| * fast/dom/Geolocation/script-tests/timeout-clear-watch.js: |
| * fast/dom/Geolocation/script-tests/timeout-zero.js: |
| * fast/dom/Geolocation/script-tests/timeout.js: |
| * fast/dom/Geolocation/script-tests/watch.js: |
| |
| 2010-06-04 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Failed at http://philip.html5.org/tests/canvas/suite/tests/2d.path.arcTo.ensuresubpath.1.html |
| https://bugs.webkit.org/show_bug.cgi?id=38645 |
| |
| Remove 2d.path.arcTo.ensuresubpath.1.html from Skipped. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-04 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] failed at http://philip.html5.org/tests/canvas/suite/tests/2d.path.arc.angle.3.html |
| https://bugs.webkit.org/show_bug.cgi?id=38537 |
| |
| Remove canvas/philip/tests/2d.path.arcTo.2d.path.arc.angle.3.html and |
| canvas/philip/tests/2d.path.arcTo.2d.path.arc.angle.5.html from Skipped. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-04 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Set attributes.stencil to false by default at context creation |
| https://bugs.webkit.org/show_bug.cgi?id=40090 |
| |
| * fast/canvas/webgl/context-attributes-expected.txt: Check if the default attributes.stencil == false. |
| * fast/canvas/webgl/context-attributes.html: Ditto. |
| |
| 2010-06-04 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| websocket/tests/reload-crash.html sometimes crash. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Eric Carlson. |
| |
| Tests that invalid media src url does not result in crash. |
| |
| * media/invalid-media-url-crash-expected.txt: Added. |
| * media/invalid-media-url-crash.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation fix. |
| |
| Skip fast/dom/Geolocation/callback-to-remote-context.html on GTK. |
| https://bugs.webkit.org/show_bug.cgi?id=40153 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| old-run-webkit-tests should use ensure-valid-python to check if it can run the websockets tests |
| https://bugs.webkit.org/show_bug.cgi?id=39058 |
| |
| * platform/mac-tiger/Skipped: |
| - remove websocket/tests from skipped list. |
| |
| 2010-06-03 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed. Add exceptions for some newly-passing tests in Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Geolocation needs LayoutTest to test making callbacks to remote frames |
| https://bugs.webkit.org/show_bug.cgi?id=40129 |
| |
| * fast/dom/Geolocation/callback-to-remote-context-expected.txt: Added. |
| * fast/dom/Geolocation/callback-to-remote-context.html: Added. |
| * fast/dom/Geolocation/resources: Added. |
| * fast/dom/Geolocation/resources/callback-to-remote-context-inner.html: Added. |
| * fast/dom/Geolocation/script-tests/callback-to-remote-context.js: Added. |
| |
| 2010-06-03 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Add chromium-specific baselines for new tests added by 60640 |
| |
| * platform/chromium-linux/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/chromium-linux/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/chromium-linux/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset-expected.txt: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset2-expected.txt: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset3-expected.txt: Added. |
| |
| 2010-06-03 John Gregg <johnnyg@google.com> |
| |
| Reviewed by David Levin. |
| |
| notifications: in display+close layout test, don't close the notification |
| until the display event has been received asynchronously; also don't use |
| an invalid icon URL, since that should generate an error event. |
| https://bugs.webkit.org/show_bug.cgi?id=39782 |
| |
| * fast/notifications/notifications-display-close-events.html: |
| |
| 2010-06-03 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Tests repainting a layout subtree with scroll offsets |
| https://bugs.webkit.org/show_bug.cgi?id=38506 |
| |
| Has to be run as a pixel test to be useful. |
| - layout-state-scrolloffset.html tests the layout root having a non-zero scroll offset. |
| - layout-state-scrolloffset2.html tests the layout root and its container having |
| non-zero scroll offsets. |
| - layout-state-scrolloffset3.html tests the layout root having non-zero a scroll offset |
| and clipping its descendants. |
| |
| * fast/repaint/layout-state-scrolloffset.html: Added. |
| * fast/repaint/layout-state-scrolloffset2.html: Added. |
| * fast/repaint/layout-state-scrolloffset3.html: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| |
| 2010-06-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Simon Hausmann. |
| |
| fast/events/transformaction removed from expectations, |
| because these tests were rolled-out by r60624. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60617. |
| http://trac.webkit.org/changeset/60617 |
| https://bugs.webkit.org/show_bug.cgi?id=40124 |
| |
| Followup patch for rolled-out r60614 (Requested by Ossy on |
| #webkit). |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60614. |
| http://trac.webkit.org/changeset/60614 |
| https://bugs.webkit.org/show_bug.cgi?id=40123 |
| |
| It made fast/dom/Window/window-postmessage-clone.html fail on |
| Mac bots (Requested by Ossy on #webkit). |
| |
| * fast/events/transformaction/create-transformaction-event-expected.txt: Removed. |
| * fast/events/transformaction/create-transformaction-event.html: Removed. |
| * fast/events/transformaction/resources/create-transformaction-event.js: Removed. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Restore Mac expectation of fixed-move-after-keyboard-scroll.html. |
| |
| 2010-06-03 Simon Hausmann <simon.hausmann@nokia.com> |
| |
| Not reviewed: Add TransformActionEvent to the window object tests, after r60614. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Rebaseline fixed-move-after-keyboard-scroll for Chromium-Linux |
| https://bugs.webkit.org/show_bug.cgi?id=40101 |
| |
| * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Rebaseline fixed-move-after-keyboard-scroll, and add an entry for |
| fast/events/transformaction. |
| https://bugs.webkit.org/show_bug.cgi?id=40101 |
| |
| * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: |
| * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: |
| * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: |
| * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Kim Grönholm <kim.1.gronholm@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| Add TransformActionEvent support |
| https://bugs.webkit.org/show_bug.cgi?id=39757 |
| |
| * fast/events/transformaction/create-transformaction-event-expected.txt: Added. |
| * fast/events/transformaction/create-transformaction-event.html: Added. |
| * fast/events/transformaction/resources/create-transformaction-event.js: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-03 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: Rebaseline chromium tests as a follow up to r60611. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=37364 |
| |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-linux/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.png: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| |
| 2010-06-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| 4 websocket tests don't fail now. |
| |
| * platform/chromium/test_expectations.txt: |
| - remove websocket/tests/unicode.html, websocket/tests/send.html, |
| websocket/tests/handshake-error.html and |
| websocket/tests/long-invalid-header.html |
| |
| 2010-06-02 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Brady Eidson. |
| |
| location.href and outgoing referrer not updated properly by |
| pushState/replaceState |
| https://bugs.webkit.org/show_bug.cgi?id=40027 |
| |
| * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html: |
| Updated this test to account for location being modified by replaceState. |
| |
| * fast/loader/stateobjects/pushstate-updates-location-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-updates-location.html: Added. |
| * fast/loader/stateobjects/replacestate-updates-location-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-updates-location.html: Added. |
| * http/tests/navigation/pushstate-updates-referrer-expected.txt: Added. |
| * http/tests/navigation/pushstate-updates-referrer.html: Added. |
| * http/tests/navigation/replacestate-updates-referrer-expected.txt: Added. |
| * http/tests/navigation/replacestate-updates-referrer.html: Added. |
| * http/tests/navigation/resources/check-referrer.html: Added. |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| * platform/qt/Skipped: Add editing/input/page-up-down-scrolls.html |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Add fixed-move-after-keyboard-scroll.html temporarily |
| https://bugs.webkit.org/show_bug.cgi?id=40101 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-02 Nico Weber <thakis@chromium.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Scroll events are sent twice per keypress for ports that don't have a platformWidget scrollbar. |
| |
| This was regressed by http://trac.webkit.org/changeset/58615 . Fix this by slightly tweaking |
| that patch, add a layout test. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39918 |
| |
| * editing/input/page-up-down-scrolls-expected.txt: Added. |
| * editing/input/page-up-down-scrolls.html: Added. |
| |
| 2010-06-02 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60580. |
| http://trac.webkit.org/changeset/60580 |
| https://bugs.webkit.org/show_bug.cgi?id=40087 |
| |
| This broke dragging links if the selection was in a |
| contentEditable element. (Requested by arv on #webkit). |
| |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Removed. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Removed. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Removed. |
| |
| 2010-06-02 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| REGRESSION: Weird focus behavior affects quoting on University of Washington message board system |
| https://bugs.webkit.org/show_bug.cgi?id=38548 |
| |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Added. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Added. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Added. |
| (description.getElementCenter): |
| (doubleClickOnElement): |
| (mouseDownOnElement): |
| (selectionShouldBe): |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed, layout test fix. |
| |
| Web Inspector: disable resource tracking on exiting the inspector layout test. |
| This is a short-term fix while I am working on making sure DRT disables it |
| automatically on the test exit. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40083 |
| |
| * http/tests/inspector/resource-parameters.html: |
| |
| 2010-06-02 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Just reverting part of r60556 as requested by Dave Hyatt on webkit-commits@list.webkit.org. |
| |
| Several layout tests needlessly use invalid HTML |
| https://bugs.webkit.org/show_bug.cgi?id=39985 |
| |
| css1/box_properties/float_elements_in_series.html |
| remains invalid HTML, but we can't change it because |
| css1/ is meant to be a pristine copy of the CSS1 test suite. |
| |
| * css1/box_properties/float_elements_in_series.html: |
| - Revert changes to this test. Dave Hyatt points out |
| that although undocumented, this directory is meant |
| to contain a pristine copy of the CSS1 test suite. |
| It really should be documented and/or moved somewhere |
| special, but for now we'll just revert the changes. |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: added new inspector test to Skipped in Tiger for |
| its loader not reporting the resource size right. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40049 |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-06-02 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add Console API for retrieving memory stats |
| |
| Add 'console.memory' property which returns an object. Currently |
| it has two fields: totalJSHeapSize and usedJSHeapSize. Later, it can be |
| extended for reporting total browser's memory consumption. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39646 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| |
| 2010-06-02 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed, rolling out r60563. |
| http://trac.webkit.org/changeset/60563 |
| https://bugs.webkit.org/show_bug.cgi?id=39646 |
| |
| windows build failed |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: adding new inspector test into GTK's Skipped. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40049 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add test for resource parameters. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40026 |
| |
| * http/tests/inspector/inspector-test.js: |
| (onload): |
| (dumpObject): |
| (dumpArray): |
| * http/tests/inspector/resource-har-conversion-expected.txt: |
| * http/tests/inspector/resource-har-conversion.html: |
| * http/tests/inspector/resource-parameters-expected.txt: Added. |
| * http/tests/inspector/resource-parameters.html: Added. |
| * http/tests/inspector/resource-tests.js: Added. |
| (resourceURLComparer): |
| * http/tests/inspector/resources/resource-form-data-receiver-iframe.html: Copied from LayoutTests/fast/dom/Window/resources/blank.html. |
| * inspector/console-format-collections-expected.txt: |
| * inspector/console-format-expected.txt: |
| * inspector/console-log-before-inspector-open-expected.txt: |
| * inspector/console-tests-expected.txt: |
| * inspector/elements-panel-structure-expected.txt: |
| * inspector/elements-panel-styles-expected.txt: |
| * inspector/elements-panel-xhtml-structure-expected.txt: |
| * inspector/evaluate-in-frontend-expected.txt: |
| * inspector/styles-source-offsets-expected.txt: |
| * inspector/syntax-highlight-javascript-expected.txt: |
| * inspector/timeline-event-dispatch-expected.txt: |
| * inspector/timeline-layout-expected.txt: |
| * inspector/timeline-mark-timeline-expected.txt: |
| * inspector/timeline-network-resource-expected.txt: |
| * inspector/timeline-paint-expected.txt: |
| * inspector/timeline-parse-html-expected.txt: |
| * inspector/timeline-recalculate-styles-expected.txt: |
| * inspector/timeline-script-tag-1-expected.txt: |
| * inspector/timeline-script-tag-2-expected.txt: |
| * inspector/timeline-test.js: |
| (printTimelineRecordProperties): |
| * platform/chromium-win/inspector/console-log-before-inspector-open-expected.txt: Removed. |
| * platform/chromium-win/inspector/timeline-event-dispatch-expected.txt: |
| * platform/chromium-win/inspector/timeline-mark-timeline-expected.txt: |
| * platform/chromium-win/inspector/timeline-network-resource-expected.txt: |
| * platform/chromium-win/inspector/timeline-paint-expected.txt: |
| * platform/chromium-win/inspector/timeline-parse-html-expected.txt: |
| |
| 2010-06-02 Sergio Villar Senin <svillar@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] tests failing with leftover unload handlers |
| https://bugs.webkit.org/show_bug.cgi?id=30585 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-02 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Several layout tests needlessly use invalid HTML |
| https://bugs.webkit.org/show_bug.cgi?id=39985 |
| |
| This change does not change behavior or reduce test coverage. |
| It only makes our test suite more clear by making our non-parser |
| tests not bother to test parser quirks which are already covered |
| by our parsing test suites. |
| |
| Two invalid cases which are already tested by |
| the html5lib tests as well as others. |
| - Unclosed <title> swallowing the document is covered by |
| <!doctype html><title>foo/title><link></head><body>X |
| and other subtests in html5lib/resources/tests16.dat |
| Missing </title> is also covered by the (invalid) test: |
| fast/js/missing-title-end-tag-js.html |
| - Unclosed <tag swallowing the next tag is covered by: |
| fast/invalid/016.html. I suspect it's also covered by |
| various html5lib tests but proved difficult to grep for. |
| |
| * css1/box_properties/float_elements_in_series.html: |
| - Unclosed <td> tags swallow the following <img> tags. |
| This parser quirk is tested by the HTML5 tests and is an |
| intentional behavior change as part of HTML5. No need |
| for this test to depend on WebKit's old parser behavior. |
| * editing/selection/inactive-selection.html: |
| - Same as above. Here <div swallows the <script> tag. |
| * editing/selection/select-text-overflow-ellipsis.html: |
| - An unclosed <title> will swallow the whole document. |
| Intentional HTML5 change, tested by HTML5 test suite and |
| no need to depend on the old title behavior here. |
| * fast/dom/title-content-write-set.html: |
| - Again, no need to leave an unclosed title. |
| * fast/forms/select-set-inner.html: |
| - Unclosed <body swallows <p> |
| * fast/js/exception-linenums-in-html-2.html: |
| - Unclosed <title> swallows the document. |
| * html5lib/resources/webkit01.dat: |
| - Added a test for <img<img> to make sure it's covered. |
| |
| 2010-06-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector: Added test for contents of resource record and HAR conversion results. |
| Added generic object dumper to inspector-tests.js. |
| https://bugs.webkit.org/show_bug.cgi?id=30567 |
| |
| * http/tests/inspector/inspector-test.js: |
| (dumpObject): |
| * http/tests/inspector/resource-har-conversion-expected.txt: Added. |
| * http/tests/inspector/resource-har-conversion.html: Added. |
| * platform/gtk/Skipped: |
| |
| 2010-06-02 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTML5 parser does not track line numbers |
| https://bugs.webkit.org/show_bug.cgi?id=39984 |
| |
| Update our expectations to show the proper line numbers. |
| These new line numbers match what the old parser produces. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Remove Chromium-Mac expectation of mask-changes.html. The results |
| is now identical to platform/mac. |
| |
| * platform/chromium-mac/svg/custom/mask-changes-expected.checksum: Removed. |
| * platform/chromium-mac/svg/custom/mask-changes-expected.png: Removed. |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Update Windows and Linux results of empty-clip-path.html and |
| empty-mask.html for r60541. |
| |
| * platform/chromium-linux/svg/custom/empty-mask-expected.txt: Removed. |
| * platform/chromium-win/svg/custom/empty-clip-path-expected.txt: |
| * platform/chromium-win/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-02 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| [Qt] Image shadow doesn't work |
| https://bugs.webkit.org/show_bug.cgi?id=37804 |
| |
| Enable image shadow basic test and disable image shadow transparent test case, that failed |
| because of the Qt known issue on transparent image. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-02 Dirk Schulze <krit@webkit.org> |
| |
| Uneviewed. |
| |
| SVG repaintRect should be empty if content got clipped away |
| https://bugs.webkit.org/show_bug.cgi?id=39965 |
| |
| Baseline update for Qt. |
| |
| * platform/qt/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG repaintRect should be empty if content got clipped away |
| https://bugs.webkit.org/show_bug.cgi?id=39965 |
| |
| New repaintRect calculation causes updates of tests, where the content gets |
| clipped away. |
| |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60539. |
| http://trac.webkit.org/changeset/60539 |
| https://bugs.webkit.org/show_bug.cgi?id=40043 |
| |
| Accidentally added an unreviewed and invalid change to the |
| patch. (Requested by krit on #webkit). |
| |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG repaintRect should be empty if content got clipped away |
| https://bugs.webkit.org/show_bug.cgi?id=39965 |
| |
| New repaintRect calculation causes updates of tests, where the content gets |
| clipped away. |
| |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60530. |
| http://trac.webkit.org/changeset/60530 |
| https://bugs.webkit.org/show_bug.cgi?id=40041 |
| |
| resource-har-conversion failed on GTK (Requested by abarth on |
| #webkit). |
| |
| * http/tests/inspector/inspector-test.js: |
| * http/tests/inspector/resource-har-conversion-expected.txt: Removed. |
| * http/tests/inspector/resource-har-conversion.html: Removed. |
| |
| 2010-06-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Add Chromium-win Chromium-linux results for backslash-to-yen-sign*.html tests. |
| |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-dynamic-expected.checksum: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-dynamic-expected.png: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-dynamic-expected.txt: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-expected.checksum: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-expected.png: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-expected.txt: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-dynamic-expected.checksum: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-dynamic-expected.png: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-dynamic-expected.txt: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.checksum: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.png: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed. Update test expectations. |
| |
| * platform/chromium/test_expectations.txt: moving-shadow-on-path has been rebaselined. input-search-padding may or may not be flaky. |
| |
| 2010-06-01 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector: Added test for contents of resource record and HAR conversion results. |
| Added generic object dumper to inspector-tests.js. |
| https://bugs.webkit.org/show_bug.cgi?id=30567 |
| |
| * http/tests/inspector/inspector-test.js: |
| (dumpObject): |
| * http/tests/inspector/resource-har-conversion-expected.txt: Added. |
| * http/tests/inspector/resource-har-conversion.html: Added. |
| |
| 2010-06-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Update test expectations. |
| |
| - Mark input-search-padding.html flaky on Mac |
| - Remove function_arguments.html, styles-disable-then-enable.html, |
| notifications-replace.html and notifications-rtl.html. They pass recently. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Update the chromium baselines. |
| |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/chromium-linux/svg/css/group-with-shadow-expected.checksum: |
| * platform/chromium-linux/svg/css/group-with-shadow-expected.png: |
| * platform/chromium-linux/svg/css/stars-with-shadow-expected.checksum: |
| * platform/chromium-linux/svg/css/stars-with-shadow-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/chromium-mac/svg/css/stars-with-shadow-expected.checksum: |
| * platform/chromium-mac/svg/css/stars-with-shadow-expected.png: Removed. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added. |
| * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/chromium-win/svg/css/group-with-shadow-expected.checksum: |
| * platform/chromium-win/svg/css/group-with-shadow-expected.png: |
| * platform/chromium-win/svg/css/group-with-shadow-expected.txt: |
| * platform/chromium-win/svg/css/stars-with-shadow-expected.checksum: |
| * platform/chromium-win/svg/css/stars-with-shadow-expected.png: |
| * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 Alexey Proskuryakov <ap@apple.com> |
| |
| Fixes Gtk buildbot. Suggested by Gavin Barraclough. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40012 |
| Callable objects created via JavaScriptCore API cannot be used as Geolocation callbacks |
| |
| Disable subtests that check Math.abs - JS host objects are still InternalFunctions in |
| interpreter, so they behave differently from JIT. The bug tracks deciding what's the best |
| solution here. |
| |
| * fast/dom/Geolocation/argument-types-expected.txt: |
| * fast/dom/Geolocation/script-tests/argument-types.js: |
| |
| 2010-06-01 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Update expected results for r60503 |
| https://bugs.webkit.org/show_bug.cgi?id=38851 |
| |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.txt: |
| |
| 2010-06-01 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Update expected results after r60503. |
| |
| Reviewed by Laszlo Gombos. |
| |
| * platform/qt/fast/repaint/moving-shadow-on-path-expected.txt: |
| * platform/qt/svg/css/arrow-with-shadow-expected.txt: |
| * platform/qt/svg/css/stars-with-shadow-expected.txt: |
| |
| 2010-06-01 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Large SVG rect with shadow fails to render |
| https://bugs.webkit.org/show_bug.cgi?id=38851 |
| |
| Add new test covering that large shadow rects get renderered now. |
| Update test results that show slight differences, after fixing the |
| repaintRect calculations. |
| |
| * platform/mac-leopard/svg/css/composite-shadow-example-expected.checksum: |
| * platform/mac-leopard/svg/css/composite-shadow-example-expected.png: |
| * platform/mac-leopard/svg/css/composite-shadow-with-opacity-expected.checksum: |
| * platform/mac-leopard/svg/css/composite-shadow-with-opacity-expected.png: |
| * platform/mac-leopard/svg/css/group-with-shadow-expected.checksum: |
| * platform/mac-leopard/svg/css/group-with-shadow-expected.png: |
| * platform/mac/svg/css/arrow-with-shadow-expected.txt: |
| * platform/mac/svg/css/composite-shadow-example-expected.checksum: |
| * platform/mac/svg/css/composite-shadow-example-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/css/stars-with-shadow-expected.checksum: |
| * platform/mac/svg/css/stars-with-shadow-expected.png: |
| * platform/mac/svg/css/stars-with-shadow-expected.txt: |
| * platform/mac/svg/filters/shadow-on-rect-large-expected.checksum: Added. |
| * platform/mac/svg/filters/shadow-on-rect-large-expected.png: Added. |
| * platform/mac/svg/filters/shadow-on-rect-large-expected.txt: Added. |
| * svg/filters/shadow-on-rect-large.svg: Added. |
| |
| 2010-06-01 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Manipulating SVG element attributes in Javascript does not work as expected |
| https://bugs.webkit.org/show_bug.cgi?id=34328 |
| |
| Add test to verify that after removeAttribute viewBox is set to be empty. |
| |
| * platform/mac/svg/custom/use-modify-target-symbol-expected.txt: |
| * svg/custom/script-tests/svg-viewBox-dynamic.js: Added. |
| * svg/custom/svg-viewBox-dynamic-expected.txt: Added. |
| * svg/custom/svg-viewBox-dynamic.html: Added. |
| |
| 2010-06-01 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| storage/transaction-success-callback-isolated-world.html is being fixed. |
| https://bugs.webkit.org/show_bug.cgi?id=39145 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-12 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Get more mouse tests passing |
| https://bugs.webkit.org/show_bug.cgi?id=39040 |
| |
| Unskip tests that are now passing. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-01 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39434 |
| REGRESSION (r59811): Geolocation callbacks cannot be created |
| |
| * platform/mac/Skipped: All tests used to be disabled. Now only those that fal with an |
| assertion are. |
| |
| * platform/gtk/Skipped: Unskipped tests that we affected by this bug. |
| |
| * fast/dom/Geolocation/script-tests/error.js: The test checks what happens if resolving |
| position fails. So, it has to enable permission, and has to use an error code that actually |
| exists. |
| |
| * fast/dom/Geolocation/script-tests/maximum-age.js: Error code 1 is permission denied, |
| but permission is not denied in this test. Use an error code that agrees with reality. |
| |
| * fast/dom/Geolocation/script-tests/watch.js: Ditto. |
| |
| * fast/dom/Geolocation/script-tests/reentrant-error.js: The test checks what happens if |
| resolving position fails. So, it has to enable permission. |
| |
| 2010-06-01 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Double clicks cause three button press events |
| https://bugs.webkit.org/show_bug.cgi?id=38853 |
| |
| * platform/gtk/Skipped: Unskip passing tests. |
| * platform/gtk/editing/selection/5057506-2-expected.txt: Rebaseline this test, as it's correct now. |
| |
| 2010-06-01 Sergio Villar Senin <svillar@igalia.com> |
| |
| Unskipping tests. No review necessary. |
| |
| [GTK] unskip some editing tests that are actually working |
| https://bugs.webkit.org/show_bug.cgi?id=39999 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-01 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] css1/color_and_background/background_attachment.html fails on the 32-bit debug bot |
| https://bugs.webkit.org/show_bug.cgi?id=39101 |
| |
| The timing fix changed expected results for many tests, so regenerate |
| results for these tests. |
| |
| * platform/gtk/Skipped: Unskip tests that should be passing now. |
| * platform/gtk/css1/basic/class_as_selector-expected.txt: |
| * platform/gtk/css1/basic/comments-expected.txt: |
| * platform/gtk/css1/basic/containment-expected.txt: |
| * platform/gtk/css1/basic/id_as_selector-expected.txt: |
| * platform/gtk/css1/basic/inheritance-expected.txt: |
| * platform/gtk/css1/box_properties/acid_test-expected.txt: Removed. |
| * platform/gtk/css1/box_properties/border-expected.txt: |
| * platform/gtk/css1/box_properties/border_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_left-expected.txt: |
| * platform/gtk/css1/box_properties/border_left_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_right_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_right_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_style-expected.txt: |
| * platform/gtk/css1/box_properties/border_top-expected.txt: |
| * platform/gtk/css1/box_properties/border_top_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_width-expected.txt: |
| * platform/gtk/css1/box_properties/clear-expected.txt: |
| * platform/gtk/css1/box_properties/clear_float-expected.txt: |
| * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/gtk/css1/box_properties/float_margin-expected.txt: |
| * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt: |
| * platform/gtk/css1/box_properties/height-expected.txt: |
| * platform/gtk/css1/box_properties/margin-expected.txt: |
| * platform/gtk/css1/box_properties/margin_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/margin_inline-expected.txt: |
| * platform/gtk/css1/box_properties/margin_left-expected.txt: |
| * platform/gtk/css1/box_properties/margin_right-expected.txt: |
| * platform/gtk/css1/box_properties/margin_top-expected.txt: |
| * platform/gtk/css1/box_properties/padding-expected.txt: |
| * platform/gtk/css1/box_properties/padding_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/padding_inline-expected.txt: |
| * platform/gtk/css1/box_properties/padding_left-expected.txt: |
| * platform/gtk/css1/box_properties/padding_right-expected.txt: |
| * platform/gtk/css1/box_properties/padding_top-expected.txt: |
| * platform/gtk/css1/box_properties/width-expected.txt: |
| * platform/gtk/css1/cascade/cascade_order-expected.txt: |
| * platform/gtk/css1/classification/display-expected.txt: |
| * platform/gtk/css1/classification/list_style_type-expected.txt: |
| * platform/gtk/css1/classification/white_space-expected.txt: |
| * platform/gtk/css1/color_and_background/background-expected.txt: |
| * platform/gtk/css1/color_and_background/background_attachment-expected.txt: |
| * platform/gtk/css1/color_and_background/background_position-expected.txt: |
| * platform/gtk/css1/color_and_background/background_repeat-expected.txt: |
| * platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/gtk/css1/font_properties/font-expected.txt: |
| * platform/gtk/css1/font_properties/font_family-expected.txt: |
| * platform/gtk/css1/font_properties/font_size-expected.txt: |
| * platform/gtk/css1/font_properties/font_weight-expected.txt: |
| * platform/gtk/css1/formatting_model/floating_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/gtk/css1/formatting_model/horizontal_formatting-expected.txt: |
| * platform/gtk/css1/formatting_model/inline_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/gtk/css1/pseudo/anchor-expected.txt: |
| * platform/gtk/css1/pseudo/firstletter-expected.txt: |
| * platform/gtk/css1/pseudo/firstline-expected.txt: |
| * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/gtk/css1/text_properties/letter_spacing-expected.txt: |
| * platform/gtk/css1/text_properties/line_height-expected.txt: |
| * platform/gtk/css1/text_properties/text_decoration-expected.txt: |
| * platform/gtk/css1/text_properties/text_indent-expected.txt: |
| * platform/gtk/css1/text_properties/text_transform-expected.txt: |
| * platform/gtk/css1/text_properties/vertical_align-expected.txt: |
| * platform/gtk/css1/text_properties/word_spacing-expected.txt: |
| * platform/gtk/css1/units/color_units-expected.txt: |
| * platform/gtk/css1/units/length_units-expected.txt: |
| * platform/gtk/css1/units/percentage_units-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt: |
| * platform/gtk/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/gtk/fast/multicol/nested-columns-expected.txt: |
| * platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-tranformed-expected.txt: |
| * platform/gtk/fast/repaint/repaint-during-scroll-expected.txt: |
| * platform/gtk/fast/text/format-control-expected.txt: |
| |
| 2010-06-01 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: Chromium: rebaseline some svg tests. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| Testing the anti-aliasing effect of the spot light edge |
| https://bugs.webkit.org/show_bug.cgi?id=39477 |
| |
| * platform/gtk/Skipped: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added. |
| * platform/qt/Skipped: |
| * svg/W3C-SVG-1.1/filters-light-04-f.png: Added. |
| * svg/W3C-SVG-1.1/filters-light-04-f.svg: Added. |
| |
| 2010-05-31 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix default action for EndTagOpenState |
| https://bugs.webkit.org/show_bug.cgi?id=39982 |
| |
| Add a test for a bogus end tag to webkit01.dat and update expected |
| results now that we pass some more tests. |
| |
| Adding this test revealed a bug in resuming the bogus comment state. |
| I've left these broken expectations, but I'll fix the bug in a future |
| patch. (The bug existed prior to this patch, just not the test.) |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-05-31 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: land new Chromium baselines to unblock WebKit roll |
| |
| Bug 39980 - Add Chromium baselines for svg/filters/parent-children-with-same-filter |
| https://bugs.webkit.org/show_bug.cgi?id=39980 |
| |
| Add new baselines |
| |
| * platform/chromium-linux/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/chromium-linux/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| |
| 2010-05-31 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| REGRESSION(60409): window.onload never fires when using HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39981 |
| |
| Now that we can actually run the tests again we pass 6 more. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-05-31 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| REGRESSION (r58665): Infinite recursion in Position::getInlineBoxAndOffset() |
| https://bugs.webkit.org/show_bug.cgi?id=39946 |
| |
| * editing/selection/mixed-editability-12-expected.txt: Added. |
| * editing/selection/mixed-editability-12.html: Added. |
| |
| 2010-05-31 Leo Yang <leo.yang@torchmobile.com.cn> |
| |
| Reviewed by George Staikos. |
| |
| Fix canvas.toDataURL(type, quality, ...) to let it support quality parameter. |
| And implement it in Qt port. |
| https://bugs.webkit.org/show_bug.cgi?id=37304 |
| |
| * platform/qt/fast/canvas/toDataURL-jpeg-alpha-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-alpha.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-primarycolors-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-primarycolors.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-basic-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-basic.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-notnumber-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-notnumber.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-outsiderange-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-outsiderange.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg.js: Added. |
| |
| 2010-05-31 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| New Chromium Win+Linux baselines for background image resize layout tests. |
| https://bugs.webkit.org/show_bug.cgi?id=38686 |
| |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png: |
| * platform/chromium-linux/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.checksum: |
| * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.png: Removed. |
| * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.png: Removed. |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: |
| * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.checksum: |
| * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.png: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.png: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-31 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Implement retrieval of CSS stylesheets for source editing |
| https://bugs.webkit.org/show_bug.cgi?id=39833 |
| |
| * inspector/styles-source-offsets-expected.txt: Added. |
| * inspector/styles-source-offsets.html: Added. |
| |
| 2010-05-31 Steve Block <steveblock@google.com> |
| |
| Unreviewed, rolling out r60069. |
| http://trac.webkit.org/changeset/60069 |
| https://bugs.webkit.org/show_bug.cgi?id=39288 |
| |
| Roll out r60069 while the need for Geolocation::stop() is |
| investigated. |
| |
| * fast/dom/Geolocation/ongoing-request-leak-expected.txt: Removed. |
| * fast/dom/Geolocation/ongoing-request-leak.html: Removed. |
| * fast/dom/Geolocation/script-tests/ongoing-request-leak.js: Removed. |
| * platform/gtk/Skipped: |
| |
| 2010-05-31 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG Filter: Crash if parent and child elements use the same filter |
| https://bugs.webkit.org/show_bug.cgi?id=39536 |
| |
| Check, that parent and child nodes can take the same filter without |
| crashing webkit. |
| |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.txt: Added. |
| * svg/filters/parent-children-with-same-filter.svg: Added. |
| |
| 2010-05-31 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: update Chromium expectations for html5lib/runner.html |
| |
| Update the Chromium version of runner-expected.txt after r60430 |
| |
| * platform/chromium/html5lib/runner-expected.txt: |
| |
| 2010-05-31 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Accessibility tests shouldn't rely on crazy <title> parsing |
| https://bugs.webkit.org/show_bug.cgi?id=39940 |
| |
| We have a separate test for crazy <title> parsing already in |
| fast/tokenizer. Also, this patch makes these tests pass with the HTML5 |
| parser (and run in Firefox). |
| |
| * accessibility/image-link-inline-cont.html: |
| * accessibility/image-link.html: |
| * accessibility/inline-continuations.html: |
| |
| 2010-05-30 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: add failing test to Chromium test_expectations.txt |
| |
| WK rev. 60386 added storage/transaction-success-callback-isolated-world.html |
| which fails in Chromium on all platforms. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-30 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix LayoutTests/fast/parser/xml-declaration-missing-ending-mark.html in HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39939 |
| |
| Add some tests for the bogus comment state. |
| |
| * html5lib/resources/comments01.dat: |
| * html5lib/runner-expected.txt: |
| |
| 2010-05-30 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: rebaseline range-between-block-and-inline for Chromium. |
| |
| Add rebaselined test expectations for Chromium Win & Linux for |
| editing/selection/range-between-block-and-inline.html |
| |
| * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.checksum: Added. |
| * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png: Added. |
| * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.checksum: Added. |
| * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png: Added. |
| * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| |
| 2010-05-30 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: fix Chromium test expectations. |
| |
| Fix Chromium test expectations for html5lib/runner.html |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: Removed. |
| * platform/chromium-win/html5lib/runner-expected.txt: Removed. |
| * platform/chromium/html5lib/runner-expected.txt: Added. |
| * platform/chromium/html5lib/webkit-runner-expected.txt: Removed. |
| |
| 2010-05-30 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Enhance Qt DRT implementation to support platform scroll wheel events. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36004 |
| |
| Unskip: |
| |
| fast/events/remove-child-onscroll.html |
| fast/events/platform-wheelevent-in-scrolling-div.html |
| fast/events/continuous-platform-wheelevent-in-scrolling-div.html |
| |
| Add platform-specific results for Qt. Required because QWheelEvent only supports sending an event |
| for scrolling movement one axis at a time. Naturally the test's check for the axis the event does |
| not pertain to will 'fail' in such cases. So we get 6 lines of output in total, i.e.: |
| |
| FAIL event.wheelDeltaY should be -24000. Was 0. |
| PASS event.wheelDeltaX is window.expectedScrollLeft*-120 |
| PASS event.wheelDelta is window.expectedScrollLeft*-120 |
| |
| and then: |
| |
| PASS event.wheelDeltaY is window.expectedScrollTop*-120 |
| FAIL event.wheelDeltaX should be -12000. Was 0. |
| PASS event.wheelDelta is window.expectedScrollTop*-120 |
| |
| instead of just 3 like Mac: |
| |
| PASS event.wheelDeltaY is window.expectedScrollTop*-120 |
| PASS event.wheelDeltaX is window.expectedScrollLeft*-120 |
| PASS event.wheelDelta is window.expectedScrollTop*-120 |
| |
| |
| * platform/qt-linux/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Added. |
| * platform/qt-linux/fast/events/platform-wheelevent-in-scrolling-div-expected.txt: Added. |
| * platform/qt/Skipped: |
| |
| 2010-05-29 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Allow descendant frame navigation for file URLs when allowFileAccessFromFileURLs is false |
| https://bugs.webkit.org/show_bug.cgi?id=39750 |
| |
| Check that descendant file: frames can navigate each other. |
| |
| * fast/frames/location-change-no-file-access-expected.txt: Added. |
| * fast/frames/location-change-no-file-access.html: Added. |
| * fast/frames/resources/no-file-access-frame-1.html: Added. |
| * fast/frames/resources/no-file-access-frame-2.html: Added. |
| |
| 2010-05-28 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by Sam Weinig, Gavin Barraclough, Oliver Hunt. |
| |
| Simplified the host calling convention. |
| |
| Changed these results to expect to fail to stringify their exception |
| objects in the case of stack overflow. (Standardizing the calling |
| convention has implicitly added stack overflow checks to some places |
| where they used to be missing.) |
| |
| In a future patch, I plan to implement a more reliable way to stringify |
| exceptions without invoking a JS function. For now, though, it seems best |
| to match other test results, instead of silently overflowing the stack. |
| |
| * fast/js/global-recursion-on-full-stack-expected.txt: |
| * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: |
| |
| 2010-05-28 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [CHROMIUM] Chromium port should support image interpolation quality |
| https://bugs.webkit.org/show_bug.cgi?id=38686 |
| |
| * platform/chromium/test_expectations.txt: |
| Add failure expectations for resizing-based tests, so they can be |
| rebaselined by the bots. |
| |
| 2010-05-28 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Skip new test introduced in r60386, because of |
| missing layoutTestController.evaluateScriptInIsolatedWorld() |
| |
| * platform/qt/Skipped: storage/transaction-success-callback-isolated-world.html skipped. |
| |
| 2010-05-28 Eric Uhrhane <ericu@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Refactor DB layout tests so that they work in Web Workers as well as Pages. |
| This is a big set of ports, but there are still more to come. |
| In general, this is all just trivial changes. For each test file, I pull out the meat into a .js file [with no functional changes]. Then I include that from both the DOM test and a new worker test; in both cases, the .html files are trivial wrappers. All boilerplate code is pulled out into the resource files. |
| |
| In a couple of these tests, there were try/catch wrappers that suppressed errors. I don't see why you'd want to do that in a test; let's let those errors cause test failures, then fix them. I took out the wrappers and saw no difference in behavior. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34995 |
| |
| * fast/workers/storage/multiple-databases-garbage-collection-expected.txt: Added. |
| * fast/workers/storage/multiple-databases-garbage-collection.html: Added. |
| * fast/workers/storage/multiple-transactions-expected.txt: Added. |
| * fast/workers/storage/multiple-transactions.html: Added. |
| * fast/workers/storage/multiple-transactions-on-different-handles-expected.txt: Added. |
| * fast/workers/storage/multiple-transactions-on-different-handles.html: Added. |
| * fast/workers/storage/change-version-handle-reuse-worker.html: Pulled out even more boilerplate. |
| * fast/workers/storage/execute-sql-args-worker.html: Pulled out even more boilerplate. |
| * fast/workers/storage/resources/database-worker-controller: Here's where the boilerplate went. |
| * fast/workers/storage/resources/database-worker.js: |
| * storage/multiple-databases-garbage-collection.html: |
| * storage/multiple-databases-garbage-collection.js: Added. |
| * storage/multiple-transactions-on-different-handles.html: |
| * storage/multiple-transactions-on-different-handles.js: Added. |
| * storage/multiple-transactions.html: |
| * storage/multiple-transactions.js: Added. |
| * storage/hash-change-with-xhr-expected.txt: Trivial whitespace change. |
| * storage/hash-change-with-xhr.html: |
| * storage/hash-change-with-xhr.js: Added. |
| * storage/open-database-while-transaction-in-progress.html: |
| * storage/open-database-while-transaction-in-progress.js: Added. |
| * storage/read-and-write-transactions-dont-run-together.html: |
| * storage/read-and-write-transactions-dont-run-together.js: Added. |
| * storage/test-authorizer.html: |
| * storage/test-authorizer.js: Added. |
| I made a small common include for all the non-worker tests to remove a little boilerplate. |
| * storage/resources/database-common.js: Added. |
| These two tests had already been ported to workers; I updated them to use the common include file. |
| * storage/change-version-handle-reuse.html: |
| * storage/execute-sql-args.html: |
| * fast/workers/storage/open-database-while-transaction-in-progress-expected.txt: Added. |
| * fast/workers/storage/open-database-while-transaction-in-progress.html: Added. |
| * fast/workers/storage/read-and-write-transactions-dont-run-together-expected.txt: Added. |
| * fast/workers/storage/read-and-write-transactions-dont-run-together.html: Added. |
| * fast/workers/storage/test-authorizer-expected.txt: Added. |
| * fast/workers/storage/test-authorizer.html: Added. |
| |
| 2010-05-28 Eric Uhrhane <ericu@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| We don't test the async DB success callback in an isolated world. |
| https://bugs.webkit.org/show_bug.cgi?id=39849 |
| |
| This pretty much a copy of transaction-error-callback-isolated-world.html. |
| * storage/transaction-success-callback-isolated-world-expected.txt: Added. |
| * storage/transaction-success-callback-isolated-world.html: Added. |
| |
| 2010-05-28 Chang Shu <Chang.Shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Enable Philip's canvas tests on Qt and skip |
| the failed ones. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=20553 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Named entities in attributes aren't parsed correctly by HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39873 |
| |
| Add a test suite for parsing entities in attributes and update expected results. |
| |
| * html5lib/resources/entities02.dat: Added. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-05-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Handle edge cases in HTML5 entity parsing |
| https://bugs.webkit.org/show_bug.cgi?id=39823 |
| |
| Tests a bunch of the edge cases of entity handling in the HTML5 |
| specification. |
| |
| * html5lib/resources/entities01.dat: |
| * html5lib/runner-expected.txt: |
| |
| 2010-05-28 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: need to catch NSAccessibilityExceptions in DRT |
| https://bugs.webkit.org/show_bug.cgi?id=39881 |
| |
| * platform/mac/accessibility/unsupported-attribute-does-not-crash-expected.txt: Added. |
| * platform/mac/accessibility/unsupported-attribute-does-not-crash.html: Added. |
| |
| 2010-05-28 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed. Revert 60353 -- immature. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39646 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-05-28 Shu Chang <chang.shu@nokia.com> |
| |
| Unreviewed. |
| |
| Remove two junk files not supposed to be in. |
| |
| * canvas/philip/tests/.reportgen.html.swp: Removed. |
| * canvas/philip/tests/.reportgen.js.swp: Removed. |
| |
| 2010-05-28 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add Console API for retrieving memory stats |
| |
| Add 'console.memory' property which returns an object. Currently |
| it has two fields: totalHeapSize and usedHeapSize. Later, it can be |
| extended for reporting total browser's memory consumption. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39840 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-05-28 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Pass all web notification layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=39146 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-28 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| document.write does not work correctly in the HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39828 |
| |
| Add two tests for document.write behavior and update |
| our expected results to remove two parse errors now that |
| document.write is functioning correctly. |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-05-27 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| Cursor movement and text selection does not work well if a block is followed by an inline. |
| https://bugs.webkit.org/show_bug.cgi?id=32123 |
| |
| RenderInline::setSelectionState() missed selection state |
| propagation for ancestors. This fix pulled |
| RenderBlock::setSelectionState() up to RenderBoxModelObject, to |
| share it with RenderInline. |
| |
| * editing/selection/range-between-block-and-inline.html: Added. |
| * platform/mac/editing/selection/range-between-block-and-inline-expected.checksum: Added. |
| * platform/mac/editing/selection/range-between-block-and-inline-expected.png: Added. |
| * platform/mac/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| |
| 2010-05-27 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Reviewed by Tamura Kent. |
| |
| [Chromium] Update chromium test expectations for parseFloat & toNumber tests |
| https://bugs.webkit.org/show_bug.cgi?id=39861 |
| |
| Update expectation files. |
| |
| * platform/chromium/fast/js/ToNumber-expected.txt: |
| * platform/chromium/fast/js/parseFloat-expected.txt: |
| |
| 2010-05-26 Darin Adler <darin@apple.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Null characters handled incorrectly in ToNumber conversion |
| https://bugs.webkit.org/show_bug.cgi?id=38088 |
| |
| * fast/js/ToNumber-expected.txt: Updated for new tests and to |
| expect PASS for two null character tests. |
| * fast/js/ToNumber.js: Added more test cases. |
| * fast/js/parseFloat-expected.txt: Updated for new test case. |
| * fast/js/script-tests/parseFloat.js: Added a test case. |
| |
| 2010-05-27 Julie Parent <jparent@chromium.org> |
| |
| Unreviewed. |
| |
| Update Chromium expectations for runner.html after r60278. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| |
| 2010-05-27 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Adam Roben. |
| |
| [Qt] REGRESSION(r60258): It broke 10 tests. |
| https://bugs.webkit.org/show_bug.cgi?id=39819 |
| |
| Remove tests from the skipped list. |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-27 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39852 |
| [Qt] fast/encoding/yentest.html fails |
| |
| * platform/Qt/Skipped: Disabling the new tests for backslash transcoding. |
| |
| 2010-05-27 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39606 |
| Land tests for <rdar://problem/3277733>: \ in JavaScript mishandled when encoding is Japanese |
| |
| * fast/encoding/resources/yentestexternal.js: Added. |
| * fast/encoding/resources/yentestexternal2.js: Added. |
| * fast/encoding/yentest-expected.txt: Added. |
| * fast/encoding/yentest.html: Added. |
| * fast/encoding/yentest2-expected.txt: Added. |
| * fast/encoding/yentest2.html: Added. |
| |
| 2010-05-27 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Mark some SVG tests as flaky on Windows |
| https://bugs.webkit.org/show_bug.cgi?id=39790 |
| |
| The following SVG tests have been failing intermittently on the |
| chromium console for the past 2+ days. |
| - svg/clip-path/clip-path-childs-clipped.svg |
| - svg/clip-path/clip-path-evenodd-nonzero.svg |
| - svg/clip-path/clip-path-text-and-shape.svg |
| - svg/text/text-text-04-t.svg |
| - svg/text/text-text-05-t.svg |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-26 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Steve Block. |
| |
| Clean up IndexedDB layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=39748 |
| |
| Split basics.js into a common library plus 2 other tests. This |
| will make it easier to ensure good test coverage as we go forward |
| without too much cut and paste coding. For the most part, each |
| IndexedDB idl file should have its own test in the future (at a |
| minimum). |
| |
| Also switching the 'description' portion of the test expectation |
| to reflect the build fix from last night (which breaks the feature). |
| |
| * storage/indexeddb/basics-expected.txt: Removed. |
| * storage/indexeddb/basics.html: Removed. |
| * storage/indexeddb/idb-database-request-expected.txt: Added. |
| * storage/indexeddb/idb-database-request.html: Added. |
| * storage/indexeddb/indexed-database-request-expected.txt: Added. |
| * storage/indexeddb/indexed-database-request.html: Added. |
| * storage/indexeddb/resources/shared.js: Added. |
| (init): |
| (done): |
| (verifyEventCommon): |
| (verifyErrorEvent): |
| (verifySuccessEvent): |
| (verifyResult): |
| (unexpectedErrorCallback): |
| * storage/indexeddb/script-tests/TEMPLATE.html: |
| * storage/indexeddb/script-tests/basics.js: Removed. |
| * storage/indexeddb/script-tests/idb-database-request.js: Added. |
| (openSuccess): |
| (test): |
| * storage/indexeddb/script-tests/indexed-database-request.js: Added. |
| (openCallback): |
| (test): |
| |
| 2010-05-27 Jedrzej Nowacki <jedrzej.nowacki@nokia.com> |
| |
| Reviewed by Brady Eidson. |
| |
| New Layout test for the history.pushState function. |
| |
| The test checks if history.length property is correct after |
| a few pushState calls. |
| |
| history.pushState doesn't work for the first page in a window. |
| https://bugs.webkit.org/show_bug.cgi?id=39418 |
| |
| * fast/loader/stateobjects/pushstate-without-history-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-without-history.html: Added. |
| |
| 2010-05-27 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement lazy clearing of renderbuffers |
| https://bugs.webkit.org/show_bug.cgi?id=36248 |
| |
| * fast/canvas/webgl/renderbuffer-initialization-expected.txt: Added. |
| * fast/canvas/webgl/renderbuffer-initialization.html: Added. |
| |
| 2010-05-27 Hans Wennborg <hans@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Increase limit on number of (i)frames from 200 to 1000. |
| https://bugs.webkit.org/show_bug.cgi?id=39427 |
| |
| Add layout tests that test the possibility of generating 1000 iframes. |
| |
| * compositing/iframes/lots-of-iframes-expected.txt: Added. |
| * compositing/iframes/lots-of-iframes.html: Added. |
| * compositing/iframes/lots-of-objects-expected.txt: Added. |
| * compositing/iframes/lots-of-objects.html: Added. |
| |
| 2010-05-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. Add failing tests to the Skipped list temporarily. |
| |
| [Qt] REGRESSION(r60258): It broke 10 tests. |
| https://bugs.webkit.org/show_bug.cgi?id=39819 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-27 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add <pre>/<listing> hack to HTML5Lexer to fix the last remaining HTML5 test suite regressions |
| https://bugs.webkit.org/show_bug.cgi?id=39818 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-05-27 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Remove custom webkit runner and update normal runner with our nifty |
| goodness. |
| |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| * html5lib/webkit-runner-expected-html5.txt: Removed. |
| * html5lib/webkit-runner-expected.txt: Removed. |
| * html5lib/webkit-runner.html: Removed. |
| |
| 2010-05-26 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Update our expectations now that we're handling external scripts. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| |
| 2010-05-26 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, skipping new test on gtk. |
| |
| [gtk] skip editing/input/scroll-viewport-page-up-down.html because of missing eventSender methods |
| https://bugs.webkit.org/show_bug.cgi?id=39808 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-05-26 Zelidrag Hornung <zelidrag@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Fixed frame page up/down scrolling calculation. Made sure that the |
| cursor moves with page up/down event. Please note that now for mac |
| editing behavior we will scroll the content to center the cursor on |
| page up/down while other platforms will align the cursor with the top of |
| displayed frame. |
| https://bugs.webkit.org/show_bug.cgi?id=38213 |
| |
| * editing/input/option-page-up-down-expected.txt: Fixed page scroll calculation. Now scroll height is calculated only from the visible portion not the entire frame height. |
| * editing/input/option-page-up-down.html: Ditto. |
| * editing/input/scroll-viewport-page-up-down-expected.txt: Scrolling test of contenteditable iframe and div. |
| * editing/input/scroll-viewport-page-up-down.html: Ditto. |
| * editing/resources/contenteditable-iframe-fixed-size-src.html: Resource for the scrolling test above. |
| * platform/mac/editing/selection/25228.html: Change the test to have the cursor on the right edge of the screen. The original test |
| wasn't testing the behavior anymore. |
| |
| 2010-05-26 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix webkit01.dat resumer tests in HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39796 |
| |
| Update expectations to show massive passage. |
| |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-05-26 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Make HTML5 lexer not ASSERT when resuming partial parses |
| https://bugs.webkit.org/show_bug.cgi?id=39755 |
| |
| Add a test suite for partial parsing. This test runs all our parsing |
| test cases, but stops and starts the parser at every character in the |
| parse stream to make sure we resume parsing properly. Currently, a |
| bunch of the test cases are commented out, but I'll comment them back |
| in as I get them running. |
| |
| * html5lib/webkit-resumer-expected-html5.txt: Added. |
| * html5lib/webkit-resumer-expected.txt: Added. |
| * html5lib/webkit-resumer.html: Added. |
| |
| 2010-05-26 Alexey Proskuryakov <ap@apple.com> |
| |
| Make the test pass on chromium by weakening expectations. It's probably a chromium bug, but |
| the test only practically checks that the height is non-zero, so chromium's 198 is fine |
| for now. |
| |
| * fast/css/custom-font-xheight.html: |
| |
| 2010-05-26 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39682 |
| <rdar://problem/8026774> REGRESSION: WebKit nightly adding insane height to div at random |
| |
| Without the fix, the height is usually zero, but could also be huge, depending on uninialized |
| memory contents. |
| |
| * fast/css/custom-font-xheight-expected.txt: Added. |
| * fast/css/custom-font-xheight.html: Added. |
| * platform/mac-tiger/Skipped: |
| |
| 2010-05-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed fix, Qt specific expected file updated after r60235. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: updated. |
| |
| 2010-05-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] media/media-can-play-ogg.html crashes intermittently on the bot |
| https://bugs.webkit.org/show_bug.cgi?id=39481 |
| |
| * platform/qt/Skipped: the culprit media/audio-only-video-intrinsic-size.html skipped until fix. |
| |
| 2010-05-26 Jessie Berlin <jberlin@webkit.org> |
| |
| Reviewed by Pavel Feldman |
| |
| Bug 31296 - Web Inspector: Should support console.groupCollapsed |
| https://bugs.webkit.org/show_bug.cgi?id=31296 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| Update results to take into account added groupCollapsed function. |
| |
| * inspector/console-tests-expected.txt: |
| * inspector/console-tests.html: |
| Add test for groupCollapsed and its results. |
| |
| 2010-05-26 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add results for svg/hixie/links/003-broken.xml for mac-leopard. All SVG tests pass with --tolerance 0 again for me on Leopard. |
| |
| * platform/mac-leopard/svg/hixie/links/003-broken-expected.checksum: Added. |
| * platform/mac-leopard/svg/hixie/links/003-broken-expected.png: Added. |
| |
| 2010-05-26 yael aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Support the labels attribute in labelable form controls |
| https://bugs.webkit.org/show_bug.cgi?id=38713 |
| |
| Update result for HTMLSelectElement, since it now includes the new attribute "labels" |
| * fast/dom/domListEnumeration-expected.txt: |
| * fast/dom/script-tests/domListEnumeration.js: |
| |
| * fast/forms/labels-add-htmlFor-label-expected.txt: Added. |
| * fast/forms/labels-add-htmlFor-label.html: Added. |
| * fast/forms/labels-add-parent-label-expected.txt: Added. |
| * fast/forms/labels-add-parent-label.html: Added. |
| * fast/forms/labels-change-htmlFor-attribute-expected.txt: Added. |
| * fast/forms/labels-change-htmlFor-attribute.html: Added. |
| * fast/forms/labels-item-index-expected.txt: Added. |
| * fast/forms/labels-item-index.html: Added. |
| * fast/forms/labels-remove-htmlFor-attribute-expected.txt: Added. |
| * fast/forms/labels-remove-htmlFor-attribute.html: Added. |
| * fast/forms/labels-remove-htmlFor-label-expected.txt: Added. |
| * fast/forms/labels-remove-htmlFor-label.html: Added. |
| * fast/forms/labels-remove-parent-label-expected.txt: Added. |
| * fast/forms/labels-remove-parent-label.html: Added. |
| * fast/forms/labels-set-htmlFor-attribute-expected.txt: Added. |
| * fast/forms/labels-set-htmlFor-attribute.html: Added. |
| * fast/forms/script-tests/labels-add-htmlFor-label.js: Added. |
| * fast/forms/script-tests/labels-add-parent-label.js: Added. |
| * fast/forms/script-tests/labels-change-htmlFor-attribute.js: Added. |
| * fast/forms/script-tests/labels-item-index.js: Added. |
| * fast/forms/script-tests/labels-remove-htmlFor-attribute.js: Added. |
| * fast/forms/script-tests/labels-remove-htmlFor-label.js: Added. |
| * fast/forms/script-tests/labels-remove-parent-label.js: Added. |
| * fast/forms/script-tests/labels-set-htmlFor-attribute.js: Added. |
| |
| 2010-05-24 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Steve Block. |
| |
| Flesh out IDBDatabase |
| https://bugs.webkit.org/show_bug.cgi?id=39602 |
| |
| Update the test expectations now that this succeeds. |
| |
| * storage/indexeddb/basics-expected.txt: |
| |
| 2010-05-26 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Expose CSS rule body start/end offsets in the parent stylesheet |
| https://bugs.webkit.org/show_bug.cgi?id=38906 |
| |
| * inspector/resources/styles-source-offsets.css: Added. |
| (body): |
| (/* comment before selector */body.main1/* comment after selector */): |
| (body.main2): |
| * inspector/styles-source-offsets-expected.txt: Added. |
| * inspector/styles-source-offsets.html: Added. |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, adding chromium-mac results. They differ from |
| mac-leopard results because of scollbars. |
| |
| [chromium] add layout test results for mac for fast/multicol/span tests |
| https://bugs.webkit.org/show_bug.cgi?id=39709 |
| |
| * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, just adding chromium and mac-leopard results. |
| |
| add chromium layout test results for fast/multicol/span tests added in r60201 |
| https://bugs.webkit.org/show_bug.cgi?id=39707 |
| |
| * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.txt: Added. |
| * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed, pixel expectations change only. |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| This is the first 200 diffs from css1/ and css2.1/. |
| |
| * platform/mac-leopard/css1/basic: Added. |
| * platform/mac-leopard/css1/basic/class_as_selector-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/class_as_selector-expected.checksum. |
| * platform/mac-leopard/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/mac/css1/basic/class_as_selector-expected.png. |
| * platform/mac-leopard/css1/basic/comments-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/comments-expected.checksum. |
| * platform/mac-leopard/css1/basic/comments-expected.png: Copied from LayoutTests/platform/mac/css1/basic/comments-expected.png. |
| * platform/mac-leopard/css1/basic/containment-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/containment-expected.checksum. |
| * platform/mac-leopard/css1/basic/containment-expected.png: Copied from LayoutTests/platform/mac/css1/basic/containment-expected.png. |
| * platform/mac-leopard/css1/basic/contextual_selectors-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.checksum. |
| * platform/mac-leopard/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.png. |
| * platform/mac-leopard/css1/basic/grouping-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/grouping-expected.checksum. |
| * platform/mac-leopard/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/mac/css1/basic/grouping-expected.png. |
| * platform/mac-leopard/css1/basic/id_as_selector-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/id_as_selector-expected.checksum. |
| * platform/mac-leopard/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/mac/css1/basic/id_as_selector-expected.png. |
| * platform/mac-leopard/css1/basic/inheritance-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/inheritance-expected.checksum. |
| * platform/mac-leopard/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/mac/css1/basic/inheritance-expected.png. |
| * platform/mac-leopard/css1/box_properties: Added. |
| * platform/mac-leopard/css1/box_properties/border-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_bottom_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_bottom_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_bottom_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_bottom_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_color-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_color-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_color-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_color_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_color_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_left_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_left_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_left_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_left_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_right_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_right_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_right_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_right_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_style-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_style-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_style_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_style_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_top_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_top_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_top_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_top_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_width-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/clear-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/clear-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/clear-expected.png. |
| * platform/mac-leopard/css1/box_properties/clear_float-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/clear_float-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/clear_float-expected.png. |
| * platform/mac-leopard/css1/box_properties/float-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float-expected.png. |
| * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.png. |
| * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.png. |
| * platform/mac-leopard/css1/box_properties/height-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/height-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/height-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.png. |
| * platform/mac-leopard/css1/cascade: Added. |
| * platform/mac-leopard/css1/cascade/cascade_order-expected.checksum: Copied from LayoutTests/platform/mac/css1/cascade/cascade_order-expected.checksum. |
| * platform/mac-leopard/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/mac/css1/cascade/cascade_order-expected.png. |
| * platform/mac-leopard/css1/cascade/important-expected.checksum: Copied from LayoutTests/platform/mac/css1/cascade/important-expected.checksum. |
| * platform/mac-leopard/css1/cascade/important-expected.png: Copied from LayoutTests/platform/mac/css1/cascade/important-expected.png. |
| * platform/mac-leopard/css1/classification: Added. |
| * platform/mac-leopard/css1/classification/display-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/display-expected.checksum. |
| * platform/mac-leopard/css1/classification/display-expected.png: Copied from LayoutTests/platform/mac/css1/classification/display-expected.png. |
| * platform/mac-leopard/css1/classification/list_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style-expected.png. |
| * platform/mac-leopard/css1/classification/list_style_image-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_image-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_image-expected.png. |
| * platform/mac-leopard/css1/classification/list_style_position-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_position-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_position-expected.png. |
| * platform/mac-leopard/css1/classification/list_style_type-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_type-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_type-expected.png. |
| * platform/mac-leopard/css1/classification/white_space-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/white_space-expected.checksum. |
| * platform/mac-leopard/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/mac/css1/classification/white_space-expected.png. |
| * platform/mac-leopard/css1/color_and_background: Added. |
| * platform/mac-leopard/css1/color_and_background/background-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_attachment-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_attachment-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_color-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_color-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_color-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_color-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_image-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_image-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_image-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_image-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_position-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_position-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_position-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_position-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_repeat-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_repeat-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.png. |
| * platform/mac-leopard/css1/color_and_background/color-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/color-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/color-expected.png. |
| * platform/mac-leopard/css1/font_properties: Added. |
| * platform/mac-leopard/css1/font_properties/font-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font-expected.png. |
| * platform/mac-leopard/css1/font_properties/font_size-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_size-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_size-expected.png. |
| * platform/mac-leopard/css1/font_properties/font_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_style-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_style-expected.png. |
| * platform/mac-leopard/css1/font_properties/font_weight-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_weight-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_weight-expected.png. |
| * platform/mac-leopard/css1/formatting_model: Added. |
| * platform/mac-leopard/css1/formatting_model/canvas-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/canvas-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/canvas-expected.png. |
| * platform/mac-leopard/css1/formatting_model/floating_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.png. |
| * platform/mac-leopard/css1/formatting_model/height_of_lines-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/height_of_lines-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.png. |
| * platform/mac-leopard/css1/formatting_model/horizontal_formatting-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/horizontal_formatting-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/horizontal_formatting-expected.png. |
| * platform/mac-leopard/css1/formatting_model/inline_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.png. |
| * platform/mac-leopard/css1/formatting_model/replaced_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.png. |
| * platform/mac-leopard/css1/formatting_model/vertical_formatting-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.png. |
| * platform/mac-leopard/css1/pseudo: Added. |
| * platform/mac-leopard/css1/pseudo/anchor-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/anchor-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/anchor-expected.png. |
| * platform/mac-leopard/css1/pseudo/firstletter-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/firstletter-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/firstletter-expected.png. |
| * platform/mac-leopard/css1/pseudo/firstline-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/firstline-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/firstline-expected.png. |
| * platform/mac-leopard/css1/pseudo/multiple_pseudo_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png. |
| * platform/mac-leopard/css1/pseudo/pseudo_elements_in_selectors-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/pseudo_elements_in_selectors-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png. |
| * platform/mac-leopard/css1/text_properties/letter_spacing-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.png. |
| * platform/mac-leopard/css1/text_properties/line_height-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/line_height-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/line_height-expected.png. |
| * platform/mac-leopard/css1/text_properties/text_align-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_align-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_align-expected.png. |
| * platform/mac-leopard/css1/text_properties/text_decoration-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.png. |
| * platform/mac-leopard/css1/text_properties/text_indent-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_indent-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_indent-expected.png. |
| * platform/mac-leopard/css1/text_properties/vertical_align-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.png. |
| * platform/mac-leopard/css1/text_properties/word_spacing-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.png. |
| * platform/mac-leopard/css1/units: Added. |
| * platform/mac-leopard/css1/units/color_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/color_units-expected.checksum. |
| * platform/mac-leopard/css1/units/color_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/color_units-expected.png. |
| * platform/mac-leopard/css1/units/length_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/length_units-expected.checksum. |
| * platform/mac-leopard/css1/units/length_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/length_units-expected.png. |
| * platform/mac-leopard/css1/units/percentage_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/percentage_units-expected.checksum. |
| * platform/mac-leopard/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/percentage_units-expected.png. |
| * platform/mac-leopard/css1/units/urls-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/urls-expected.checksum. |
| * platform/mac-leopard/css1/units/urls-expected.png: Copied from LayoutTests/platform/mac/css1/units/urls-expected.png. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-01-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-01-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-01-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-01-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-02-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-02-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-03-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-03-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-03-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-03-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-04-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-04-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-04-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-04-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-05-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-05-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-05-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-05-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-06-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-06-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-06-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-06-f-expected.png. |
| * platform/mac-leopard/css2.1/t0505-c16-descendant-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-00-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0505-c16-descendant-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-00-e-expected.png. |
| * platform/mac-leopard/css2.1/t0505-c16-descendant-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-01-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0505-c16-descendant-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png. |
| * platform/mac-leopard/css2.1/t0505-c16-descendant-02-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-02-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0505-c16-descendant-02-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-02-e-expected.png. |
| * platform/mac-leopard/css2.1/t0509-c15-ids-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-00-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0509-c15-ids-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-00-a-expected.png. |
| * platform/mac-leopard/css2.1/t0509-c15-ids-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-01-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0509-c15-ids-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-01-e-expected.png. |
| * platform/mac-leopard/css2.1/t0509-id-sel-syntax-01-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0509-id-sel-syntax-01-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.png. |
| * platform/mac-leopard/css2.1/t0509-id-sel-syntax-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0509-id-sel-syntax-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.png. |
| * platform/mac-leopard/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum. |
| * platform/mac-leopard/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.png. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.png. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-02-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.png. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0511-c21-pseud-link-03-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.png. |
| * platform/mac-leopard/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.png. |
| * platform/mac-leopard/css2.1/t0602-c13-inheritance-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t0602-c13-inheritance-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.png. |
| * platform/mac-leopard/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum. |
| * platform/mac-leopard/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.png. |
| * platform/mac-leopard/css2.1/t0603-c11-import-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0603-c11-import-00-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0603-c11-import-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0603-c11-import-00-b-expected.png. |
| * platform/mac-leopard/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5507-padn-r-03-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-01-e-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.png. |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-02-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0804-c5510-padn-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-02-f-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.png. |
| * platform/mac-leopard/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum. |
| * platform/mac-leopard/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png. |
| * platform/mac-leopard/css2.1/t09-c5526c-display-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum. |
| * platform/mac-leopard/css2.1/t09-c5526c-display-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.png. |
| * platform/mac/css1/basic/class_as_selector-expected.checksum: Replaced. |
| * platform/mac/css1/basic/class_as_selector-expected.png: Replaced. |
| * platform/mac/css1/basic/comments-expected.checksum: Replaced. |
| * platform/mac/css1/basic/comments-expected.png: Replaced. |
| * platform/mac/css1/basic/containment-expected.checksum: Replaced. |
| * platform/mac/css1/basic/containment-expected.png: Replaced. |
| * platform/mac/css1/basic/contextual_selectors-expected.checksum: Replaced. |
| * platform/mac/css1/basic/contextual_selectors-expected.png: Replaced. |
| * platform/mac/css1/basic/grouping-expected.checksum: Replaced. |
| * platform/mac/css1/basic/grouping-expected.png: Replaced. |
| * platform/mac/css1/basic/id_as_selector-expected.checksum: Replaced. |
| * platform/mac/css1/basic/id_as_selector-expected.png: Replaced. |
| * platform/mac/css1/basic/inheritance-expected.checksum: Replaced. |
| * platform/mac/css1/basic/inheritance-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_color-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_color-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_color_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_color_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_style-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_style-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_style_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_style_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/clear-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/clear-expected.png: Replaced. |
| * platform/mac/css1/box_properties/clear_float-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/clear_float-expected.png: Replaced. |
| * platform/mac/css1/box_properties/float-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/float-expected.png: Replaced. |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.png: Replaced. |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.png: Replaced. |
| * platform/mac/css1/box_properties/height-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/height-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_left-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_left-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_left_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_left_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_right-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_right-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_right_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_right_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_top-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_top-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_top_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_top_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_left-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_left-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_left_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_left_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_right-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_right-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_right_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_right_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_top-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_top-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_top_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_top_inline-expected.png: Replaced. |
| * platform/mac/css1/cascade/cascade_order-expected.checksum: Replaced. |
| * platform/mac/css1/cascade/cascade_order-expected.png: Replaced. |
| * platform/mac/css1/cascade/important-expected.checksum: Replaced. |
| * platform/mac/css1/cascade/important-expected.png: Replaced. |
| * platform/mac/css1/classification/display-expected.checksum: Replaced. |
| * platform/mac/css1/classification/display-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style_image-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style_image-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style_position-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style_position-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style_type-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style_type-expected.png: Replaced. |
| * platform/mac/css1/classification/white_space-expected.checksum: Replaced. |
| * platform/mac/css1/classification/white_space-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_attachment-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_attachment-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_color-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_color-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_image-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_image-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_position-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_position-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_repeat-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_repeat-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/color-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/color-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font_size-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font_size-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font_style-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font_style-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font_weight-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font_weight-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/canvas-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/canvas-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/floating_elements-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/floating_elements-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/height_of_lines-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/height_of_lines-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/horizontal_formatting-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/horizontal_formatting-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/inline_elements-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/inline_elements-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/replaced_elements-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/replaced_elements-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/vertical_formatting-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/vertical_formatting-expected.png: Replaced. |
| * platform/mac/css1/pseudo/anchor-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/anchor-expected.png: Replaced. |
| * platform/mac/css1/pseudo/firstletter-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/firstletter-expected.png: Replaced. |
| * platform/mac/css1/pseudo/firstline-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/firstline-expected.png: Replaced. |
| * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png: Replaced. |
| * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png: Replaced. |
| * platform/mac/css1/text_properties/letter_spacing-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/letter_spacing-expected.png: Replaced. |
| * platform/mac/css1/text_properties/line_height-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/line_height-expected.png: Replaced. |
| * platform/mac/css1/text_properties/text_align-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/text_align-expected.png: Replaced. |
| * platform/mac/css1/text_properties/text_decoration-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/text_decoration-expected.png: Replaced. |
| * platform/mac/css1/text_properties/text_indent-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/text_indent-expected.png: Replaced. |
| * platform/mac/css1/text_properties/vertical_align-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/vertical_align-expected.png: Replaced. |
| * platform/mac/css1/text_properties/word_spacing-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/word_spacing-expected.png: Replaced. |
| * platform/mac/css1/units/color_units-expected.checksum: Replaced. |
| * platform/mac/css1/units/color_units-expected.png: Replaced. |
| * platform/mac/css1/units/length_units-expected.checksum: Replaced. |
| * platform/mac/css1/units/length_units-expected.png: Replaced. |
| * platform/mac/css1/units/percentage_units-expected.checksum: Replaced. |
| * platform/mac/css1/units/percentage_units-expected.png: Replaced. |
| * platform/mac/css1/units/urls-expected.checksum: Replaced. |
| * platform/mac/css1/units/urls-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-01-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-01-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-03-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-03-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-04-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-04-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-05-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-05-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-06-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-06-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-02-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-02-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-00-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-00-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-01-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-01-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Replaced. |
| * platform/mac/css2.1/t0603-c11-import-00-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0603-c11-import-00-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Replaced. |
| * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Replaced. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed pixel expectations change |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| Moves leopard-specific pixel test expectations for tests in tables/mozilla to |
| platform/mac-leopard and adds new snow leopard expectations to platform/mac. |
| This is the second batch (after 60185) of of updates for pixel diffs <0.1% |
| in the LayoutTests/tables/ directory. |
| |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_width_rel-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_col_width_rel-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border_none-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border_none-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_frame_void-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_frame_void-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_groups-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_none-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_none-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_px-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_height-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_height-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_class-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_class-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_id-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_id-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_style-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_style-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/other: Added. |
| * platform/mac-leopard/tables/mozilla/other/cell_widths-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/cell_widths-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/cellspacing-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/cellspacing-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/cellspacing-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/cellspacing-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/nested2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/nested2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/nestedTables-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/nestedTables-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/padding-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/padding-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/padding-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/padding-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/test3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/test3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/test3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/test3-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/test6-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/test6-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/test6-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/test6-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-18-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/backgrounds-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/col_span2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/col_span2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/columns-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/columns-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/conflicts-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/conflicts-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other/empty_cells-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other/empty_cells-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other/test4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.png. |
| * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_height-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_height-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_class-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_id-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_style-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/cell_widths-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/cell_widths-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/cellspacing-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/cellspacing-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/nested2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/nested2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/nestedTables-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/nestedTables-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/padding-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/padding-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/test3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/test3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/test6-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/test6-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/columns-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/test4-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png: Replaced. |
| |
| 2010-05-25 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Re-commit r58765 - it had been rolled out to see if it was causing |
| a perf regression (in r59787 and r59789), but that does not seem to |
| have been the case. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39605 |
| |
| * fast/notifications/notifications-replace-expected.txt: Added. |
| * fast/notifications/notifications-replace.html: Added. |
| * fast/notifications/notifications-rtl-expected.txt: Added. |
| * fast/notifications/notifications-rtl.html: Added. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| Add leopard baselines for one test I missed. |
| |
| * platform/mac-leopard/tables/mozilla/bugs/bug8411-expected.checksum: Added. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8411-expected.png: Added. |
| |
| 2010-05-25 Jer Noble <jer.noble@apple.com> |
| |
| Reviewed by Adam Roben. |
| |
| Full screen doesn't work for video elements |
| https://bugs.webkit.org/show_bug.cgi?id=39557 |
| rdar://problem/8011813 |
| |
| Re-enabled fullscreen support on windows, and modified tests to match. |
| |
| * platform/win/media/controls-after-reload-expected.txt: |
| * platform/win/media/controls-drag-timebar-expected.txt: |
| * platform/win/media/controls-strict-expected.txt: |
| * platform/win/media/controls-styling-expected.txt: |
| * platform/win/media/video-controls-rendering-expected.txt: |
| * platform/win/media/video-display-toggle-expected.txt: |
| * platform/win/media/video-no-audio-expected.txt: |
| |
| 2010-05-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=18595 |
| REGRESSION (r20766): Setting display:none on an iframe causes the ownerDocument to freeze |
| |
| * fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html: |
| * fast/events/autoscroll-with-non-scrollable-parent.html: |
| Fixed a typo in tests that I used as copy/paste inspiration. It isn't significant here, |
| because frame's left and top offsets are equal. |
| |
| * fast/events/frame-detached-in-mousedown-expected.txt: Added. |
| * fast/events/frame-detached-in-mousedown.html: Added. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Pixel expectations change only |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| Adds snow leopard specific baselines for tables/mozilla and moves the current |
| leopard-specific baselines to platform/mac-leopard. |
| |
| * platform/mac-leopard/tables: Added. |
| * platform/mac-leopard/tables/mozilla: Added. |
| * platform/mac-leopard/tables/mozilla/bugs: Added. |
| * platform/mac-leopard/tables/mozilla/bugs/bug10296-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug10296-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1055-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1055-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug106816-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug106816-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug113235-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug113235-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug11944-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug11944-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug11944-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug11944-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug119786-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug119786-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug131020-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug131020-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13118-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13118-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13196-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13196-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13196-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13196-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug133756-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug133756-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug133756-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug133756-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug139524-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug139524-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14159-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14159-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14159-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14159-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug15247-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug15247-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1800-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1800-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18359-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18359-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18955-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18955-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug194024-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug194024-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19599-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19599-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19599-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19599-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug20804-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug20804-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2267-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2267-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23299-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23299-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23299-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23299-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug24627-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24627-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug24627-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24627-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25086-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25086-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25086-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25086-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25663-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25663-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2684-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2684-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug27038-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug27038-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2773-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2773-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2886-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2886-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29058-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29058-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29429-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29429-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2947-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2947-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2947-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2947-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2997-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2997-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug30692-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug30692-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3103-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3103-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug32205-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug32205-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug33855-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug33855-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3454-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3454-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3681-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3681-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3681-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3681-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3977-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3977-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug41890-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug41890-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug41890-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug41890-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug42187-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug42187-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43039-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43039-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43039-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43039-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4382-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4382-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43854-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43854-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43854-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43854-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug44505-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug44505-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45055-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45055-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45055-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45055-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45486-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45486-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46623-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46623-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46924-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46924-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug47432-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug47432-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug51727-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug51727-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52505-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52505-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52506-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52506-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5538-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5538-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug55694-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55694-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug55694-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55694-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug57300-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug57300-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5799-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5799-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5799-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5799-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5835-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5835-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug60749-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug60749-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6184-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6184-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug650-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug650-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug650-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug650-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug68912-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug68912-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug69382-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug69382-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7121-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7121-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7121-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7121-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7342-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7342-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7471-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7471-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7471-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7471-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7714-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7714-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug78162-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug78162-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug80762-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug80762-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug80762-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug80762-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug82946-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug82946-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8858-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8858-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8858-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8858-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8950-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8950-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug92143-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug92143-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug93363-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug93363-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug93363-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug93363-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug96334-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug96334-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug965-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug965-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug965-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug965-expected.png. |
| * platform/mac-leopard/tables/mozilla/collapsing_borders: Added. |
| * platform/mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/core: Added. |
| * platform/mac-leopard/tables/mozilla/core/borders-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/borders-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/borders-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/borders-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_per-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_auto_per-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/margins-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/margins-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/one_row-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/one_row-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/row_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/row_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/row_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/row_span-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/table_rules-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/table_rules-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/table_widths-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/table_widths-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.png. |
| * platform/mac-leopard/tables/mozilla/dom: Added. |
| * platform/mac-leopard/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png. |
| * platform/mac-leopard/tables/mozilla/dom/insertCellsRebuild1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/dom/insertCellsRebuild1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png. |
| * platform/mac-leopard/tables/mozilla/images: Added. |
| * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/images/adforce_imgis_com-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/images/adforce_imgis_com-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin: Added. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tbody-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tbody-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tbody-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tbody-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tfoot-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tfoot-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/body_thead-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/body_thead-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/col_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/col_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/col_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/col_span-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_border-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_border-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_box-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_box-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_box-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_box-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_row_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_row_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_row_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_row_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_row_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_row_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_all-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_all-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_all-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_groups-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_groups-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_none-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_none-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_none-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_0-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_0-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_0-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_0-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_1-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_2-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_3-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellspacing-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellspacing-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_class-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_class-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_class-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_class-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_id-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_id-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_id-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_id-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_style-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_style-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_style-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_style-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_colspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_colspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_height-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_height-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_colspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_colspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_height-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_height-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_percent-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_percent-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.png. |
| * platform/mac/tables/mozilla/bugs/bug10296-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1055-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug106816-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug106816-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug113235-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug11944-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug11944-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug119786-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug119786-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug131020-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug131020-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13118-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13118-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13196-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13196-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug133756-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug139524-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14159-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug15247-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug15247-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1800-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1800-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18955-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18955-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug194024-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug194024-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19599-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19599-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug20804-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug20804-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2267-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2267-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23299-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23299-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug24627-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug24627-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25086-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25086-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25663-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25663-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2684-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2684-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug27038-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2773-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2773-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2886-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2886-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29058-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29429-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29429-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2947-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2947-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2997-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2997-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug30692-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug30692-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3103-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3103-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug32205-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3454-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3454-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3681-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3977-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3977-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug41890-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug41890-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug42187-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug42187-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43039-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43039-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43854-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug44505-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45055-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45486-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45486-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46623-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46924-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46924-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug47432-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug47432-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52506-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5538-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5538-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug55694-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug55694-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug57300-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug57300-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5799-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5799-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5835-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5835-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug60749-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug60749-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6184-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6184-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug650-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug650-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug68912-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug68912-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug69382-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7121-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7471-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7471-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7714-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7714-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug78162-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug78162-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug80762-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug82946-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8411-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug8411-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug8858-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8858-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8950-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8950-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug92143-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug92143-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug93363-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug93363-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug965-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug965-expected.png: Replaced. |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/borders-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/borders-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/margins-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/margins-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/one_row-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/one_row-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/row_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/row_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/table_rules-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/table_rules-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/table_widths-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/table_widths-expected.png: Replaced. |
| * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tbody-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tbody-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tfoot-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_thead-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_thead-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/col_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/col_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_border-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_box-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_all-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_none-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_0-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_class-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_class-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_id-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_id-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_style-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_style-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_height-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_height-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png: Replaced. |
| |
| 2010-05-25 Darin Adler <darin@apple.com> |
| |
| Update more files that changed as a result of |
| https://bugs.webkit.org/show_bug.cgi?id=39516 |
| That patch added -webkit-column-span. |
| |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-mac/fast/css/computed-style-expected.txt: |
| * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt: |
| * platform/chromium-win/fast/css/computed-style-expected.txt: |
| * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt: |
| * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| Added -webkit-column-span. |
| |
| 2010-05-25 Julie Parent <jparent@chromium.org> |
| |
| Unreviewed. |
| |
| Update Chromium test expectations from r60172. |
| |
| * platform/chromium/html5lib/webkit-runner-expected.txt: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Add more HTML5 entity parsing test coverage |
| https://bugs.webkit.org/show_bug.cgi?id=39662 |
| |
| These tests all pass in Firefox. We have some more work to do here. |
| There's a large testing matrix for entities, so expect more tests in |
| the future. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-05-25 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Unreviewed attempt to make Tiger bot green. |
| |
| [Mac][Tiger] failing philip canvas tests |
| https://bugs.webkit.org/show_bug.cgi?id=39677 |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-05-25 Chang Shu <chang.shu@nokia.com> |
| |
| Unreviewed. |
| |
| Skipped two additional canvas test cases that failed on SnowLeopard only. |
| https://bugs.webkit.org/show_bug.cgi?id=20553 |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-05-25 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| The following are the steps on how the expected results were created: |
| 1. Generated ~800 results on Mac. |
| 2. Manually edited ~100 failed results to "Passed" to make them "expected". |
| All ~800 expected results are the same across the platforms. |
| 3. Put the failed ones in Mac's Skipped list. Other platforms are skipping |
| the whole directory, which will be worked on later. |
| https://bugs.webkit.org/show_bug.cgi?id=20553 |
| |
| * canvas/philip/tests/*-expected.txt: 788 files Added. |
| * platform/mac/Skipped: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Clear attributes for each tag in the HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39660 |
| |
| I'm surprised this wasn't covered already, but sometimes the most basic |
| things are the hardest to remember to test. |
| |
| * html5lib/resources/webkit01.dat: |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, fixing the expected result. |
| |
| [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences) |
| https://bugs.webkit.org/show_bug.cgi?id=39659 |
| |
| I checked in expected results generated from the wrong revision. |
| |
| * platform/chromium/html5lib/webkit-runner-expected.txt: |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences) |
| https://bugs.webkit.org/show_bug.cgi?id=39659 |
| |
| * platform/chromium/html5lib/webkit-runner-expected.txt: Added. |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, updating test expectations. |
| |
| [chromium] Fix test expectation for fast/dom/global-constructors.html |
| https://bugs.webkit.org/show_bug.cgi?id=39656 |
| |
| This test was modified in r60119 and the V8 specific expecatation needs updating. |
| Also disable fast/dom/prototype-property.html because it's failing. |
| |
| * platform/chromium-mac/fast/dom/global-constructors-expected.txt: Removed. |
| * platform/chromium-win/fast/dom/global-constructors-expected.txt: Removed. |
| * platform/chromium/fast/dom/global-constructors-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/dom/global-constructors-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Use @type="text/plain" to silence JavaScript parse errors. These |
| errors show up differently in JSC and V8 and that's not what we're |
| trying to test with this test. |
| |
| * html5lib/resources/scriptdata01.dat: |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix <noembed> and <plaintext> content models |
| https://bugs.webkit.org/show_bug.cgi?id=39653 |
| |
| Update expected result to show new passing test. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| First cut at HTML5 entities |
| https://bugs.webkit.org/show_bug.cgi?id=39649 |
| |
| Update the expected results to show the new passing tests. Yay! |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| |
| 2010-05-24 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] DRT Support for removeOriginAccessWhitelistEntry |
| |
| Unskips http/tests/xmlhttprequest/origin-whitelisting-removal.html |
| |
| [Qt] DRT Support for removeOriginAccessWhitelistEntry |
| https://bugs.webkit.org/show_bug.cgi?id=39565 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-24 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Add a test to verify that the 'prototype' property on generated Web IDL interfaces is { DontDelete | ReadOnly }. |
| |
| Spec link: |
| http://www.w3.org/TR/WebIDL/#interface-object |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39436 |
| |
| * fast/dom/global-constructors-expected.txt: Updated baseline. |
| * fast/dom/global-constructors.html: |
| * fast/dom/prototype-property-expected.txt: Added. |
| * fast/dom/prototype-property.html: Added. |
| * fast/dom/script-tests/prototype-property.js: Added. |
| (tryToDeletePrototype): |
| (tryToSetPrototype): |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Import remaining html5lib tests into webkit-runner.html |
| https://bugs.webkit.org/show_bug.cgi?id=39638 |
| |
| We should be able to drive the diffs between webkit-runner-expected.txt |
| and webkit-runner-expected-html5.txt to zero. |
| |
| Another option is to remove webkit-runner and just use runner.html, but |
| we don't yet support <script src=...> in the HTML5 parser. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Teach the HTML5 parser how to lex escaped script data |
| https://bugs.webkit.org/show_bug.cgi?id=39630 |
| |
| Add a bunch of tests for parsing script data. I think these tests |
| drive the lexer into all the script data states. |
| |
| * html5lib/resources/scriptdata01.dat: Added. |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-05-24 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed baseline only change |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| This shuffles the pixel failures in editing/ that are due to small (<0.1%) pixel |
| diffs in text rendering between Leopard and Snow Leopard. |
| |
| * platform/mac-leopard/editing/deleting/4922367-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.checksum. |
| * platform/mac-leopard/editing/deleting/4922367-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.png. |
| * platform/mac-leopard/editing/deleting/5026848-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5026848-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.png. |
| * platform/mac-leopard/editing/deleting/5026848-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5026848-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5026848-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5026848-3-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.png. |
| * platform/mac-leopard/editing/deleting/5032066-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5032066-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5032066-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5032066-expected.png. |
| * platform/mac-leopard/editing/deleting/5091898-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5091898-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5091898-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5091898-expected.png. |
| * platform/mac-leopard/editing/deleting/5099303-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5099303-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5099303-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5099303-expected.png. |
| * platform/mac-leopard/editing/deleting/5115601-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5115601-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5115601-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5115601-expected.png. |
| * platform/mac-leopard/editing/deleting/5126166-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5126166-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5126166-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5126166-expected.png. |
| * platform/mac-leopard/editing/deleting/5144139-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5144139-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5144139-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5144139-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5168598-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5168598-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5168598-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5168598-expected.png. |
| * platform/mac-leopard/editing/deleting/5206311-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5206311-1-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5206311-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5206311-1-expected.png. |
| * platform/mac-leopard/editing/deleting/5206311-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5206311-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5206311-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5206311-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5272440-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5272440-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5272440-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5272440-expected.png. |
| * platform/mac-leopard/editing/deleting/5369009-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5369009-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5369009-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5369009-expected.png. |
| * platform/mac-leopard/editing/deleting/5390681-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5390681-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5390681-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5390681-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5390681-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5390681-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5390681-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5390681-expected.png. |
| * platform/mac-leopard/editing/deleting/5433862-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5433862-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5433862-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5433862-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5483370-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5483370-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5483370-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5483370-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-br-013-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-br-013-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-br-013-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-br-013-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-first-list-item-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-first-list-item-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-first-list-item-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-first-list-item-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-line-015-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-line-015-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-line-016-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-line-016-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-line-017-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-line-017-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-ws-fixup-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-ws-fixup-002-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-ws-fixup-002-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-ws-fixup-002-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-endOfParagraph-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-endOfParagraph-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-endOfParagraph-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-endOfParagraph-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-into-empty-block-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-into-empty-block-1-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-into-empty-block-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-into-empty-block-1-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-no-br-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-no-br-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-whitespace-pre-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-whitespace-pre-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-whitespace-pre-expected.png. |
| * platform/mac-leopard/editing/deleting/pruning-after-merge-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/pruning-after-merge-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/pruning-after-merge-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/pruning-after-merge-2-expected.png. |
| * platform/mac-leopard/editing/deleting/smart-delete-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-003-expected.checksum. |
| * platform/mac-leopard/editing/deleting/smart-delete-003-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-003-expected.png. |
| * platform/mac-leopard/editing/deleting/smart-delete-004-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-004-expected.checksum. |
| * platform/mac-leopard/editing/deleting/smart-delete-004-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-004-expected.png. |
| * platform/mac-leopard/editing/deleting/table-cells-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/table-cells-expected.checksum. |
| * platform/mac-leopard/editing/deleting/table-cells-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/table-cells-expected.png. |
| * platform/mac-leopard/editing/execCommand: Added. |
| * platform/mac-leopard/editing/execCommand/4580583-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4580583-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/4580583-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4580583-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/4641880-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4641880-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/4641880-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4641880-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/4747450-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4747450-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4747450-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4747450-expected.png. |
| * platform/mac-leopard/editing/execCommand/4786404-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4786404-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4786404-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4786404-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/4916402-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4916402-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4916402-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4916402-expected.png. |
| * platform/mac-leopard/editing/execCommand/4916541-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4916541-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4916541-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4916541-expected.png. |
| * platform/mac-leopard/editing/execCommand/4920488-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4920488-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4920488-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4920488-expected.png. |
| * platform/mac-leopard/editing/execCommand/4920742-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4920742-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4920742-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4920742-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/4924441-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4924441-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4924441-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4924441-expected.png. |
| * platform/mac-leopard/editing/execCommand/5049671-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5049671-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5049671-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5049671-expected.png. |
| * platform/mac-leopard/editing/execCommand/5080333-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5080333-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/5080333-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5080333-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/5136770-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5136770-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5136770-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5136770-expected.png. |
| * platform/mac-leopard/editing/execCommand/5138441-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5138441-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5138441-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5138441-expected.png. |
| * platform/mac-leopard/editing/execCommand/5190926-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5190926-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5190926-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5190926-expected.png. |
| * platform/mac-leopard/editing/execCommand/5481523-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5481523-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5481523-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5481523-expected.png. |
| * platform/mac-leopard/editing/execCommand/create-list-with-hr-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/create-list-with-hr-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.png. |
| * platform/mac-leopard/editing/execCommand/find-after-replace-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/find-after-replace-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/find-after-replace-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/find-after-replace-expected.png. |
| * platform/mac-leopard/editing/execCommand/findString-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/findString-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/findString-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/findString-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/insertHorizontalRule-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/insertHorizontalRule-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/insertHorizontalRule-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/insertHorizontalRule-expected.png. |
| * platform/mac-leopard/editing/execCommand/insertImage-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/insertImage-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/insertImage-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/insertImage-expected.png. |
| * platform/mac-leopard/editing/execCommand/outdent-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/outdent-selection-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/outdent-selection-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/outdent-selection-expected.png. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-expected.png. |
| * platform/mac-leopard/editing/execCommand/remove-list-from-range-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-list-from-range-selection-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/remove-list-from-range-selection-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png. |
| * platform/mac-leopard/editing/inserting: Added. |
| * platform/mac-leopard/editing/inserting/12882-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/12882-expected.checksum. |
| * platform/mac-leopard/editing/inserting/12882-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/12882-expected.png. |
| * platform/mac-leopard/editing/inserting/4278698-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4278698-expected.checksum. |
| * platform/mac-leopard/editing/inserting/4278698-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4278698-expected.png. |
| * platform/mac-leopard/editing/inserting/4840662-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4840662-expected.checksum. |
| * platform/mac-leopard/editing/inserting/4840662-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4840662-expected.png. |
| * platform/mac-leopard/editing/inserting/4875189-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4875189-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/4875189-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4875189-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5002441-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5002441-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5002441-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5002441-expected.png. |
| * platform/mac-leopard/editing/inserting/5058163-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5058163-1-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5058163-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5058163-1-expected.png. |
| * platform/mac-leopard/editing/inserting/5058163-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5058163-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5058163-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5058163-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5156401-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5156401-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5156401-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5156401-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5418891-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5418891-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5418891-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5418891-expected.png. |
| * platform/mac-leopard/editing/inserting/5510537-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5510537-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5510537-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5510537-expected.png. |
| * platform/mac-leopard/editing/inserting/5549929-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5549929-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5549929-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5549929-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5607069-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5607069-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5607069-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5607069-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5607069-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5607069-3-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5607069-3-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5607069-3-expected.png. |
| * platform/mac-leopard/editing/inserting/6703873-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/6703873-expected.checksum. |
| * platform/mac-leopard/editing/inserting/6703873-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/6703873-expected.png. |
| * platform/mac-leopard/editing/inserting/editable-html-element-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/editable-html-element-expected.checksum. |
| * platform/mac-leopard/editing/inserting/editable-html-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/editable-html-element-expected.png. |
| * platform/mac-leopard/editing/inserting/edited-whitespace-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/edited-whitespace-1-expected.checksum. |
| * platform/mac-leopard/editing/inserting/edited-whitespace-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/edited-whitespace-1-expected.png. |
| * platform/mac-leopard/editing/inserting/editing-empty-divs-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/editing-empty-divs-expected.checksum. |
| * platform/mac-leopard/editing/inserting/editing-empty-divs-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/editing-empty-divs-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-3786362-fix-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-3786362-fix-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-3786362-fix-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-3786362-fix-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-at-end-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-01-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-at-end-01-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-01-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-at-end-02-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-02-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-at-end-02-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-02-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-009-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-009-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-009-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-009-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-001-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-001-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-001-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-001-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-002-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-002-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-002-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-003-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-003-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-003-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-004-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-004-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-005-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-005-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-005-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-005-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-006-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-006-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-01-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-01-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-01-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-02-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-02-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-02-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-02-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-03-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-03-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-03-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-03-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-04-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-04-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-04-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-04-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-05-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-05-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-05-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-05-expected.png. |
| * platform/mac-leopard/editing/inserting/line-break-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/line-break-expected.checksum. |
| * platform/mac-leopard/editing/inserting/line-break-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/line-break-expected.png. |
| * platform/mac-leopard/editing/inserting/multiple-lines-selected-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/multiple-lines-selected-expected.checksum. |
| * platform/mac-leopard/editing/inserting/multiple-lines-selected-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/multiple-lines-selected-expected.png. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-03-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.checksum. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-03-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.png. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png. |
| * platform/mac-leopard/editing/inserting/typing-around-br-001-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/typing-around-br-001-expected.checksum. |
| * platform/mac-leopard/editing/inserting/typing-around-br-001-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/typing-around-br-001-expected.png. |
| * platform/mac-leopard/editing/pasteboard/3976872-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/3976872-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/3976872-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/3976872-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4076267-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4076267-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4076267-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4076267-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4242293-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4242293-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4242293-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4242293-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4631972-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4631972-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4631972-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4631972-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4641033-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4861080-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4861080-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4861080-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4861080-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4944770-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4944770-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4947130-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4947130-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4947130-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4947130-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5027857-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5027857-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5027857-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5027857-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5032095-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5032095-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5032095-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5032095-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5065605-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5065605-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5065605-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5065605-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5071074-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5071074-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5071074-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5071074-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5075944-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5075944-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5075944-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5075944-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5089327-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5089327-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5089327-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5089327-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5247341-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5247341-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5247341-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5247341-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5368833-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5368833-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5368833-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5368833-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5387578-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5387578-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5387578-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5387578-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5478250-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5478250-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5478250-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5478250-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5601583-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5601583-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5601583-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5601583-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/8145-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/8145-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/8145-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/8145-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/bad-placeholder-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/bad-placeholder-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/bad-placeholder-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/bad-placeholder-expected.png. |
| * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-paste-bidi-expected.png. |
| * platform/mac-leopard/editing/pasteboard/copy-standalone-image-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/copy-standalone-image-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.png. |
| * platform/mac-leopard/editing/pasteboard/displaced-generic-placeholder-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/displaced-generic-placeholder-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png. |
| * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/display-block-on-spans-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/display-block-on-spans-expected.png. |
| * platform/mac-leopard/editing/pasteboard/drop-text-without-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-4-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-4-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-4-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-5-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-5-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-5-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-5-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-blockquote-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-blockquote-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-borders-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-borders-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-borders-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-borders-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-list-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-list-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-table-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-table-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-start-blockquote-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-start-blockquote-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-start-blockquote-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-start-blockquote-expected.png. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-RTFD-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-RTFD-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-pre-002-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-pre-002-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-table-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-table-003-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-table-003-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-table-003-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-012-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-012-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-012-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-012-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-013-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-013-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-013-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-013-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-014-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-014-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-014-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-014-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-016-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-016-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-016-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-016-expected.png. |
| * platform/mac-leopard/editing/pasteboard/pasting-object-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-object-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/pasting-object-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-object-expected.png. |
| * platform/mac-leopard/editing/pasteboard/pasting-tabs-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png. |
| * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png. |
| * platform/mac-leopard/editing/pasteboard/quirks-mode-br-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/quirks-mode-br-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/select-element-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/select-element-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/select-element-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/select-element-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/smart-drag-drop-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-drag-drop-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/smart-drag-drop-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-drag-drop-expected.png. |
| * platform/mac-leopard/editing/pasteboard/smart-paste-008-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/smart-paste-008-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.png. |
| * platform/mac-leopard/editing/pasteboard/styled-element-markup-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/styled-element-markup-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/styled-element-markup-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/styled-element-markup-expected.png. |
| * platform/mac-leopard/editing/pasteboard/subframe-dragndrop-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/subframe-dragndrop-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/testcase-9507-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/testcase-9507-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/testcase-9507-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/testcase-9507-expected.png. |
| * platform/mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.png. |
| * platform/mac-leopard/editing/pasteboard/unrendered-br-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/unrendered-br-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.png. |
| * platform/mac-leopard/editing/selection: Added. |
| * platform/mac-leopard/editing/selection/13804-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/13804-expected.checksum. |
| * platform/mac-leopard/editing/selection/13804-expected.png: Copied from LayoutTests/platform/mac/editing/selection/13804-expected.png. |
| * platform/mac-leopard/editing/selection/14971-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/14971-expected.checksum. |
| * platform/mac-leopard/editing/selection/14971-expected.png: Copied from LayoutTests/platform/mac/editing/selection/14971-expected.png. |
| * platform/mac-leopard/editing/selection/4402375-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4402375-expected.checksum. |
| * platform/mac-leopard/editing/selection/4402375-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4402375-expected.png. |
| * platform/mac-leopard/editing/selection/4818145-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4818145-expected.checksum. |
| * platform/mac-leopard/editing/selection/4818145-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4818145-expected.png. |
| * platform/mac-leopard/editing/selection/4889598-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4889598-expected.checksum. |
| * platform/mac-leopard/editing/selection/4889598-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4889598-expected.png. |
| * platform/mac-leopard/editing/selection/4895428-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/4895428-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-2-expected.png. |
| * platform/mac-leopard/editing/selection/4895428-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png. |
| * platform/mac-leopard/editing/selection/4895428-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-4-expected.checksum. |
| * platform/mac-leopard/editing/selection/4895428-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-4-expected.png. |
| * platform/mac-leopard/editing/selection/4932260-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4932260-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/4932260-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4932260-3-expected.png. |
| * platform/mac-leopard/editing/selection/4947387-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4947387-expected.checksum. |
| * platform/mac-leopard/editing/selection/4947387-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4947387-expected.png. |
| * platform/mac-leopard/editing/selection/4960116-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4960116-expected.checksum. |
| * platform/mac-leopard/editing/selection/4960116-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4960116-expected.png. |
| * platform/mac-leopard/editing/selection/4975120-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.checksum. |
| * platform/mac-leopard/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png. |
| * platform/mac-leopard/editing/selection/4983858-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4983858-expected.checksum. |
| * platform/mac-leopard/editing/selection/4983858-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4983858-expected.png. |
| * platform/mac-leopard/editing/selection/5007143-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5007143-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5007143-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5007143-2-expected.png. |
| * platform/mac-leopard/editing/selection/5007143-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5007143-expected.checksum. |
| * platform/mac-leopard/editing/selection/5007143-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5007143-expected.png. |
| * platform/mac-leopard/editing/selection/5057506-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5057506-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5057506-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5057506-2-expected.png. |
| * platform/mac-leopard/editing/selection/5057506-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5057506-expected.checksum. |
| * platform/mac-leopard/editing/selection/5057506-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5057506-expected.png. |
| * platform/mac-leopard/editing/selection/5076323-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5076323-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5076323-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5076323-1-expected.png. |
| * platform/mac-leopard/editing/selection/5081257-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5081257-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5081257-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5081257-1-expected.png. |
| * platform/mac-leopard/editing/selection/5099303-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5099303-expected.checksum. |
| * platform/mac-leopard/editing/selection/5099303-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5099303-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-1-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-2-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-3-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-4-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-4-expected.png. |
| * platform/mac-leopard/editing/selection/5195166-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5195166-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5195166-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5195166-2-expected.png. |
| * platform/mac-leopard/editing/selection/5232159-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5232159-expected.checksum. |
| * platform/mac-leopard/editing/selection/5232159-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5232159-expected.png. |
| * platform/mac-leopard/editing/selection/5234383-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5234383-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5234383-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5234383-1-expected.png. |
| * platform/mac-leopard/editing/selection/5234383-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5234383-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5234383-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5234383-2-expected.png. |
| * platform/mac-leopard/editing/selection/5240265-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.checksum. |
| * platform/mac-leopard/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png. |
| * platform/mac-leopard/editing/selection/5354455-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5354455-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5354455-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5354455-1-expected.png. |
| * platform/mac-leopard/editing/selection/5354455-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5354455-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5354455-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5354455-2-expected.png. |
| * platform/mac-leopard/editing/selection/6476-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/6476-expected.checksum. |
| * platform/mac-leopard/editing/selection/6476-expected.png: Copied from LayoutTests/platform/mac/editing/selection/6476-expected.png. |
| * platform/mac-leopard/editing/selection/7152-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/7152-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/7152-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/7152-1-expected.png. |
| * platform/mac-leopard/editing/selection/7152-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/7152-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/7152-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/7152-2-expected.png. |
| * platform/mac-leopard/editing/selection/addRange-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/addRange-expected.checksum. |
| * platform/mac-leopard/editing/selection/addRange-expected.png: Copied from LayoutTests/platform/mac/editing/selection/addRange-expected.png. |
| * platform/mac-leopard/editing/selection/after-line-wrap-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.checksum. |
| * platform/mac-leopard/editing/selection/after-line-wrap-expected.png: Copied from LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.png. |
| * platform/mac-leopard/editing/selection/caret-and-focus-ring-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-and-focus-ring-expected.checksum. |
| * platform/mac-leopard/editing/selection/caret-and-focus-ring-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-and-focus-ring-expected.png. |
| * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-2-expected.png. |
| * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-expected.checksum. |
| * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-expected.png. |
| * platform/mac-leopard/editing/selection/clear-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/clear-selection-expected.checksum. |
| * platform/mac-leopard/editing/selection/clear-selection-expected.png: Copied from LayoutTests/platform/mac/editing/selection/clear-selection-expected.png. |
| * platform/mac-leopard/editing/selection/click-start-of-line-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/click-start-of-line-expected.checksum. |
| * platform/mac-leopard/editing/selection/click-start-of-line-expected.png: Copied from LayoutTests/platform/mac/editing/selection/click-start-of-line-expected.png. |
| * platform/mac-leopard/editing/selection/contenteditable-click-inside-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/contenteditable-click-inside-expected.checksum. |
| * platform/mac-leopard/editing/selection/contenteditable-click-inside-expected.png: Copied from LayoutTests/platform/mac/editing/selection/contenteditable-click-inside-expected.png. |
| * platform/mac-leopard/editing/selection/designmode-no-caret-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/designmode-no-caret-expected.checksum. |
| * platform/mac-leopard/editing/selection/designmode-no-caret-expected.png: Copied from LayoutTests/platform/mac/editing/selection/designmode-no-caret-expected.png. |
| * platform/mac-leopard/editing/selection/drag-in-iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.checksum. |
| * platform/mac-leopard/editing/selection/drag-in-iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.png. |
| * platform/mac-leopard/editing/selection/editable-html-element-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/editable-html-element-expected.checksum. |
| * platform/mac-leopard/editing/selection/editable-html-element-expected.png: Copied from LayoutTests/platform/mac/editing/selection/editable-html-element-expected.png. |
| * platform/mac-leopard/editing/selection/editable-non-editable-crash-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/editable-non-editable-crash-expected.checksum. |
| * platform/mac-leopard/editing/selection/editable-non-editable-crash-expected.png: Copied from LayoutTests/platform/mac/editing/selection/editable-non-editable-crash-expected.png. |
| * platform/mac-leopard/editing/selection/end-of-document-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/end-of-document-expected.checksum. |
| * platform/mac-leopard/editing/selection/end-of-document-expected.png: Copied from LayoutTests/platform/mac/editing/selection/end-of-document-expected.png. |
| * platform/mac-leopard/editing/selection/expanding-selections-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections-expected.checksum. |
| * platform/mac-leopard/editing/selection/expanding-selections-expected.png: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections-expected.png. |
| * platform/mac-leopard/editing/selection/expanding-selections2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections2-expected.checksum. |
| * platform/mac-leopard/editing/selection/expanding-selections2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections2-expected.png. |
| * platform/mac-leopard/editing/selection/focus_editable_html-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/focus_editable_html-expected.checksum. |
| * platform/mac-leopard/editing/selection/focus_editable_html-expected.png: Copied from LayoutTests/platform/mac/editing/selection/focus_editable_html-expected.png. |
| * platform/mac-leopard/editing/selection/iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/iframe-expected.checksum. |
| * platform/mac-leopard/editing/selection/iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/iframe-expected.png. |
| * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/inline-closest-leaf-child-expected.checksum. |
| * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.png: Copied from LayoutTests/platform/mac/editing/selection/inline-closest-leaf-child-expected.png. |
| * platform/mac-leopard/editing/selection/inline-table-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/inline-table-expected.checksum. |
| * platform/mac-leopard/editing/selection/inline-table-expected.png: Copied from LayoutTests/platform/mac/editing/selection/inline-table-expected.png. |
| * platform/mac-leopard/editing/selection/leave-requested-block-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/leave-requested-block-expected.checksum. |
| * platform/mac-leopard/editing/selection/leave-requested-block-expected.png: Copied from LayoutTests/platform/mac/editing/selection/leave-requested-block-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-1-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-3-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-4-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-4-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-5-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-5-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-5-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-6-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-6-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-6-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-6-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-7-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-7-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-7-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-7-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-8-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-8-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-8-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-8-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-9-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-9-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-9-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-9-expected.png. |
| * platform/mac-leopard/editing/selection/move-by-sentence-linebreak-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/move-by-sentence-linebreak-expected.checksum. |
| * platform/mac-leopard/editing/selection/move-by-sentence-linebreak-expected.png: Copied from LayoutTests/platform/mac/editing/selection/move-by-sentence-linebreak-expected.png. |
| * platform/mac-leopard/editing/selection/node-removal-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/node-removal-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/node-removal-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/node-removal-1-expected.png. |
| * platform/mac-leopard/editing/selection/node-removal-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/node-removal-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/node-removal-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/node-removal-2-expected.png. |
| * platform/mac-leopard/editing/selection/paragraph-granularity-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/paragraph-granularity-expected.checksum. |
| * platform/mac-leopard/editing/selection/paragraph-granularity-expected.png: Copied from LayoutTests/platform/mac/editing/selection/paragraph-granularity-expected.png. |
| * platform/mac-leopard/editing/selection/previous-line-position-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/previous-line-position-expected.checksum. |
| * platform/mac-leopard/editing/selection/previous-line-position-expected.png: Copied from LayoutTests/platform/mac/editing/selection/previous-line-position-expected.png. |
| * platform/mac-leopard/editing/selection/replace-selection-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replace-selection-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/replace-selection-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replace-selection-1-expected.png. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.png. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.png. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png. |
| * platform/mac-leopard/editing/selection/select-all-005-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-005-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-all-005-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-005-expected.png. |
| * platform/mac-leopard/editing/selection/select-all-006-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-006-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-all-006-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-006-expected.png. |
| * platform/mac-leopard/editing/selection/select-all-iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-all-iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.png. |
| * platform/mac-leopard/editing/selection/select-box-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png. |
| * platform/mac-leopard/editing/selection/select-element-paragraph-boundary-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png. |
| * platform/mac-leopard/editing/selection/select-from-textfield-outwards-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png. |
| * platform/mac-leopard/editing/selection/selection-actions-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/selection-actions-expected.checksum. |
| * platform/mac-leopard/editing/selection/selection-actions-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-actions-expected.png. |
| * platform/mac-leopard/editing/selection/selection-background-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/selection-background-expected.checksum. |
| * platform/mac-leopard/editing/selection/selection-background-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-background-expected.png. |
| * platform/mac-leopard/editing/selection/triple-click-in-pre-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/triple-click-in-pre-expected.checksum. |
| * platform/mac-leopard/editing/selection/triple-click-in-pre-expected.png: Copied from LayoutTests/platform/mac/editing/selection/triple-click-in-pre-expected.png. |
| * platform/mac-leopard/editing/selection/unrendered-space-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/unrendered-space-expected.checksum. |
| * platform/mac-leopard/editing/selection/unrendered-space-expected.png: Copied from LayoutTests/platform/mac/editing/selection/unrendered-space-expected.png. |
| * platform/mac-leopard/editing/selection/word-granularity-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/word-granularity-expected.checksum. |
| * platform/mac-leopard/editing/selection/word-granularity-expected.png: Copied from LayoutTests/platform/mac/editing/selection/word-granularity-expected.png. |
| * platform/mac-leopard/editing/spelling/inline_spelling_markers-expected.checksum: Copied from LayoutTests/platform/mac/editing/spelling/inline_spelling_markers-expected.checksum. |
| * platform/mac-leopard/editing/spelling/inline_spelling_markers-expected.png: Copied from LayoutTests/platform/mac/editing/spelling/inline_spelling_markers-expected.png. |
| * platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.checksum: Copied from LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.checksum. |
| * platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.png: Copied from LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.png. |
| * platform/mac-leopard/editing/style: Added. |
| * platform/mac-leopard/editing/style/5017613-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5017613-1-expected.checksum. |
| * platform/mac-leopard/editing/style/5017613-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/5017613-1-expected.png. |
| * platform/mac-leopard/editing/style/5017613-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5017613-2-expected.checksum. |
| * platform/mac-leopard/editing/style/5017613-2-expected.png: Copied from LayoutTests/platform/mac/editing/style/5017613-2-expected.png. |
| * platform/mac-leopard/editing/style/5046875-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5046875-1-expected.checksum. |
| * platform/mac-leopard/editing/style/5046875-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/5046875-1-expected.png. |
| * platform/mac-leopard/editing/style/5046875-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5046875-2-expected.checksum. |
| * platform/mac-leopard/editing/style/5046875-2-expected.png: Copied from LayoutTests/platform/mac/editing/style/5046875-2-expected.png. |
| * platform/mac-leopard/editing/style/5065910-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5065910-expected.checksum. |
| * platform/mac-leopard/editing/style/5065910-expected.png: Copied from LayoutTests/platform/mac/editing/style/5065910-expected.png. |
| * platform/mac-leopard/editing/style/5084241-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5084241-expected.checksum. |
| * platform/mac-leopard/editing/style/5084241-expected.png: Copied from LayoutTests/platform/mac/editing/style/5084241-expected.png. |
| * platform/mac-leopard/editing/style/apple-style-editable-mix-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/apple-style-editable-mix-expected.checksum. |
| * platform/mac-leopard/editing/style/apple-style-editable-mix-expected.png: Copied from LayoutTests/platform/mac/editing/style/apple-style-editable-mix-expected.png. |
| * platform/mac-leopard/editing/style/fontsize-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/fontsize-1-expected.checksum. |
| * platform/mac-leopard/editing/style/fontsize-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/fontsize-1-expected.png. |
| * platform/mac-leopard/editing/style/non-inheritable-styles-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/non-inheritable-styles-expected.checksum. |
| * platform/mac-leopard/editing/style/non-inheritable-styles-expected.png: Copied from LayoutTests/platform/mac/editing/style/non-inheritable-styles-expected.png. |
| * platform/mac/editing/deleting/4922367-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/4922367-expected.png: Replaced. |
| * platform/mac/editing/deleting/5026848-1-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5026848-1-expected.png: Replaced. |
| * platform/mac/editing/deleting/5026848-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5026848-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5026848-3-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5026848-3-expected.png: Replaced. |
| * platform/mac/editing/deleting/5032066-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5032066-expected.png: Replaced. |
| * platform/mac/editing/deleting/5091898-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5091898-expected.png: Replaced. |
| * platform/mac/editing/deleting/5099303-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5099303-expected.png: Replaced. |
| * platform/mac/editing/deleting/5115601-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5115601-expected.png: Replaced. |
| * platform/mac/editing/deleting/5126166-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5126166-expected.png: Replaced. |
| * platform/mac/editing/deleting/5144139-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5144139-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5168598-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5168598-expected.png: Replaced. |
| * platform/mac/editing/deleting/5206311-1-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5206311-1-expected.png: Replaced. |
| * platform/mac/editing/deleting/5206311-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5206311-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5272440-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5272440-expected.png: Replaced. |
| * platform/mac/editing/deleting/5369009-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5369009-expected.png: Replaced. |
| * platform/mac/editing/deleting/5390681-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5390681-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5390681-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5390681-expected.png: Replaced. |
| * platform/mac/editing/deleting/5433862-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5433862-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5483370-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5483370-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-br-013-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-br-013-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-first-list-item-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-first-list-item-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-line-015-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-line-015-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-line-016-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-line-016-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-line-017-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-line-017-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-ws-fixup-002-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-ws-fixup-002-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-endOfParagraph-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-endOfParagraph-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-into-empty-block-1-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-no-br-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-no-br-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-whitespace-pre-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-whitespace-pre-expected.png: Replaced. |
| * platform/mac/editing/deleting/pruning-after-merge-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/pruning-after-merge-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/smart-delete-003-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/smart-delete-003-expected.png: Replaced. |
| * platform/mac/editing/deleting/smart-delete-004-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/smart-delete-004-expected.png: Replaced. |
| * platform/mac/editing/deleting/table-cells-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/table-cells-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4580583-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4580583-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4580583-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4580583-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4641880-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4641880-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4641880-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4641880-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4747450-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4747450-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4786404-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4786404-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4916402-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4916402-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4916541-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4916541-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4920488-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4920488-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4920742-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4920742-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4924441-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4924441-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5049671-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5049671-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5080333-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5080333-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5080333-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5080333-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5136770-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5136770-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5138441-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5138441-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5190926-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5190926-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5481523-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5481523-expected.png: Replaced. |
| * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/create-list-with-hr-expected.png: Replaced. |
| * platform/mac/editing/execCommand/find-after-replace-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/find-after-replace-expected.png: Replaced. |
| * platform/mac/editing/execCommand/findString-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/findString-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/insertHorizontalRule-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/insertHorizontalRule-expected.png: Replaced. |
| * platform/mac/editing/execCommand/insertImage-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/insertImage-expected.png: Replaced. |
| * platform/mac/editing/execCommand/outdent-selection-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/outdent-selection-expected.png: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-expected.png: Replaced. |
| * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png: Replaced. |
| * platform/mac/editing/inserting/12882-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/12882-expected.png: Replaced. |
| * platform/mac/editing/inserting/4278698-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/4278698-expected.png: Replaced. |
| * platform/mac/editing/inserting/4840662-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/4840662-expected.png: Replaced. |
| * platform/mac/editing/inserting/4875189-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/4875189-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5002441-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5002441-expected.png: Replaced. |
| * platform/mac/editing/inserting/5058163-1-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5058163-1-expected.png: Replaced. |
| * platform/mac/editing/inserting/5058163-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5058163-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5156401-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5156401-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5418891-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5418891-expected.png: Replaced. |
| * platform/mac/editing/inserting/5510537-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5510537-expected.png: Replaced. |
| * platform/mac/editing/inserting/5549929-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5549929-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5607069-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5607069-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5607069-3-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5607069-3-expected.png: Replaced. |
| * platform/mac/editing/inserting/6703873-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/6703873-expected.png: Replaced. |
| * platform/mac/editing/inserting/editable-html-element-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/editable-html-element-expected.png: Replaced. |
| * platform/mac/editing/inserting/edited-whitespace-1-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/edited-whitespace-1-expected.png: Replaced. |
| * platform/mac/editing/inserting/editing-empty-divs-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/editing-empty-divs-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-3786362-fix-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-3786362-fix-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-01-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-01-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-02-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-02-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-009-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-009-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-001-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-001-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-002-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-002-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-003-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-003-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-004-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-004-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-005-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-005-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-006-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-006-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-01-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-01-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-02-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-02-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-03-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-03-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-04-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-04-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-05-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-05-expected.png: Replaced. |
| * platform/mac/editing/inserting/line-break-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/line-break-expected.png: Replaced. |
| * platform/mac/editing/inserting/multiple-lines-selected-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/multiple-lines-selected-expected.png: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-03-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-03-expected.png: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/typing-around-br-001-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/typing-around-br-001-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/3976872-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/3976872-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4076267-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4076267-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4242293-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4242293-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4242293-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4242293-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4631972-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4631972-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4641033-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4641033-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4861080-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4861080-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4944770-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4944770-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4944770-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4944770-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4947130-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4947130-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5027857-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5027857-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5032095-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5032095-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5065605-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5065605-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5071074-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5071074-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5071074-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5071074-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5075944-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5075944-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5075944-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5075944-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5089327-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5089327-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5247341-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5247341-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5368833-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5368833-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5387578-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5387578-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5478250-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5478250-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5601583-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/8145-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/8145-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/8145-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/8145-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/bad-placeholder-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/bad-placeholder-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/copy-paste-bidi-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/copy-standalone-image-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/copy-standalone-image-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/display-block-on-spans-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/display-block-on-spans-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-4-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-4-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-5-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-5-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-borders-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-borders-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-list-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-list-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-table-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-table-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-start-blockquote-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-start-blockquote-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-RTFD-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-RTFD-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-pre-002-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-pre-002-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-table-003-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-table-003-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-012-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-012-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-013-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-013-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-014-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-014-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-016-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-016-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/pasting-object-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/pasting-object-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/pasting-tabs-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/pasting-tabs-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/select-element-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/select-element-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/smart-paste-008-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/smart-paste-008-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/styled-element-markup-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/styled-element-markup-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.che |