OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 | 3 |
4 <style type="text/css" media="screen"> | 4 <style type="text/css" media="screen"> |
5 /* Invalid selector */ | 5 /* Invalid selector */ |
6 .navbar-search .search-query:-moz-placeholder { | 6 .navbar-search .search-query:-moz-placeholder { |
7 color: #cccccc; | 7 color: #cccccc; |
8 } | 8 } |
9 | 9 |
10 #container { | 10 #container { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 | 43 |
44 <body onload="runTest()"> | 44 <body onload="runTest()"> |
45 <p> | 45 <p> |
46 Tests that proper source lines are reported for the styles after unrecognizer /
invalid selector. | 46 Tests that proper source lines are reported for the styles after unrecognizer /
invalid selector. |
47 </p> | 47 </p> |
48 | 48 |
49 <div id="container"></div> | 49 <div id="container"></div> |
50 | 50 |
51 </body> | 51 </body> |
52 </html> | 52 </html> |
OLD | NEW |