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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html

Issue 1888983003: Fix crash in keyframe-effect/getComputedTiming tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert test to ref test Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div id='target'></div>
3 <style type="text/css">
4 #target {
5 background-color: black;
6 width: 100px;
7 height: 100px;
8 opacity: 0.75;
9 }
10 </style>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698