Added UI tests for all HTML operations

This commit is contained in:
n1474335 2023-03-08 17:44:51 +00:00
parent 36aafb9246
commit 7eda2fd4a6
6 changed files with 131 additions and 55 deletions

View file

@ -14,6 +14,11 @@
margin: 0;
background-color: transparent;
overflow: hidden;
user-select: auto;
}
#output-html {
user-select: auto;
}
.cm-editor {