watchdog.html 245 B

12345678910111213
  1. <button id="random-error">Simulate a random `Error`</button>
  2. <button id="restart">Restart both editors</button>
  3. <div id="editor-1">
  4. <h2>Heading 1</h2>
  5. <p>Paragraph</p>
  6. </div>
  7. <div id="editor-2">
  8. <h2>Heading 1</h2>
  9. <p>Paragraph</p>
  10. </div>