X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=LayoutTests%2FChangeLog;h=282ec9b9eed3c8b870b6adc7b5da1a3c2249e10d;hb=daf224e4c44f0c9f8322125777db826076b34a7d;hp=388cd42e652fee65be43c7bd3e65a1286dde5107;hpb=8abc72827d38f4f51277d7953d73e46874914820;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 388cd42..282ec9b 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,10103 +1,94 @@ -2013-03-11 Kent Tamura - - Inappropriate validation message for required number/date input elements - https://bugs.webkit.org/show_bug.cgi?id=111982 - - Reviewed by Kentaro Hara. - - * fast/forms/validationMessage-expected.txt: - * fast/forms/validationMessage.html: - * platform/chromium/fast/forms/validationMessage-expected.txt: - -2013-03-11 Christophe Dumez - - Unreviewed EFL gardening. - - Unskip most of the websocket hybi test cases on EFL port as they - are passing nowadays. - - * platform/efl-wk1/TestExpectations: - * platform/efl-wk2/TestExpectations: - * platform/efl/TestExpectations: - -2013-03-11 Alan Cutter - - [Chromium] Mark LayoutTests/html5lib/generated/run-tests16-data.html as slow - https://bugs.webkit.org/show_bug.cgi?id=111960 - - Reviewed by Eric Seidel. - - Related to V8 performance issue: https://code.google.com/p/v8/issues/detail?id=2567 - - * platform/chromium/TestExpectations: - -2013-03-11 Zoltan Arvai - - [Qt] Unrewieved gardening. Cleaning up some skip. - - * platform/qt-5.0-wk1/TestExpectations: - * platform/qt-5.0-wk2/TestExpectations: - * platform/qt/TestExpectations: - * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296. - * platform/qt/fast/dynamic/002-expected.txt: Rebaselining after r145296. - -2013-03-11 Zan Dobersek - - Unreviewed GTK gardening. - - * platform/gtk/TestExpectations: Removing a few expectations for tests that were rolled out in r145296. - * platform/gtk/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296. - * platform/gtk/fast/dynamic/002-expected.txt: Ditto. - -2013-03-07 Alexander Pavlov - - Web Inspector: [Elements] XSLT transformation result from the xml-stylesheet PI not rendered - https://bugs.webkit.org/show_bug.cgi?id=111313 - - Reviewed by Vsevolod Vlasov. - - * http/tests/inspector/styles/resources/xsl-transformed.xsl: Added. - * http/tests/inspector/styles/xsl-transformed-expected.txt: Added. - * http/tests/inspector/styles/xsl-transformed.xml: Added. - -2013-03-10 Matt Falkenhagen - - Implement inert subtrees needed for modal - https://bugs.webkit.org/show_bug.cgi?id=110952 - - Reviewed by Hajime Morrita. - - * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events-expected.txt: Added. - * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events.html: Added. - * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events-expected.txt: Added. - * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events.html: Added. - * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events-expected.txt: Added. - * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events.html: Added. - -2013-03-10 Glenn Adams - - Line breaking opportunities at the end of a text node are missed - https://bugs.webkit.org/show_bug.cgi?id=17427 - - Reviewed by Darin Adler. - - * fast/text/line-break-between-text-nodes-expected.html: Added. - * fast/text/line-break-between-text-nodes.html: Added. - -2013-03-09 Sheriff Bot - - Unreviewed, rolling out r145299. - http://trac.webkit.org/changeset/145299 - https://bugs.webkit.org/show_bug.cgi?id=111928 - - compilation failure with recent clang - (DFGBackwardsPropagationPhase.cpp:132:35: error: comparison of - constant 10 with expression of type 'bool' is always false) - (Requested by thorton on #webkit). - - * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Removed. - * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Removed. - * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Removed. - * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Removed. - * fast/js/jsc-test-list: - * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Removed. - * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Removed. - -2013-03-09 Keishi Hattori - - Add tests for opening the picker with the f4 key - https://bugs.webkit.org/show_bug.cgi?id=111811 - - Reviewed by Kent Tamura. - - * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key-expected.txt: Added. - * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key.html: Added. - * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key-expected.txt: Added. - * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html: Added. - * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key-expected.txt: Added. - * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key.html: Added. - * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key-expected.txt: Added. - * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key.html: Added. - -2013-03-09 Keishi Hattori - - Month transition animation is missing in some places - https://bugs.webkit.org/show_bug.cgi?id=111908 - - Reviewed by Kent Tamura. - - * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: - * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: - * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: - * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: - * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: - (isCalendarTableScrollingWithAnimation): - * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: - * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: - -2013-03-07 Robert Hogan - - REGRESSION(r140907): Incorrect baseline for cells with media content during load - https://bugs.webkit.org/show_bug.cgi?id=108357 - - Reviewed by Julien Chaffraix. - - * fast/css/vertical-align-baseline-rowspan-012-expected.html: Added. - * fast/css/vertical-align-baseline-rowspan-012.html: Added. - * http/tests/css/vertical-align-baseline-after-image-load-2-expected.html: Added. - * http/tests/css/vertical-align-baseline-after-image-load-2.html: Added. - * http/tests/css/vertical-align-baseline-after-image-load-3-expected.html: Added. - * http/tests/css/vertical-align-baseline-after-image-load-3.html: Added. - * http/tests/css/vertical-align-baseline-after-image-load-expected.html: Added. - * http/tests/css/vertical-align-baseline-after-image-load.html: Added. - -2013-03-08 Sheriff Bot - - Unreviewed, rolling out r145254, r145264, and r145288. - http://trac.webkit.org/changeset/145254 - http://trac.webkit.org/changeset/145264 - http://trac.webkit.org/changeset/145288 - https://bugs.webkit.org/show_bug.cgi?id=111917 - - Test breakage hints at conceptual unsoundness (Requested by ap - on #webkit). - - * platform/mac-wk2/TestExpectations: - -2013-03-08 Filip Pizlo - - DFG overflow check elimination is too smart for its own good - https://bugs.webkit.org/show_bug.cgi?id=111832 - - Reviewed by Oliver Hunt and Gavin Barraclough. - - * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Added. - * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Added. - * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Added. - * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Added. - * fast/js/jsc-test-list: - * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Added. - (foo): - (bar): - * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Added. - (foo): - (bar): - -2013-03-08 James Robinson - - Update chromium baselines for transforms/3d/point-mapping - - * platform/chromium-linux-x86/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added. - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added. - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added. - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added. - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png: - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: - * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: - * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added. - * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added. - * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: - * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added. - * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: - * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: - * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added. - * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added. - * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: - * platform/chromium-win-xp/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added. - * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added. - * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added. - * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: - * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: - * platform/chromium/TestExpectations: - * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed. - * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Removed. - -2013-03-08 Julien Chaffraix - - [CSS Grid Layout] Resolve grid-{end|after} integer against the end|after edge - https://bugs.webkit.org/show_bug.cgi?id=111885 - - Reviewed by Tony Chang. - - * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt: - Moar passing tests! - -2013-03-08 Sheriff Bot - - Unreviewed, rolling out r142015. - http://trac.webkit.org/changeset/142015 - https://bugs.webkit.org/show_bug.cgi?id=111904 - - The change caused 2 major regressions (bug 111091 and bug - 111595) and Pravin doesn't have time to investigate them - (Requested by jchaffraix on #webkit). - - * fast/css/first-letter-removed-added-expected.txt: - * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Removed. - * fast/dynamic/absolute-positioned-to-static-positioned.html: Removed. - * fast/dynamic/floating-to-non-floating-expected.txt: Removed. - * fast/dynamic/floating-to-non-floating.html: Removed. - * fast/dynamic/non-floating-to-floating-expected.txt: Removed. - * fast/dynamic/non-floating-to-floating.html: Removed. - * fast/dynamic/resources/helper-bug91665.js: Removed. - * fast/dynamic/resources/style-bug91665.css: Removed. - * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Removed. - * fast/dynamic/static-positioned-to-absolute-positioned.html: Removed. - * fullscreen/full-screen-fixed-pos-parent-expected.txt: - * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png: - * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: - * platform/chromium-win/fast/dynamic/002-expected.txt: - * platform/chromium/fast/dynamic/002-expected.txt: - * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Removed. - * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed. - * platform/mac/fast/dynamic/002-expected.txt: - * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Removed. - * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed. - -2013-03-08 Rafael Weinstein - - [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope - https://bugs.webkit.org/show_bug.cgi?id=111880 - - Reviewed by Eric Seidel. - - * html5lib/resources/template.dat: - -2013-03-08 Ryosuke Niwa - - Add a failing test expectation per bug 111901. - - * platform/mac-wk2/TestExpectations: - -2013-03-08 James Robinson - - Update a few more chromium baselines. - - * platform/chromium-mac-lion/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt. - * platform/chromium-mac/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt. - * platform/chromium-win-xp/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt. - * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: - * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt: - -2013-03-08 Harald Alvestrand - - Implemented new API for RTCStatsReport object. - https://bugs.webkit.org/show_bug.cgi?id=110333 - - Reviewed by Adam Barth. - - * fast/mediastream/RTCPeerConnection-stats-expected.txt: - * fast/mediastream/RTCPeerConnection-stats.html: - -2013-03-08 James Robinson - - Chromium rebaselines and expectations updates. - - * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium-linux/compositing/tiling/rotated-tiled-clamped-expected.png: Added. - * platform/chromium-linux/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added. - * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: - * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: - * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac/compositing/tiling/rotated-tiled-clamped-expected.png: Added. - * platform/chromium-mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added. - * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-ne-expected.png: Added. - * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-nw-expected.png: Added. - * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png: Added. - * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added. - * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-sw-expected.png: Added. - * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added. - * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium-win/compositing/tiling/rotated-tiled-clamped-expected.png: Added. - * platform/chromium-win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added. - * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added. - * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium/TestExpectations: - * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added. - * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added. - * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added. - -2013-03-08 James Robinson - - Update some more chromium compositor pixel baselines. - - * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png: - * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: - * platform/chromium-linux/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-linux/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-linux/compositing/reflections/load-video-in-reflection-expected.png: - * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png: - * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png: - * platform/chromium-mac-lion/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac-lion/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png: - * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png: - * platform/chromium-mac-snowleopard/compositing/masks/simple-composited-mask-expected.png: - * platform/chromium-mac-snowleopard/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac-snowleopard/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png: - * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png: - * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png: - * platform/chromium-mac/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-mac/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png: - * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png: - * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png: - * platform/chromium-win/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added. - * platform/chromium-win/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added. - * platform/chromium-win/compositing/reflections/load-video-in-reflection-expected.png: - * platform/chromium-win/compositing/reflections/nested-reflection-anchor-point-expected.png: - * platform/chromium/TestExpectations: - * platform/chromium/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt. - * platform/chromium/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added. - * platform/chromium/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added. - * platform/efl-wk2/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png. - -2013-03-08 James Robinson - - Update baselines for a few chromium compositor tests. - - * platform/chromium-linux/compositing/checkerboard-expected.png: Removed. - * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png: - * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Removed. - * platform/chromium-mac/compositing/checkerboard-expected.png: - * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png: - * platform/chromium-win/compositing/checkerboard-expected.png: Removed. - * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png: - * platform/chromium/TestExpectations: - -2013-03-08 Mike West - - CSP: 'eval()' is blocked in report-only mode. - https://bugs.webkit.org/show_bug.cgi?id=111867 - - Reviewed by Adam Barth. - - * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-expected.txt: Added. - * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.html: Added. - -2013-03-08 James Robinson - - Update baselines for string prototypes fixed by v8-i18n roll 164:171 - - * platform/chromium/fast/js/kde/function_length-expected.txt: Removed. - * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt: - * platform/chromium/fast/js/string-prototype-properties-expected.txt: - -2013-03-08 Christian Biesinger - - REGRESSION (r143643):