OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <!-- | 3 <!-- |
4 Line numbers are reported wrt the opened style tag baseline. | 4 Line numbers are reported wrt the opened style tag baseline. |
5 Allow some space here to align local line numbers to be style + 10. | 5 Allow some space here to align local line numbers to be style + 10. |
6 Selector sourceLine is the line of the corresponding { following the | 6 Selector sourceLine is the line of the corresponding { following the |
7 selector text. | 7 selector text. |
8 --> | 8 --> |
9 | 9 |
10 <style type="text/css" media="screen"> | 10 <style type="text/css" media="screen"> |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 | 73 |
74 <body onload="runTest()"> | 74 <body onload="runTest()"> |
75 <p> | 75 <p> |
76 Tests that proper source lines are reported for the parsed styles. | 76 Tests that proper source lines are reported for the parsed styles. |
77 </p> | 77 </p> |
78 | 78 |
79 <div id="main"></div> | 79 <div id="main"></div> |
80 | 80 |
81 </body> | 81 </body> |
82 </html> | 82 </html> |
OLD | NEW |