- 06 Jan, 2012 8 commits
-
-
https://bugs.webkit.org/show_bug.cgi?id=75742dslomov@google.com authored
and updated chromium-mac expectations for fast/forms/input-disabled-color.html. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104336 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tsepez@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=73242 Reviewed by David Levin. Tests: http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html * page/ContentSecurityPolicy.h: (WebCore::ContentSecurityPolicy::policy): (WebCore::ContentSecurityPolicy::headerType): * workers/DedicatedWorkerContext.cpp: (WebCore::DedicatedWorkerContext::DedicatedWorkerContext): * workers/DedicatedWorkerContext.h: (WebCore::DedicatedWorkerContext::create): * workers/DedicatedWorkerThread.cpp: (WebCore::DedicatedWorkerThread::create): (WebCore::DedicatedWorkerThread::DedicatedWorkerThread): (WebCore::DedicatedWorkerThread::createWorkerContext): * workers/DedicatedWorkerThread.h: * workers/DefaultSharedWorkerRepository.cpp: (WebCore::SharedWorkerScriptLoader::notifyFinished): (WebCore::DefaultSharedWorkerRepository::workerScriptLoaded): * workers/DefaultSharedWorkerRepository.h: * workers/SharedWorkerContext.cpp: (WebCore::SharedWorkerContext::SharedWorkerContext): * workers/SharedWorkerContext.h: (WebCore::SharedWorkerContext::create): * workers/SharedWorkerThread.cpp: (WebCore::SharedWorkerThread::create): (WebCore::SharedWorkerThread::SharedWorkerThread): (WebCore::SharedWorkerThread::createWorkerContext): * workers/SharedWorkerThread.h: * workers/WorkerContext.cpp: (WebCore::WorkerContext::WorkerContext): * workers/WorkerContext.h: * workers/WorkerMessagingProxy.cpp: (WebCore::WorkerMessagingProxy::startWorkerContext): * workers/WorkerThread.cpp: (WebCore::WorkerThreadStartupData::create): (WebCore::WorkerThreadStartupData::WorkerThreadStartupData): (WebCore::WorkerThread::WorkerThread): (WebCore::WorkerThread::workerThread): * workers/WorkerThread.h: Source/WebKit/chromium: Pass Content-security-policy directive to worker threads. https://bugs.webkit.org/show_bug.cgi?id=73242 Reviewed by David Levin. * src/WebSharedWorkerImpl.cpp: (WebKit::WebSharedWorkerImpl::startWorkerContext): * src/WebWorkerClientImpl.cpp: (WebKit::WebWorkerClientImpl::startWorkerContext): LayoutTests: Pass Content-Security-Policy directives to worker threads. https://bugs.webkit.org/show_bug.cgi?id=73242 Reviewed by David Levin. * http/tests/security/contentSecurityPolicy/resources/shared-worker-make-xhr.js: Added. (onconnect): * http/tests/security/contentSecurityPolicy/resources/worker-make-xhr.js: Added. * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed-expected.txt: Added. * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html: Added. * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Added. * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html: Added. * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed-expected.txt: Added. * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html: Added. * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked-expected.txt: Added. * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104329 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dslomov@google.com authored
* platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104316 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jer.noble@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=75716 Unreviewed; test expectations update. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104302 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
from test_expectations (no longer crashing). Unreviewed; test expectations update. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104300 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=75621 Unreviewed update to Chromium test_expectations Patch by Stephen Chenney <schenney@chromium.org> on 2012-01-06 * platform/chromium/test_expectations.txt: Removed flakiness line for carto.net/button.svg git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104295 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jknotten@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=75698 Unreviewed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104281 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=74123 Source/WebCore: Patch by Dale Curtis <dalecurtis@chromium.org> on 2012-01-06 Reviewed by Eric Seidel. Test: platform/chromium/media/video-black-bg-in-media-document.html * css/mediaControls.css: (body:-webkit-full-page-media): (video:-webkit-full-page-media): * css/mediaControlsChromium.css: (body:-webkit-full-page-media): * html/MediaDocument.cpp: (WebCore::MediaDocumentParser::createDocumentStructure): LayoutTests: Adds a new chromium specific test for ensuring the background is set properly. Rebaselines the text portions of media-document-audio-repaint. Patch by Dale Curtis <dalecurtis@chromium.org> on 2012-01-06 Reviewed by Eric Seidel. * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: * platform/chromium-gpu/media/media-document-audio-repaint-expected.txt: * platform/chromium-win/media/media-document-audio-repaint-expected.txt: * platform/chromium/media/media-document-audio-repaint-expected.txt: * platform/chromium/media/video-black-bg-in-media-document-expected.txt: Added. * platform/chromium/media/video-black-bg-in-media-document.html: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104278 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 05 Jan, 2012 11 commits
-
-
jochen@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=61326 Reviewed by Adam Barth. * storage/StorageAreaImpl.cpp: (WebCore::StorageAreaImpl::disabledByPrivateBrowsingInFrame): Source/WebKit/chromium: Check whether a WebView exists before accessing it in StorageAreaProxy. This is not necessarily the case, e.g. for detached iframes. https://bugs.webkit.org/show_bug.cgi?id=61326 Reviewed by Adam Barth. * src/StorageAreaProxy.cpp: (WebCore::StorageAreaProxy::canAccessStorage): LayoutTests: Unskip fast/storage/storage-detached-iframe.html on chromium https://bugs.webkit.org/show_bug.cgi?id=61326 Reviewed by Adam Barth. * fast/storage/storage-detached-iframe-expected.txt: * fast/storage/storage-detached-iframe.html: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104257 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=75647 about making it not flaky. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104245 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dslomov@google.com authored
My understanding of the semantics was a bit off. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104218 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dslomov@google.com authored
* platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104182 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tony@chromium.org authored
* platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104177 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dslomov@google.com authored
Filed http://crbug.com/109276 and ignored appcache failure on Linux. Failures seem intermittent in appcache so might need to ignore more tests. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104172 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=75621 Unreviewed Chromium test expectations update. Patch by Stephen Chenney <schenney@chromium.org> on 2012-01-05 * platform/chromium-linux-x86/svg/carto.net: Removed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104170 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
* platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104161 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
* platform/chromium-win-xp/fast/backgrounds/animated-svg-as-mask-expected.png: Removed. * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Removed. * platform/chromium-win-xp/svg/as-background-image/animated-svg-as-background-expected.png: Removed. * platform/chromium-win-xp/svg/custom/glyph-selection-lang-attribute-expected.png: Removed. * platform/chromium-win-xp/svg/text/text-align-01-b-expected.png: Removed. * platform/chromium-win-xp/svg/text/text-path-01-b-expected.png: Removed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104150 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=75019 Fixed now that Skia has rolled past r2936. Unreviewed Chromium port test expectations update. Patch by Stephen Chenney <schenney@chromium.org> on 2012-01-05 * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104148 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
noel.gordon@gmail.com authored
https://bugs.webkit.org/show_bug.cgi?id=55745 Reviewed by Stephen White. * platform/chromium-cg-mac-leopard/fast/gradients/css3-color-stop-units-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/gradients/css3-color-stops-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/gradients/css3-linear-angle-gradients-expected.png: Added. * platform/chromium-mac-leopard/fast/gradients/css3-color-stop-units-expected.png: Added. * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png. * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/gradients/css3-color-stops-expected.png. * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104128 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Jan, 2012 8 commits
-
-
levin@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=74666 Reviewed by Dmitry Titov. Tests for all of the fixes done in bugs related to 74666. * http/tests/workers/resources/open-database-sync.js: Removed. * http/tests/workers/resources/sync-operations.js: Added. (removeAllInDirectorySync): (onmessage): * http/tests/workers/terminate-during-sync-operation-expected.txt: Added. * http/tests/workers/terminate-during-sync-operation.html: Renamed from LayoutTests/http/tests/workers/interrupt-database-sync-open-crash.html-skipped. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104113 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ojan@chromium.org authored
* platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104089 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
* platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: * platform/chromium-linux/svg/custom/glyph-selection-lang-attribute-expected.png: * platform/chromium-mac-leopard/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-lang-attribute-expected.png: Added. * platform/chromium-mac/svg/custom/glyph-selection-lang-attribute-expected.png: Removed. * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added. * platform/chromium-win-xp/svg/custom/glyph-selection-lang-attribute-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: * platform/chromium-win/svg/custom/glyph-selection-lang-attribute-expected.png: * platform/chromium-win/svg/custom/glyph-selection-lang-attribute-expected.txt: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104043 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
* platform/chromium-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Removed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104041 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
* platform/chromium-cg-mac-snowleopard/svg/custom/fractional-rects-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/svg/custom/fractional-rects-expected.png. * platform/chromium-linux/fast/backgrounds/animated-svg-as-mask-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-08-b-expected.png: * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png: * platform/chromium-linux/svg/carto.net/button-expected.png: Added. * platform/chromium-linux/svg/carto.net/button-expected.txt: Removed. * platform/chromium-linux/svg/css/group-with-shadow-expected.png: * platform/chromium-linux/svg/custom/fractional-rects-expected.png: * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/chromium-linux/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: * platform/chromium-linux/svg/text/text-align-01-b-expected.png: * platform/chromium-linux/svg/text/text-deco-01-b-expected.png: * platform/chromium-linux/svg/text/text-path-01-b-expected.png: * platform/chromium-linux/svg/text/text-text-03-b-expected.png: * platform/chromium-linux/svg/text/text-text-07-t-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac-leopard/svg/carto.net/button-expected.png: * platform/chromium-mac-leopard/svg/css/group-with-shadow-expected.png: * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/chromium-mac-leopard/svg/text/text-align-01-b-expected.png: * platform/chromium-mac-leopard/svg/text/text-deco-01-b-expected.png: * platform/chromium-mac-leopard/svg/text/text-path-01-b-expected.png: * platform/chromium-mac-leopard/svg/text/text-text-03-b-expected.png: * platform/chromium-mac-leopard/svg/text/text-text-07-t-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac-snowleopard/fast/backgrounds/animated-svg-as-mask-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-align-08-b-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/animated-svg-as-background-expected.png: * platform/chromium-mac-snowleopard/svg/carto.net/button-expected.png: * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.png: * platform/chromium-mac-snowleopard/svg/custom/fractional-rects-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png. * platform/chromium-mac-snowleopard/svg/text/text-align-01-b-expected.png: * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png: * platform/chromium-mac-snowleopard/svg/text/text-path-01-b-expected.png: * platform/chromium-mac-snowleopard/svg/text/text-text-03-b-expected.png: * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Removed. * platform/chromium-mac/svg/custom/fractional-rects-expected.png: Removed. * platform/chromium-win-xp/fast/backgrounds/animated-svg-as-mask-expected.png: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/animated-svg-as-mask-expected.png. * platform/chromium-win-xp/svg/as-background-image/animated-svg-as-background-expected.png: Copied from LayoutTests/platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png. * platform/chromium-win-xp/svg/text/text-align-01-b-expected.png: Added. * platform/chromium-win-xp/svg/text/text-path-01-b-expected.png: Copied from LayoutTests/platform/chromium-win/svg/text/text-path-01-b-expected.png. * platform/chromium-win/fast/backgrounds/animated-svg-as-mask-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.png: * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png: * platform/chromium-win/svg/carto.net/button-expected.png: * platform/chromium-win/svg/css/group-with-shadow-expected.png: * platform/chromium-win/svg/custom/fractional-rects-expected.png: * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/chromium-win/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: * platform/chromium-win/svg/text/text-align-01-b-expected.png: * platform/chromium-win/svg/text/text-path-01-b-expected.png: * platform/chromium-win/svg/text/text-text-03-b-expected.png: * platform/chromium-win/svg/text/text-text-07-t-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium/test_expectations.txt: * platform/mac/svg/custom/fractional-rects-expected.txt: Removed. * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed. * platform/qt/svg/custom/fractional-rects-expected.txt: Removed. * platform/qt/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed. * svg/as-background-image/animated-svg-as-background-expected.txt: Removed. * svg/custom/fractional-rects-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/fractional-rects-expected.txt. * svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104037 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
http/tests/appcache/interrupted-update.html is crashing on Win7, mark it so. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104031 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
* platform/chromium-cg-mac-leopard/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-cg-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-linux/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-mac-leopard/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-win/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104030 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=75376 Patch by Raymond Liu <raymond.liu@intel.com> on 2012-01-04 Reviewed by Adam Barth. * canvas/philip/tests/2d.pattern.image.string-expected.txt: * canvas/philip/tests/2d.pattern.image.undefined-expected.txt: * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: * platform/qt/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104019 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 03 Jan, 2012 9 commits
-
-
noel.gordon@gmail.com authored
https://bugs.webkit.org/show_bug.cgi?id=75513 Reviewed by Adam Barth. Test added in r83470: convert it to dumpAsText, update expectations. * fast/multicol/huge-column-count-expected.txt: Added. * fast/multicol/huge-column-count.html: * platform/chromium/test_expectations.txt: * platform/efl/fast/multicol/huge-column-count-expected.png: Removed. * platform/efl/fast/multicol/huge-column-count-expected.txt: Removed. * platform/gtk/fast/multicol/huge-column-count-expected.txt: Removed. * platform/mac/fast/multicol/huge-column-count-expected.txt: Removed. * platform/qt/fast/multicol/huge-column-count-expected.png: Removed. * platform/qt/fast/multicol/huge-column-count-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104007 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dslomov@google.com authored
due to BUGCR108798. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103998 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dslomov@google.com authored
Unreviewed: filed CR109077 and updated expectations for http/tests/inspector/appcache/appcache-swap.html. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103995 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=71209 Patch by Shawn Singh <shawnsingh@chromium.org> on 2012-01-03 Reviewed by James Robinson. Source/WebCore: Tests: compositing/visibility/visibility-simple-canvas2d-layer.html compositing/visibility/visibility-simple-video-layer.html compositing/visibility/visibility-simple-webgl-layer.html Rebaselined compositing/visibility/visibility-image-layers.html The CSS visibility property was not being properly obeyed by many specialized layer types in the accelerated compositor. The root of the problem was that drawsContent and contentsVisible flags were not properly propagated into the compositor. This patch removes the drawsContent() callback, and instead makes sure that drawsContent and contentsVisible are "pushed" through the accelerated compositor. * platform/graphics/chromium/Canvas2DLayerChromium.cpp: (WebCore::Canvas2DLayerChromium::drawsContent): * platform/graphics/chromium/ContentLayerChromium.cpp: * platform/graphics/chromium/ContentLayerChromium.h: * platform/graphics/chromium/GraphicsLayerChromium.cpp: (WebCore::GraphicsLayerChromium::setDrawsContent): (WebCore::GraphicsLayerChromium::setContentsVisible): (WebCore::GraphicsLayerChromium::setContentsToImage): (WebCore::GraphicsLayerChromium::setContentsToCanvas): (WebCore::GraphicsLayerChromium::setContentsToMedia): (WebCore::GraphicsLayerChromium::updateLayerIsDrawable): (WebCore::GraphicsLayerChromium::setupContentsLayer): * platform/graphics/chromium/GraphicsLayerChromium.h: * platform/graphics/chromium/LayerChromium.cpp: (WebCore::LayerChromium::LayerChromium): (WebCore::LayerChromium::setIsDrawable): * platform/graphics/chromium/LayerChromium.h: (WebCore::LayerChromium::drawsContent): * platform/graphics/chromium/PluginLayerChromium.h: * platform/graphics/chromium/TiledLayerChromium.cpp: (WebCore::TiledLayerChromium::drawsContent): * platform/graphics/chromium/VideoLayerChromium.h: * platform/graphics/chromium/WebGLLayerChromium.cpp: (WebCore::WebGLLayerChromium::drawsContent): * platform/graphics/chromium/cc/CCLayerImpl.cpp: (WebCore::CCLayerImpl::dumpLayerProperties): Source/WebKit/chromium: * src/WebContentLayerImpl.cpp: (WebKit::WebContentLayerImpl::WebContentLayerImpl): (WebKit::WebContentLayerImpl::setDrawsContent): * src/WebContentLayerImpl.h: * src/WebExternalTextureLayerImpl.cpp: (WebKit::WebExternalTextureLayerImpl::drawsContent): * src/WebLayerImpl.cpp: (WebKit::WebLayerImpl::WebLayerImpl): * src/WebLayerImpl.h: * tests/CCLayerTreeHostTest.cpp: (WTF::ContentLayerChromiumWithUpdateTracking::ContentLayerChromiumWithUpdateTracking): * tests/Canvas2DLayerChromiumTest.cpp: * tests/LayerChromiumTest.cpp: * tests/TiledLayerChromiumTest.cpp: (WTF::FakeTiledLayerChromium::FakeTiledLayerChromium): LayoutTests: * compositing/visibility/visibility-image-layers-expected.png: * compositing/visibility/visibility-image-layers-expected.txt: Renamed from LayoutTests/platform/mac/compositing/visibility/visibility-image-layers-expected.txt. * compositing/visibility/visibility-simple-canvas2d-layer-expected.png: Added. * compositing/visibility/visibility-simple-canvas2d-layer-expected.txt: Added. * compositing/visibility/visibility-simple-canvas2d-layer.html: Added. * compositing/visibility/visibility-simple-video-layer-expected.png: Added. * compositing/visibility/visibility-simple-video-layer-expected.txt: Added. * compositing/visibility/visibility-simple-video-layer.html: Added. * compositing/visibility/visibility-simple-webgl-layer-expected.png: Added. * compositing/visibility/visibility-simple-webgl-layer-expected.txt: Added. * compositing/visibility/visibility-simple-webgl-layer.html: Added. * platform/chromium-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Removed. * platform/chromium-win/compositing/visibility/visibility-image-layers-expected.png: Removed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103990 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tony@chromium.org authored
just need a rebaseline on Linux. * platform/chromium-linux/svg/carto.net/selectionlist-expected.png: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103987 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dslomov@google.com authored
* platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103986 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tony@chromium.org authored
doesn't look flaky on the flakiness dashboard. * platform/chromium-linux/svg/hixie/text/003-expected.png: Added. * platform/chromium-mac-leopard/svg/hixie/text/003-expected.png: Added. * platform/chromium-mac-snowleopard/svg/hixie/text/003-expected.png: Added. * platform/chromium-mac/svg/hixie/text/003-expected.png: Removed. * platform/chromium-win/svg/hixie/text/003-expected.png: Added. * platform/chromium-win/svg/hixie/text/003-expected.txt: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103973 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
enne@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=56591 Reviewed by James Robinson. Source/WebKit/chromium: As the noncomposited content host layer is created and managed by the Chromium compositor, adjust its transform appropriately in the layer tree and at paint time to handle the offset required due to the initial containing block of RTL pages. * src/ChromeClientImpl.cpp: (WebKit::ChromeClientImpl::allowedCompositingTriggers): * src/NonCompositedContentHost.cpp: (WebKit::NonCompositedContentHost::setViewport): (WebKit::NonCompositedContentHost::paintContents): * src/NonCompositedContentHost.h: * src/WebViewImpl.cpp: (WebKit::WebViewImpl::updateLayerTreeViewport): LayoutTests: Re-enable RTL tests for Chromium. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103968 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hclam@chromium.org authored
Suppress layout test failure due to a new test. Unreviewed, build fix. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103933 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 02 Jan, 2012 1 commit
-
-
mnaganov@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=75430 * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103896 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Jan, 2012 3 commits
-
-
thakis@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=69791 Unreviewed, expectations update. * platform/chromium-win/plugins/iframe-plugin-bgcolor-expected.txt: Renamed from LayoutTests/platform/mac/plugins/iframe-plugin-bgcolor-expected.txt. * platform/chromium/plugins/iframe-plugin-bgcolor-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/mac/plugins/iframe-plugin-bgcolor-expected.png: Renamed from LayoutTests/plugins/iframe-plugin-bgcolor-expected.png. * plugins/iframe-plugin-bgcolor-expected.txt: Renamed from LayoutTests/platform/gtk/plugins/iframe-plugin-bgcolor-expected.txt. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103890 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mnaganov@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=75418 * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103885 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mnaganov@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=74888 * platform/chromium-cg-mac-leopard/fast/dom/HTMLTableElement/colSpan-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/dom/HTMLTableElement/createCaption-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug1163-1-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug119786-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug1302-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug222846-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug29058-3-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug48028-1-expected.png: * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug48028-2-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug5838-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug6304-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug8381-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/core/captions-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_position-table-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_frame_border-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_frame_box-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_align_top-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_class-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_id-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_style-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added. * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-cg-mac-snowleopard/fast/css/bidi-override-in-anonymous-block-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-absolute-position-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-absolute-position-offset-top-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-fixed-position-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-fixed-position-offset-top-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-relative-position-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-relative-position-offset-top-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/fast/table/frame-and-rules-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug29157-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/core/captions-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/core/captions-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Added. * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.txt: Added. * platform/chromium-linux/fast/dom/HTMLTableElement/colSpan-expected.png: * platform/chromium-linux/fast/dom/HTMLTableElement/createCaption-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug1163-1-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug119786-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug222846-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug29058-3-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug48028-1-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug48028-2-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug5838-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug8381-expected.png: * platform/chromium-linux/tables/mozilla/core/captions-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/table_frame_border-expected.png: * platform/chromium-linux/tables/mozilla/marvin/table_frame_box-expected.png: * platform/chromium-linux/tables/mozilla/marvin/table_rules_all-expected.png: * platform/chromium-linux/tables/mozilla/marvin/table_rules_none-expected.png: * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_bot-expected.png: * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_top-expected.png: * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_bottom-expected.png: * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_top-expected.png: * platform/chromium-linux/tables/mozilla/marvin/x_caption_class-expected.png: * platform/chromium-linux/tables/mozilla/marvin/x_caption_id-expected.png: * platform/chromium-linux/tables/mozilla/marvin/x_caption_style-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug104898-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-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/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_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_frame_vsides-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-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_cell-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-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_table-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-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/marvin/table_rules_cols-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-mac-leopard/fast/dom/HTMLTableElement/colSpan-expected.png: * platform/chromium-mac-leopard/fast/dom/HTMLTableElement/createCaption-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1163-1-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug119786-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1302-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug222846-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug29058-3-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug48028-1-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug48028-2-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5838-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6304-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug8381-expected.png: * platform/chromium-mac-leopard/tables/mozilla/core/captions-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_position-table-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/table_frame_border-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/table_frame_box-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/tables_caption_align_top-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_align_top-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_class-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_id-expected.png: * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_style-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-mac-snowleopard/fast/css/bidi-override-in-anonymous-block-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/css/caption-width-absolute-position-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/caption-width-absolute-position-offset-top-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/caption-width-fixed-position-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/caption-width-fixed-position-offset-top-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/caption-width-relative-position-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/caption-width-relative-position-offset-top-expected.png: Added. * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.png: Added. * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.png: Added. * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/frame-and-rules-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29157-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/core/captions-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/core/captions-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.txt: Added. * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt: * platform/chromium-win/fast/css/caption-width-absolute-position-expected.png: Added. * platform/chromium-win/fast/css/caption-width-absolute-position-offset-top-expected.png: Added. * platform/chromium-win/fast/css/caption-width-fixed-position-expected.png: Added. * platform/chromium-win/fast/css/caption-width-fixed-position-offset-top-expected.png: Added. * platform/chromium-win/fast/css/caption-width-relative-position-expected.png: Added. * platform/chromium-win/fast/css/caption-width-relative-position-offset-top-expected.png: Added. * platform/chromium-win/fast/dom/HTMLTableElement/colSpan-expected.png: * platform/chromium-win/fast/dom/HTMLTableElement/colSpan-expected.txt: * platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.png: * platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.txt: * platform/chromium-win/fast/repaint/table-section-repaint-expected.txt: Added. * platform/chromium-win/fast/table/frame-and-rules-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug119786-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug119786-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug1302-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug1302-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug222846-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug222846-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug29058-3-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug29058-3-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug29157-expected.txt: * 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.png: * platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug5838-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug5838-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.txt: * platform/chromium-win/tables/mozilla/core/captions-expected.png: * platform/chromium-win/tables/mozilla/core/captions-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: * platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.png: * platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.txt: * platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.png: * platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.txt: * platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.png: * platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.txt: * platform/chromium-win/tables/mozilla/marvin/table_rules_none-expected.png: * platform/chromium-win/tables/mozilla/marvin/table_rules_none-expected.txt: * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_bot-expected.png: * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_top-expected.png: * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_top-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.png: * platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.png: * platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.png: * platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.png: * platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.png: * platform/chromium-win/tables/mozilla/marvin/x_caption_style-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/bug10140-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug104898-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103884 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-