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

Unified Diff: LayoutTests/web-animations-api/animations-additive-length-expected.txt

Issue 863863004: Implemented additive animations for length (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed AnimationStackTest Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/web-animations-api/animations-additive-length-expected.txt
diff --git a/LayoutTests/web-animations-api/animations-additive-length-expected.txt b/LayoutTests/web-animations-api/animations-additive-length-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..176d8b8a75a4034622f11438bfcf9feaab952eb1
--- /dev/null
+++ b/LayoutTests/web-animations-api/animations-additive-length-expected.txt
@@ -0,0 +1,175 @@
+This is a testharness.js-based test.
+PASS Underlying value length ignored in replace -> replace keyframes (for borderBottomWidth)
+PASS Underlying value length added in add -> add keyframes (for borderBottomWidth)
+PASS Underlying value of inherit added to in add -> add keyframes (for borderBottomWidth)
+PASS Replace -> replace animations override earlier replace -> replace animations (for borderBottomWidth)
+PASS Replace -> replace animations override earlier add -> add animations (for borderBottomWidth)
+PASS Add -> add animations add on to earlier replace -> replace animations (for borderBottomWidth)
+PASS Multiple add -> add animations add on to underlying value (for borderBottomWidth)
+FAIL inherit added in add -> add keyframes (for borderBottomWidth) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for borderLeftWidth)
+PASS Underlying value length added in add -> add keyframes (for borderLeftWidth)
+PASS Underlying value of inherit added to in add -> add keyframes (for borderLeftWidth)
+PASS Replace -> replace animations override earlier replace -> replace animations (for borderLeftWidth)
+PASS Replace -> replace animations override earlier add -> add animations (for borderLeftWidth)
+PASS Add -> add animations add on to earlier replace -> replace animations (for borderLeftWidth)
+PASS Multiple add -> add animations add on to underlying value (for borderLeftWidth)
+FAIL inherit added in add -> add keyframes (for borderLeftWidth) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for borderRightWidth)
+PASS Underlying value length added in add -> add keyframes (for borderRightWidth)
+PASS Underlying value of inherit added to in add -> add keyframes (for borderRightWidth)
+PASS Replace -> replace animations override earlier replace -> replace animations (for borderRightWidth)
+PASS Replace -> replace animations override earlier add -> add animations (for borderRightWidth)
+PASS Add -> add animations add on to earlier replace -> replace animations (for borderRightWidth)
+PASS Multiple add -> add animations add on to underlying value (for borderRightWidth)
+FAIL inherit added in add -> add keyframes (for borderRightWidth) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for borderTopWidth)
+PASS Underlying value length added in add -> add keyframes (for borderTopWidth)
+PASS Underlying value of inherit added to in add -> add keyframes (for borderTopWidth)
+PASS Replace -> replace animations override earlier replace -> replace animations (for borderTopWidth)
+PASS Replace -> replace animations override earlier add -> add animations (for borderTopWidth)
+PASS Add -> add animations add on to earlier replace -> replace animations (for borderTopWidth)
+PASS Multiple add -> add animations add on to underlying value (for borderTopWidth)
+FAIL inherit added in add -> add keyframes (for borderTopWidth) assert_equals: expected "400px" but got "100px"
+PASS Underlying value of auto ignored in replace -> replace keyframes (for flexBasis)
+PASS Add -> add auto keyframes ignored with underlying value length (for flexBasis)
+PASS Underlying value length ignored in replace -> replace keyframes (for flexBasis)
+PASS Underlying value length added in add -> add keyframes (for flexBasis)
+PASS Underlying value of inherit added to in add -> add keyframes (for flexBasis)
+PASS Replace -> replace animations override earlier replace -> replace animations (for flexBasis)
+PASS Replace -> replace animations override earlier add -> add animations (for flexBasis)
+PASS Add -> add animations add on to earlier replace -> replace animations (for flexBasis)
+PASS Multiple add -> add animations add on to underlying value (for flexBasis)
+FAIL inherit added in add -> add keyframes (for flexBasis) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for fontSize)
+PASS Underlying value length added in add -> add keyframes (for fontSize)
+PASS Underlying value of inherit added to in add -> add keyframes (for fontSize)
+PASS Replace -> replace animations override earlier replace -> replace animations (for fontSize)
+PASS Replace -> replace animations override earlier add -> add animations (for fontSize)
+PASS Add -> add animations add on to earlier replace -> replace animations (for fontSize)
+PASS Multiple add -> add animations add on to underlying value (for fontSize)
+FAIL inherit added in add -> add keyframes (for fontSize) assert_equals: expected "400px" but got "100px"
+PASS Underlying value of auto ignored in replace -> replace keyframes (for height)
+PASS Add -> add auto keyframes ignored with underlying value length (for height)
+PASS Underlying value of auto ignored in add -> add keyframes (for height)
+PASS Underlying value length ignored in replace -> replace keyframes (for height)
+PASS Underlying value length added in add -> add keyframes (for height)
+PASS Underlying value of inherit added to in add -> add keyframes (for height)
+PASS Replace -> replace animations override earlier replace -> replace animations (for height)
+PASS Replace -> replace animations override earlier add -> add animations (for height)
+PASS Add -> add animations add on to earlier replace -> replace animations (for height)
+PASS Multiple add -> add animations add on to underlying value (for height)
+FAIL inherit added in add -> add keyframes (for height) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for maxHeight)
+PASS Underlying value length added in add -> add keyframes (for maxHeight)
+PASS Underlying value of inherit added to in add -> add keyframes (for maxHeight)
+PASS Replace -> replace animations override earlier replace -> replace animations (for maxHeight)
+PASS Replace -> replace animations override earlier add -> add animations (for maxHeight)
+PASS Add -> add animations add on to earlier replace -> replace animations (for maxHeight)
+PASS Multiple add -> add animations add on to underlying value (for maxHeight)
+FAIL inherit added in add -> add keyframes (for maxHeight) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for maxWidth)
+PASS Underlying value length added in add -> add keyframes (for maxWidth)
+PASS Underlying value of inherit added to in add -> add keyframes (for maxWidth)
+PASS Replace -> replace animations override earlier replace -> replace animations (for maxWidth)
+PASS Replace -> replace animations override earlier add -> add animations (for maxWidth)
+PASS Add -> add animations add on to earlier replace -> replace animations (for maxWidth)
+PASS Multiple add -> add animations add on to underlying value (for maxWidth)
+FAIL inherit added in add -> add keyframes (for maxWidth) assert_equals: expected "400px" but got "100px"
+PASS Underlying value of auto ignored in replace -> replace keyframes (for minHeight)
+PASS Add -> add auto keyframes ignored with underlying value length (for minHeight)
+PASS Underlying value length ignored in replace -> replace keyframes (for minHeight)
+PASS Underlying value length added in add -> add keyframes (for minHeight)
+PASS Underlying value of inherit added to in add -> add keyframes (for minHeight)
+PASS Replace -> replace animations override earlier replace -> replace animations (for minHeight)
+PASS Replace -> replace animations override earlier add -> add animations (for minHeight)
+PASS Add -> add animations add on to earlier replace -> replace animations (for minHeight)
+PASS Multiple add -> add animations add on to underlying value (for minHeight)
+FAIL inherit added in add -> add keyframes (for minHeight) assert_equals: expected "400px" but got "100px"
+PASS Underlying value of auto ignored in replace -> replace keyframes (for minWidth)
+PASS Add -> add auto keyframes ignored with underlying value length (for minWidth)
+PASS Underlying value length ignored in replace -> replace keyframes (for minWidth)
+PASS Underlying value length added in add -> add keyframes (for minWidth)
+PASS Underlying value of inherit added to in add -> add keyframes (for minWidth)
+PASS Replace -> replace animations override earlier replace -> replace animations (for minWidth)
+PASS Replace -> replace animations override earlier add -> add animations (for minWidth)
+PASS Add -> add animations add on to earlier replace -> replace animations (for minWidth)
+PASS Multiple add -> add animations add on to underlying value (for minWidth)
+FAIL inherit added in add -> add keyframes (for minWidth) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for motionPosition)
+PASS Underlying value length added in add -> add keyframes (for motionPosition)
+PASS Underlying value of inherit added to in add -> add keyframes (for motionPosition)
+PASS Replace -> replace animations override earlier replace -> replace animations (for motionPosition)
+PASS Replace -> replace animations override earlier add -> add animations (for motionPosition)
+PASS Add -> add animations add on to earlier replace -> replace animations (for motionPosition)
+PASS Multiple add -> add animations add on to underlying value (for motionPosition)
+FAIL inherit added in add -> add keyframes (for motionPosition) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for outlineWidth)
+PASS Underlying value length added in add -> add keyframes (for outlineWidth)
+PASS Underlying value of inherit added to in add -> add keyframes (for outlineWidth)
+PASS Replace -> replace animations override earlier replace -> replace animations (for outlineWidth)
+PASS Replace -> replace animations override earlier add -> add animations (for outlineWidth)
+PASS Add -> add animations add on to earlier replace -> replace animations (for outlineWidth)
+PASS Multiple add -> add animations add on to underlying value (for outlineWidth)
+FAIL inherit added in add -> add keyframes (for outlineWidth) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for paddingBottom)
+PASS Underlying value length added in add -> add keyframes (for paddingBottom)
+PASS Underlying value of inherit added to in add -> add keyframes (for paddingBottom)
+PASS Replace -> replace animations override earlier replace -> replace animations (for paddingBottom)
+PASS Replace -> replace animations override earlier add -> add animations (for paddingBottom)
+PASS Add -> add animations add on to earlier replace -> replace animations (for paddingBottom)
+PASS Multiple add -> add animations add on to underlying value (for paddingBottom)
+FAIL inherit added in add -> add keyframes (for paddingBottom) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for paddingLeft)
+PASS Underlying value length added in add -> add keyframes (for paddingLeft)
+PASS Underlying value of inherit added to in add -> add keyframes (for paddingLeft)
+PASS Replace -> replace animations override earlier replace -> replace animations (for paddingLeft)
+PASS Replace -> replace animations override earlier add -> add animations (for paddingLeft)
+PASS Add -> add animations add on to earlier replace -> replace animations (for paddingLeft)
+PASS Multiple add -> add animations add on to underlying value (for paddingLeft)
+FAIL inherit added in add -> add keyframes (for paddingLeft) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for paddingRight)
+PASS Underlying value length added in add -> add keyframes (for paddingRight)
+PASS Underlying value of inherit added to in add -> add keyframes (for paddingRight)
+PASS Replace -> replace animations override earlier replace -> replace animations (for paddingRight)
+PASS Replace -> replace animations override earlier add -> add animations (for paddingRight)
+PASS Add -> add animations add on to earlier replace -> replace animations (for paddingRight)
+PASS Multiple add -> add animations add on to underlying value (for paddingRight)
+FAIL inherit added in add -> add keyframes (for paddingRight) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for paddingTop)
+PASS Underlying value length added in add -> add keyframes (for paddingTop)
+PASS Underlying value of inherit added to in add -> add keyframes (for paddingTop)
+PASS Replace -> replace animations override earlier replace -> replace animations (for paddingTop)
+PASS Replace -> replace animations override earlier add -> add animations (for paddingTop)
+PASS Add -> add animations add on to earlier replace -> replace animations (for paddingTop)
+PASS Multiple add -> add animations add on to underlying value (for paddingTop)
+FAIL inherit added in add -> add keyframes (for paddingTop) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for perspective)
+PASS Underlying value length added in add -> add keyframes (for perspective)
+PASS Underlying value of inherit added to in add -> add keyframes (for perspective)
+PASS Replace -> replace animations override earlier replace -> replace animations (for perspective)
+PASS Replace -> replace animations override earlier add -> add animations (for perspective)
+PASS Add -> add animations add on to earlier replace -> replace animations (for perspective)
+PASS Multiple add -> add animations add on to underlying value (for perspective)
+FAIL inherit added in add -> add keyframes (for perspective) assert_equals: expected "400px" but got "100px"
+PASS Underlying value length ignored in replace -> replace keyframes (for shapeMargin)
+PASS Underlying value length added in add -> add keyframes (for shapeMargin)
+PASS Underlying value of inherit added to in add -> add keyframes (for shapeMargin)
+PASS Replace -> replace animations override earlier replace -> replace animations (for shapeMargin)
+PASS Replace -> replace animations override earlier add -> add animations (for shapeMargin)
+PASS Add -> add animations add on to earlier replace -> replace animations (for shapeMargin)
+PASS Multiple add -> add animations add on to underlying value (for shapeMargin)
+FAIL inherit added in add -> add keyframes (for shapeMargin) assert_equals: expected "400px" but got "100px"
+PASS Underlying value of auto ignored in replace -> replace keyframes (for width)
+PASS Add -> add auto keyframes ignored with underlying value length (for width)
+PASS Underlying value auto ignored in add -> add length keyframes (for width)
+PASS Underlying value length ignored in replace -> replace keyframes (for width)
+PASS Underlying value length added in add -> add keyframes (for width)
+PASS Underlying value of inherit added to in add -> add keyframes (for width)
+PASS Replace -> replace animations override earlier replace -> replace animations (for width)
+PASS Replace -> replace animations override earlier add -> add animations (for width)
+PASS Add -> add animations add on to earlier replace -> replace animations (for width)
+PASS Multiple add -> add animations add on to underlying value (for width)
+FAIL inherit added in add -> add keyframes (for width) assert_equals: expected "400px" but got "100px"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698