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

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

Issue 2300633005: DevTools: Remove leading newline on scripts immediately (Closed)
Patch Set: fix test Created 4 years, 4 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
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()">

Powered by Google App Engine
This is Rietveld 408576698