From 415be1e0b68e11a47cf529cec4cd1b4377c1533e Mon Sep 17 00:00:00 2001 From: Chuck Horton Date: Wed, 14 Sep 2016 09:58:33 -0700 Subject: [PATCH] Add and update test --- polymer-quill.html | 1 - test/polymer-quill_test.html | 26 ++++++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/polymer-quill.html b/polymer-quill.html index 6e314e3..a050154 100644 --- a/polymer-quill.html +++ b/polymer-quill.html @@ -159,7 +159,6 @@

Standard Toolbar, Hide Results, Default height (100px), Save as HTML

// Set initial content if (this.storeAs === 'delta') { quill.setContents(JSON.parse(this.content),'api'); - } else { // HTML quill.root.innerHTML = this.content; } diff --git a/test/polymer-quill_test.html b/test/polymer-quill_test.html index 9cbadf4..27ef778 100644 --- a/test/polymer-quill_test.html +++ b/test/polymer-quill_test.html @@ -12,17 +12,35 @@ - + + + + +