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

Side by Side Diff: page_cycler/acid3/acid3.acidtests.org/reference.html

Issue 151051: Add Acid3-based page cycler.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <title>The Acid3 Test (Reference Rendering)</title>
4 <link rel="icon" href="http://example.invalid/">
5 <style type="text/css">
6 html { margin: 0; padding: 0; }
7 body { background: #c0c0c0 url(reference.png) top left no-repeat; margin: 0; p adding: 0; }
8 #a { font: bold 100px/120px Arial, sans-serif; position: absolute; top: 57px; left: 57px; color: #000000; z-index: 1; }
9 #a0 { font: bold 100px/120px Arial, sans-serif; position: absolute; top: 60px; left: 60px; color: #C0C0C0; z-index: 0; }
10 #b { position: absolute; top: 230px; left: 625px; width: 0; white-space: pre; }
11 #b div { font: bold 100px/120px Arial, sans-serif; position: absolute; right: 0; text-align: right; color: #000000; }
12 #c { font: 16px/19.2px Arial, sans-serif; color: #808080; width: 562px; positi on: absolute; top: 350px; left: 57px; }
13 #c a { color: #0000FF; }
14 </style>
15 <body>
16 <div id="a">Acid3</div>
17 <div id="a0">Acid3</div>
18 <div id="b"><div>100/100</div></div>
19 <div id="c">To pass the test,<span></span> a browser must use its default sett ings, the animation has to be smooth, the score has to end on 100/100, and the f inal page has to look exactly, pixel for pixel, like <a href="reference.html">th is reference rendering</a>.</div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « page_cycler/acid3/acid3.acidtests.org/index.html ('k') | page_cycler/acid3/acid3.acidtests.org/support-b.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698