linearElementEditor.test.tsx.snap 866 B

123456789101112
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Test Linear Elements Test bound text element should match styles for text editor 1`] = `
  3. <textarea
  4. class="excalidraw-wysiwyg"
  5. data-type="wysiwyg"
  6. dir="auto"
  7. style="position: absolute; display: inline-block; min-height: 1em; margin: 0px; padding: 0px; border: 0px; outline: 0; resize: none; background: transparent; overflow: hidden; z-index: var(--zIndex-wysiwyg); word-break: break-word; white-space: pre-wrap; overflow-wrap: break-word; box-sizing: content-box; width: 10px; height: 24px; left: 35px; top: 8px; transform: translate(0px, 0px) scale(1) rotate(0deg); text-align: center; vertical-align: middle; color: rgb(0, 0, 0); opacity: 1; filter: var(--theme-filter); max-height: -8px; font: Emoji 20px 20px; line-height: 24px; font-family: Virgil, Segoe UI Emoji;"
  8. tabindex="0"
  9. wrap="off"
  10. />
  11. `;