Chromium Code Reviews| Index: LayoutTests/virtual/without-smil/svg/animations/exposed/effect-expected.txt |
| diff --git a/LayoutTests/virtual/without-smil/svg/animations/exposed/effect-expected.txt b/LayoutTests/virtual/without-smil/svg/animations/exposed/effect-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d6c3d74042ffa5c485a003e7edd1584a74940a0a |
| --- /dev/null |
| +++ b/LayoutTests/virtual/without-smil/svg/animations/exposed/effect-expected.txt |
| @@ -0,0 +1,5 @@ |
| + PASS rect.width.animVal.value is 100 |
| +PASS rect.height.animVal.value is 200 |
| +PASS rect["transform"].animVal.numberOfItems is 1 |
| +PASS rect["transform"].animVal.getItem(0).angle is 300 |
| + |