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

Unified Diff: lib/src/runner/browser/static/index.html

Issue 1087403002: Add an animation to the host page. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Reformat SVG Created 5 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 | « lib/src/runner/browser/static/host.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/browser/static/index.html
diff --git a/lib/src/runner/browser/static/index.html b/lib/src/runner/browser/static/index.html
index 9463c9c7393ee7c01c5d7a3ec92d34ee01d2a7cc..5e7a3c5f304bbc921b2755f57529cad0686f786a 100644
--- a/lib/src/runner/browser/static/index.html
+++ b/lib/src/runner/browser/static/index.html
@@ -3,7 +3,17 @@
<head>
<title>test Browser Host</title>
<script src="host.dart.js"></script>
+ <link rel="stylesheet" type="text/css" href="host.css" />
</head>
-<!-- TODO(nweiz): add something pleasant to look at on this page to entertain
- people during long-running tests. -->
+<body>
+ <svg version="1.1" x="0px" y="0px" width="400px" height="400px"
+ viewBox="0 0 400 400">
+ <path id="right-flank" fill="#0083C9" d="M249.379,226.486l-6.676,15.572L166.174,166h58.82c0,0,2.807-0.409,3.645,1.966L249.379,226.486z"/>
+ <path id="right-ear" fill="#00D2B8" d="M201.84,141.906L166.174,166h58.82c0,0,2.168-0.25,2.645,0.566l-2.694-8.848l-15.024-14.68C207.555,140.329,203.578,140.744,201.84,141.906z"/>
+ <path id="left-flank" fill="#00D2B8" d="M242.616,241.856l-15.022,6.799l-60.493-21.429c-1.035-0.395-1.101-3.696-1.101-3.696v-57.932L242.616,241.856z"/>
+ <path id="left-paw" fill="#55DECA" d="M167.003,227.098l60.636,21.558l15.064-6.799L237.224,259h-43.856c0,0-14.077-13.929-18.141-17.993C171.162,236.943,169.162,233.989,167.003,227.098z"/>
+ <path id="right-paw" fill="#00A4E4" d="M227.676,166.365c0.963,1.401,1.361,2.473,1.361,2.473l20.352,57.648l-6.711,15.37L259,236.463v-44.854c0,0-13.678-13.965-17.741-17.882C237.193,169.811,231.466,166.319,227.676,166.365z"/>
+ <path id="left-ear" fill="#0083C9" d="M166.769,227.098c0,0-0.769-1.104-0.769-4.355v-57.144l-23.115,34.877c-1.626,1.774-1.567,6.538,1.595,9.755l13.636,13.892L166.769,227.098z"/>
+ </svg>
+</body>
</html>
« no previous file with comments | « lib/src/runner/browser/static/host.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698