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 |
index 336921d466bb2ba0a1114e7863334a06d51a2009..19cd28082ad612b3dca5011fc9b273fddfa33fb7 100644 |
--- 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 |
@@ -8,7 +8,7 @@ Tests that elements panel shows all types of elements in the correct case. |
<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 |
+ function 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()"> |