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

Side by Side Diff: third_party/WebKit/ManualTests/compositor-worker/physics/physics.html

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet ' type='text/css'>
4 <link rel="stylesheet" type="text/css" href="theme.css">
5 </head>
6 <div class="container">
7 <div id="logo" class="logo">rAF</div>
8 <a id="startJank" class="button">Add main thread jank.</a>
9 <a id="stopJank" class="button">Janking (click to stop).</a>
10 </div>
11 <script src="physics.js" type="text/javascript"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698