mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
the first stages of a clear authorship color test
This commit is contained in:
parent
251ab842dd
commit
c9dd620e2a
2 changed files with 6 additions and 1 deletions
|
@ -19,6 +19,8 @@
|
|||
<script src="helper.js"></script>
|
||||
|
||||
<script src="specs/helper.js"></script>
|
||||
<script src="specs/button_clear_authorship_colors.js"></script>
|
||||
<!--
|
||||
<script src="specs/button_bold.js"></script>
|
||||
<script src="specs/button_italic.js"></script>
|
||||
<script src="specs/keystroke_urls_become_clickable.js"></script>
|
||||
|
@ -27,6 +29,6 @@
|
|||
<script src="specs/embed_value.js"></script>
|
||||
<script src="specs/keystroke_urls_become_clickable.js"></script>
|
||||
<script src="specs/button_indentation.js"></script>
|
||||
|
||||
-->
|
||||
<script src="runner.js"></script>
|
||||
</html>
|
||||
|
|
3
tests/frontend/specs/button_clear_authorship_colors.js
Normal file
3
tests/frontend/specs/button_clear_authorship_colors.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Our spec!
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue