Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <!doctype html>
2 <!-- Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html>
6 <head>
7 <meta charset="UTF-8">
8 <title>Developer Toolbar Tests</title>
9 <style type="text/css">
10 #single { color: red; }
11 </style>
12 <script type="text/javascript">var a=1;</script>
13 </head>
14 <body>
16 <p id=single>
17 1
18 </p>
20 <p class=twin>
21 2a
22 </p>
24 <p class=twin>
25 2b
26 </p>
28 <style>
29 .twin { color: blue; }
30 </style>
31 <script>var b=2;</script>
33 </body>
34 </html>