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

Unified Diff: LayoutTests/animations/additive-transform-animations.html

Issue 14522029: Convert additive-transform-animations to ref-test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed extra line. Created 7 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/animations/additive-transform-animations-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/additive-transform-animations.html
diff --git a/LayoutTests/animations/additive-transform-animations.html b/LayoutTests/animations/additive-transform-animations.html
index 8762512cbaa13c332dca3249ec6a8d138fb23b95..b19cc9d5dd5f53848905db60fd15f552f119c7d7 100644
--- a/LayoutTests/animations/additive-transform-animations.html
+++ b/LayoutTests/animations/additive-transform-animations.html
@@ -17,10 +17,6 @@
from { -webkit-transform: rotate(0deg) translate(-100px, 0); }
to { -webkit-transform: rotate(180deg) translate(300px, 0); }
}
-
- #result {
- opacity: 0; /* hide in pixel result */
- }
</style>
<script src="resources/animation-test-helpers.js" type="text/javascript"></script>
<script type="text/javascript">
« no previous file with comments | « no previous file | LayoutTests/animations/additive-transform-animations-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698