Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that elements panel shows all types of elements in the correct case. | |
| 2 | |
| 3 | |
| 4 <!DOCTYPE html> | |
| 5 - <html> | |
| 6 - <head> | |
| 7 <link rel="stylesheet" type="text/css" href="resources/elements-panel- styles.css"> | |
| 8 <script src="../../http/tests/inspector/inspector-test.js"></script> | |
| 9 <script src="../../http/tests/inspector/elements-test.js"></script> | |
| 10 - <script> | |
| 11 \n function test()\n {\n Insp ectorTest.expandElementsTree(step1);\n\n function step1()\n {\n InspectorTest.dumpElementsTree();\n InspectorTest.completeTest();\n }\n }\n | |
| 12 </script> | |
| 13 </head> | |
| 14 - <body onload="runTest()"> | |
| 15 - <p> | |
| 16 "\n Tests that elements panel shows all types of elemen ts in the correct case.\n " | |
| 17 </p> | |
| 18 - <svg> | |
| 19 <feComposite></feComposite> | |
| 20 </svg> | |
| 21 - <svg> | |
| 22 <circle></circle> | |
| 23 </svg> | |
| 24 <div></div> | |
| 25 <div></div> | |
| 26 </body> | |
| 27 </html> | |
| 28 | |
| OLD | NEW |