| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 #container { | 4 #container { |
| 5 -webkit-FONT-smoothing: antialiased; | 5 -webkit-FONT-smoothing: antialiased; |
| 6 } | 6 } |
| 7 </style> | 7 </style> |
| 8 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 8 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 9 <script src="../../../http/tests/inspector/elements-test.js"></script> | 9 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 10 <script> | 10 <script> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 <p> | 27 <p> |
| 28 Tests that non-standard mixed-cased properties are displayed in the Styles pane. | 28 Tests that non-standard mixed-cased properties are displayed in the Styles pane. |
| 29 </p> | 29 </p> |
| 30 | 30 |
| 31 <div id="container" style="CoLoR: blAck"> | 31 <div id="container" style="CoLoR: blAck"> |
| 32 <div id="nested"></div> | 32 <div id="nested"></div> |
| 33 </div> | 33 </div> |
| 34 | 34 |
| 35 </body> | 35 </body> |
| 36 </html> | 36 </html> |
| OLD | NEW |