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

Unified Diff: LayoutTests/animations/animation-add-events-in-handler.html

Issue 764703002: Support unit-less lengths for white-list of properties only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: min-width/height still accepts unitless lengths Created 5 years, 11 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/animations/animation-add-events-in-handler.html
diff --git a/LayoutTests/animations/animation-add-events-in-handler.html b/LayoutTests/animations/animation-add-events-in-handler.html
index 812785f59831052f3b9f3867622b215e32cf1204..bc9ed3b8191c0c93a7609771a2d86ceedf174800 100644
--- a/LayoutTests/animations/animation-add-events-in-handler.html
+++ b/LayoutTests/animations/animation-add-events-in-handler.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
@@ -34,7 +35,7 @@ window.onload = function() {
.padding {
-webkit-animation-name: keyframes;
-webkit-animation-iteration-count: infinite;
- -webkit-animation-duration: 0.001;
+ -webkit-animation-duration: 0.001s;
}
</style>
<div id="results">
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/animations/keyframe-multiple-timing-functions-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698