1.html 589 B

1234567891011121314151617181920212223
  1. <style>
  2. body {
  3. background: red;
  4. }
  5. </style>
  6. <h2>Editor-classic</h2>
  7. <div id="editor-classic">
  8. <p>This editable should have a background.</p>
  9. <p>This editable should have a background.</p>
  10. <p>This editable should have a background.</p>
  11. <p>This editable should have a background.</p>
  12. </div>
  13. <h2>Editor-balloon</h2>
  14. <div id="editor-balloon">
  15. <p>This editable's background should be transparent.</p>
  16. <p>This editable's background should be transparent.</p>
  17. <p>This editable's background should be transparent.</p>
  18. <p>This editable's background should be transparent.</p>
  19. </div>