Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / page_cycler / basic_css.html
blobd4a3415594e29e631b143e7527167c9c2f5a7daa
1 <html>
2 <head>
3 <style>
4 h1 {font-size:40px;}
5 p {font-size:14px;
6 font-style:italic;
7 font-family:Arial,Helvetica,sans-serif;}
8 </style>
9 </head>
10 <body>
12 <h1>H1</h1>
13 <p>Paragraph text goes here.</p>
15 </body>
16 </html>