Chromium Code Reviews| Index: LayoutTests/css3/clippath/clippath-animated-expected.html |
| diff --git a/LayoutTests/svg/as-image/svg-image-with-css-animation-expected.html b/LayoutTests/css3/clippath/clippath-animated-expected.html |
| similarity index 71% |
| copy from LayoutTests/svg/as-image/svg-image-with-css-animation-expected.html |
| copy to LayoutTests/css3/clippath/clippath-animated-expected.html |
| index f718ea6abfbab54333ba674ff0dcd320d8672bcd..c2965e9ad505040e8bd90381426659bf0605e9cb 100644 |
| --- a/LayoutTests/svg/as-image/svg-image-with-css-animation-expected.html |
| +++ b/LayoutTests/css3/clippath/clippath-animated-expected.html |
| @@ -1,2 +1 @@ |
| -<!DOCTYPE html> |
| -<div style="width: 100px; height: 100px; background-color: green"></div> |
| +<div style="width: 100px; height: 100px; background-color: green;" id="div1"></div> |
|
pdr.
2014/08/04 17:06:31
The id='div1' should be unnecessary in the expecte
Shanmuga Pandi
2014/08/06 14:51:34
Done.
|