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

Unified Diff: sky/tests/lowlevel/abarth.html

Issue 685623002: Move the tests from .html to .sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/tests/inspector/dom-mutation-modify-text-node-and-append.sky ('k') | sky/tests/lowlevel/abarth.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/abarth.html
diff --git a/sky/tests/lowlevel/abarth.html b/sky/tests/lowlevel/abarth.html
deleted file mode 100644
index a6aff7c7fd249939f37f9cca7ef18317efeda641..0000000000000000000000000000000000000000
--- a/sky/tests/lowlevel/abarth.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link rel="import" href="../resources/dump-as-render-tree.html" />
-<title>Adam Barth</title>
-<style>
-html {
- overflow: hidden;
- height: 100%;
-}
-
-body {
- height: 100%;
- background-color: white;
- margin: 0;
- font-family: Arial, Helvetica, sans-serif;
- background-repeat: no-repeat;
- background-position: center top;
- background-size: cover;
-}
-
-.photograph-credit {
- position: absolute;
- right: 0;
- bottom: 0;
- padding: 3px;
- font-size: 8pt;
- color: #333;
-}
-
-a {
- color: #333;
-}
-
-.name a {
- text-decoration: none;
-}
-
-.bio {
- padding: 15px;
- text-align: right;
-}
-
-.name {
- font-weight: bold;
- font-size: 32pt;
-}
-
-.links {
- padding: 19px 0;
-}
-
-.link {
- padding: 5px 15px;
- text-align: right;
-}
-</style>
-</head>
-<body>
-<div class="card">
-<div class="bio">
- <div class="name"><a href="./">Adam Barth</a></div>
- <div class="education">
- <div class="line">Ph.D., M.S., Stanford, 2008</div>
- <div class="line">B.A., Cornell, 2003</div>
- </div>
-</div>
-<div class="links">
- <div class="link"><a href="http://twitter.com/adambarth">@adambarth</a></div>
- <div class="link"><a href="http://dev.chromium.org/blink">Blink</a></div>
- <div class="link"><a href="http://blog.chromium.org/">Chromium</a></div>
- <div class="link"><a href="papers/">Publications</a></div>
-</div>
-</div>
-<div class="photograph-credit">
-Photograph by <a href="http://www.flickr.com/photos/lesphotosdejerome/">Jérôme</a>
-</div>
-</body>
-</html>
« no previous file with comments | « sky/tests/inspector/dom-mutation-modify-text-node-and-append.sky ('k') | sky/tests/lowlevel/abarth.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698