Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed)

Created:
7 years, 1 month ago by Steve Block
Modified:
7 years, 1 month ago
Reviewers:
dstockwell, eseidel
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), Timothy Loh, darktears, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

Web Animations CSS: Add to experimental web platform features This enables use of the Web Animations engine for CSS animations and transitions when running with experimental web platform features enabled. It also removes the existing web-animations-css virtual LayoutTests suite (which ran with --enable-web-animations-css) and replaces it with a new legacy-animations-engine virtual suite (which runs with --disable-web-animations-css). Expected results are relocated appropriately. The change in the expected results for the main animations/ and transitions/ directories document the behavioral progressions introduced by the switch to the Web Animations engine. R=dstockwell BUG=258896, 322272 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162504

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Fix expected results for virtual/animations/ suite #

Patch Set 4 : Rebased and tweaks some expected results #

Patch Set 5 : Rebased #

Patch Set 6 : Rebased after https://codereview.chromium.org/23874019 #

Patch Set 7 : Rebased #

Patch Set 8 : Flip flag for experimental only #

Patch Set 9 : Rebased #

Patch Set 10 : Add expectations for a couple of newly failing tests #

Patch Set 11 : Add expectations for a couple more newly failing tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -2235 lines) Patch
M LayoutTests/SlowTests View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/StaleTestExpectations View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 10 chunks +26 lines, -19 lines 0 comments Download
M LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/animation-none-keyword-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/display-change-does-not-terminate-animation-expected.txt View 1 chunk +31 lines, -1 line 0 comments Download
M LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/animations/interpolation/background-image-interpolation-expected.txt View 1 chunk +30 lines, -30 lines 0 comments Download
M LayoutTests/animations/interpolation/background-position-interpolation-expected.txt View 1 chunk +14 lines, -14 lines 0 comments Download
M LayoutTests/animations/interpolation/background-size-interpolation-expected.txt View 1 chunk +29 lines, -29 lines 0 comments Download
M LayoutTests/animations/interpolation/border-image-outset-interpolation-expected.txt View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/border-image-slice-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/border-image-source-interpolation-expected.txt View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt View 5 chunks +24 lines, -24 lines 0 comments Download
M LayoutTests/animations/interpolation/border-radius-interpolation-expected.txt View 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/animations/interpolation/border-spacing-interpolation-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/calc-interpolation-expected.txt View 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/animations/interpolation/clip-interpolation-expected.txt View 1 chunk +24 lines, -24 lines 0 comments Download
M LayoutTests/animations/interpolation/filter-interpolation-expected.txt View 3 chunks +20 lines, -20 lines 0 comments Download
M LayoutTests/animations/interpolation/flex-interpolation-expected.txt View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/animations/interpolation/line-height-interpolation-expected.txt View 2 chunks +24 lines, -24 lines 0 comments Download
M LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/animations/interpolation/max-height-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/max-width-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/min-height-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/min-width-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/object-position-interpolation-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/animations/interpolation/orphans-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/padding-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/shape-inside-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/animations/interpolation/shape-outside-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-fill-interpolation-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-fill-opacity-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-flood-opacity-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-stop-opacity-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt View 4 chunks +32 lines, -32 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-stroke-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-stroke-miterlimit-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/text-decoration-color-interpolation-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/animations/interpolation/visibility-interpolation-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-background-size-interpolation-expected.txt View 1 chunk +29 lines, -29 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-clip-path-interpolation-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-column-gap-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/webkit-column-width-interpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/interpolation/webkit-mask-box-image-outset-interpolation-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-mask-box-image-slice-interpolation-expected.txt View 1 2 3 4 5 6 1 chunk +12 lines, -12 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-mask-box-image-source-interpolation-expected.txt View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-mask-image-interpolation-expected.txt View 1 chunk +30 lines, -30 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-mask-position-interpolation-expected.txt View 1 chunk +14 lines, -14 lines 0 comments Download
M LayoutTests/animations/interpolation/webkit-mask-size-interpolation-expected.txt View 1 chunk +29 lines, -29 lines 0 comments Download
M LayoutTests/animations/interpolation/widows-interpolation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/animations/interpolation/zoom-iterpolation-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/animations/timing-model-expected.txt View 6 chunks +26 lines, -26 lines 0 comments Download
M LayoutTests/animations/unsigned-underflow-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/image-set-value-not-removed-crash-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D LayoutTests/platform/android/virtual/web-animations-css/animations/keyframe-multiple-timing-functions-transform-expected.png View 1 2 3 4 5 Binary file 0 comments Download
D LayoutTests/platform/linux/animations/interpolation/line-height-interpolation-expected.txt View 1 chunk +0 lines, -57 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/keyframe-multiple-timing-functions-transform-expected.png View 1 2 3 4 5 Binary file 0 comments Download
D LayoutTests/platform/linux/virtual/web-animations-css/animations/keyframe-multiple-timing-functions-transform-expected.png View 1 2 3 4 5 Binary file 0 comments Download
A + LayoutTests/platform/mac/virtual/legacy-animations-engine/animations/keyframe-multiple-timing-functions-transform-expected.png View 1 2 3 4 5 Binary file 0 comments Download
D LayoutTests/platform/mac/virtual/web-animations-css/animations/keyframe-multiple-timing-functions-transform-expected.png View 1 2 3 4 5 Binary file 0 comments Download
D LayoutTests/platform/win/animations/interpolation/line-height-interpolation-expected.txt View 1 chunk +0 lines, -57 lines 0 comments Download
A + LayoutTests/platform/win/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/win/virtual/legacy-animations-engine/animations/keyframe-multiple-timing-functions-transform-expected.png View 1 2 3 4 5 Binary file 0 comments Download
D LayoutTests/platform/win/virtual/web-animations-css/animations/keyframe-multiple-timing-functions-transform-expected.png View 1 2 3 4 5 Binary file 0 comments Download
M LayoutTests/transitions/flex-transitions-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/transitions/svg-transitions-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/transitions/zero-duration-with-non-zero-delay-start-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/animation-direction-reverse-fill-mode-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/animation-none-keyword-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/display-change-does-not-terminate-animation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/fill-mode-iteration-count-non-integer-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/background-image-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/background-position-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/background-size-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/border-image-outset-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/border-image-slice-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/border-image-source-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/border-image-width-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/border-radius-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/border-spacing-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/box-shadow-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/calc-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/clip-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/filter-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/flex-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/list-style-image-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/max-height-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/max-width-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/min-height-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/min-width-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/object-position-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/orphans-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/padding-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/perspective-origin-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/shape-inside-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/shape-outside-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-fill-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-fill-opacity-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-flood-opacity-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-stop-opacity-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-stroke-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-stroke-miterlimit-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/svg-stroke-width-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/text-decoration-color-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/transform-interpolation-expected.txt View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/transform-origin-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/visibility-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-background-size-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-clip-path-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-column-gap-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-column-width-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-mask-box-image-outset-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-mask-box-image-slice-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-mask-box-image-source-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-mask-image-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-mask-position-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/webkit-mask-size-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/widows-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/width-interpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/interpolation/zoom-iterpolation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/missing-from-to-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/missing-from-to-transforms-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/timing-model-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/animations/unsigned-underflow-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/transitions/flex-transitions-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/transitions/negative-delay-expected.txt View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/transitions/svg-transitions-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/virtual/legacy-animations-engine/transitions/zero-duration-with-non-zero-delay-start-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/animation-direction-reverse-fill-mode-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/animation-none-keyword-expected.txt View 1 chunk +0 lines, -6 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/display-change-does-not-terminate-animation-expected.txt View 1 chunk +0 lines, -34 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/fill-mode-iteration-count-non-integer-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/background-image-interpolation-expected.txt View 1 chunk +0 lines, -43 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/background-position-interpolation-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/background-size-interpolation-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/border-image-outset-interpolation-expected.txt View 1 chunk +0 lines, -29 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/border-image-slice-interpolation-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/border-image-source-interpolation-expected.txt View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/border-image-width-interpolation-expected.txt View 1 chunk +0 lines, -69 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/border-radius-interpolation-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/border-spacing-interpolation-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/box-shadow-interpolation-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/calc-interpolation-expected.txt View 1 chunk +0 lines, -29 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/clip-interpolation-expected.txt View 1 chunk +0 lines, -31 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/filter-interpolation-expected.txt View 1 chunk +0 lines, -96 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/flex-interpolation-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/line-height-interpolation-expected.txt View 1 chunk +0 lines, -57 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/list-style-image-interpolation-expected.txt View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/max-height-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/max-width-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/min-height-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/min-width-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/object-position-interpolation-expected.txt View 1 chunk +0 lines, -26 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/orphans-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/padding-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/perspective-origin-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/shape-inside-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/shape-outside-expected.txt View 1 chunk +0 lines, -37 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-fill-interpolation-expected.txt View 1 chunk +0 lines, -12 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-fill-opacity-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-flood-opacity-interpolation-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-stop-opacity-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt View 1 chunk +0 lines, -75 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-stroke-interpolation-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-stroke-miterlimit-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/svg-stroke-width-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/text-decoration-color-interpolation-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/transform-interpolation-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -271 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/transform-origin-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/visibility-interpolation-expected.txt View 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-background-size-interpolation-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-clip-path-interpolation-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-column-gap-interpolation-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-column-width-interpolation-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-mask-box-image-outset-interpolation-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-mask-box-image-slice-interpolation-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-mask-box-image-source-interpolation-expected.txt View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt View 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-mask-image-interpolation-expected.txt View 1 chunk +0 lines, -43 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-mask-position-interpolation-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/webkit-mask-size-interpolation-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/widows-interpolation-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/width-interpolation-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/interpolation/zoom-iterpolation-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/missing-from-to-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/missing-from-to-transforms-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/timing-model-expected.txt View 1 chunk +0 lines, -138 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/unsigned-underflow-expected.txt View 1 chunk +0 lines, -5 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/transitions/flex-transitions-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/transitions/negative-delay-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/transitions/svg-transitions-expected.txt View 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/transitions/zero-duration-with-non-zero-delay-start-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/port/base.py View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Steve Block
Note that patchset 3 includes the fix in https://codereview.chromium.org/73643003, so we can gather meaningful results ...
7 years, 1 month ago (2013-11-17 04:33:07 UTC) #1
dstockwell
On 2013/11/17 04:33:07, Steve Block wrote: > Note that patchset 3 includes the fix in ...
7 years, 1 month ago (2013-11-17 04:48:45 UTC) #2
Steve Block
> What do you think about splitting this into three changes? What would be the ...
7 years, 1 month ago (2013-11-17 05:09:49 UTC) #3
Steve Block
The latest patch set includes a change to LayoutTests/fast/css/image-set-value-not-removed-crash-expected.txt which I don't understand, but which ...
7 years, 1 month ago (2013-11-17 06:33:06 UTC) #4
Steve Block
With the latest patch set, it looks like all failures are due to the missing ...
7 years, 1 month ago (2013-11-17 07:11:09 UTC) #5
dstockwell
On 2013/11/17 05:09:49, Steve Block wrote: > > What do you think about splitting this ...
7 years, 1 month ago (2013-11-17 07:53:22 UTC) #6
Steve Block
> Right, I think #2 is the only interesting change. This would make it a ...
7 years, 1 month ago (2013-11-17 22:33:26 UTC) #7
dstockwell
lgtm
7 years, 1 month ago (2013-11-22 00:58:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/steveblock@chromium.org/70903004/730001
7 years, 1 month ago (2013-11-22 01:02:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/steveblock@chromium.org/70903004/730001
7 years, 1 month ago (2013-11-22 01:43:24 UTC) #10
commit-bot: I haz the power
Change committed as 162504
7 years, 1 month ago (2013-11-22 01:57:03 UTC) #11
eseidel
I believe this caused a bunch of failures to virtual/threaded, like: virtual/threaded/transitions/transition-end-event-left.html garden-o-matic.appspot.com shows many ...
7 years, 1 month ago (2013-11-22 08:02:59 UTC) #12
dstockwell
7 years, 1 month ago (2013-11-22 08:17:42 UTC) #13
Message was sent while issue was closed.
On 2013/11/22 08:02:59, eseidel wrote:
> I believe this caused a bunch of failures to virtual/threaded, like:
> virtual/threaded/transitions/transition-end-event-left.html
> 
> http://garden-o-matic.appspot.com shows many more, but fails to attribute them
to this
> change.

The flakiness in virtual/threaded is somewhat expected, we're marking these
flaky and tracking on https://code.google.com/p/chromium/issues/detail?id=322272

Powered by Google App Engine
This is Rietveld 408576698