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

Unified 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: Reformat test 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-correct-case-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-correct-case-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-correct-case-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..336921d466bb2ba0a1114e7863334a06d51a2009
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-correct-case-expected.txt
@@ -0,0 +1,26 @@
+Tests that elements panel shows all types of elements in the correct case.
+
+
+ <!DOCTYPE html>
+- <html>
+ - <head>
+ <link rel="stylesheet" type="text/css" href="resources/elements-panel-styles.css">
+ <script src="../../http/tests/inspector/inspector-test.js"></script>
+ <script src="../../http/tests/inspector/elements-test.js"></script>
+ - <script>
+ \nfunction test()\n{\n InspectorTest.expandElementsTree(step1);\n\n function step1()\n {\n InspectorTest.dumpElementsTree();\n InspectorTest.completeTest();\n }\n}\n
+ </script>
+ </head>
+ - <body onload="runTest()">
+ <p>\nTests that elements panel shows all types of elements in the correct case.\n</p>
+ - <svg>
+ <feComposite></feComposite>
+ </svg>
+ - <svg>
+ <circle></circle>
+ </svg>
+ <div></div>
+ <div></div>
+ </body>
+ </html>
+

Powered by Google App Engine
This is Rietveld 408576698