OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 | 3 |
4 <style> | 4 <style> |
5 /* c1 */ | 5 /* c1 */ |
6 html | 6 html |
7 #inspected.bar /* c2 */, | 7 #inspected.bar /* c2 */, |
8 /* c3 */ b | 8 /* c3 */ b |
9 /* c4 */ { | 9 /* c4 */ { |
10 text-decoration: none; | 10 text-decoration: none; |
(...skipping 26 matching lines...) Expand all Loading... |
37 </script> | 37 </script> |
38 </head> | 38 </head> |
39 | 39 |
40 <body onload="runTest()"> | 40 <body onload="runTest()"> |
41 <p> | 41 <p> |
42 Tests that WebInspector.CSSStyleSheet methods work as expected. | 42 Tests that WebInspector.CSSStyleSheet methods work as expected. |
43 </p> | 43 </p> |
44 <h1 id="inspected" class="bar">Inspect Me</h1> | 44 <h1 id="inspected" class="bar">Inspect Me</h1> |
45 </body> | 45 </body> |
46 </html> | 46 </html> |
OLD | NEW |