Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.
This commit is contained in:
commit
4f2e303079
1839 changed files with 235630 additions and 0 deletions
14
webapp/web/js/tiny_mce/plugins/paste/css/blank.css
vendored
Executable file
14
webapp/web/js/tiny_mce/plugins/paste/css/blank.css
vendored
Executable file
|
@ -0,0 +1,14 @@
|
|||
html, body {height:98%}
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
scrollbar-3dlight-color: #F0F0EE;
|
||||
scrollbar-arrow-color: #676662;
|
||||
scrollbar-base-color: #F0F0EE;
|
||||
scrollbar-darkshadow-color: #DDDDDD;
|
||||
scrollbar-face-color: #E0E0DD;
|
||||
scrollbar-highlight-color: #F0F0EE;
|
||||
scrollbar-shadow-color: #F0F0EE;
|
||||
scrollbar-track-color: #F5F5F5;
|
||||
}
|
3
webapp/web/js/tiny_mce/plugins/paste/css/pasteword.css
vendored
Executable file
3
webapp/web/js/tiny_mce/plugins/paste/css/pasteword.css
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
.sourceIframe {
|
||||
border: 1px solid #808080;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue