8
0
Quellcode durchsuchen

Tests: Cosmetic editor initialization performance manual test changes.

Marek Lewandowski vor 6 Jahren
Ursprung
Commit
f2fb922299

+ 7 - 5
tests/manual/performance/editorinit.html

@@ -1,3 +1,9 @@
+<style>
+	.editor {
+		display: none;
+	}
+</style>
+
 <div id="test-controls">
 	Initialize editor with:
 	<button id="small-content" data-file-name="small" disabled>small</button>
@@ -6,11 +12,7 @@
 	HTML payload.
 </div>
 
-<style>
-	.editor {
-		display: none;
-	}
-</style>
+<hr>
 
 <div id="editor_small" class="editor"></div>
 <div id="editor_medium" class="editor"></div>

+ 2 - 3
tests/manual/performance/editorinit.md

@@ -1,8 +1,7 @@
 # Performance: editor initialization
 
-1. You might want to enable devtools profiling.
-1. (optionally) Begin performance recording in devtools.
+1. Begin performance recording in devtools.
 1. Use any button to initialize the editor with a given content.
-1. (optionally) Stop performance recording.
+1. Stop performance recording.
 
 **Note:** You should initialize editor only once. To test it again / different scenario refresh the page to have clear reference.