Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-correct-case-expected.txt

Issue 2087653003: DevTools:Don't lowercase SVG and other XML-like elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698