From: Jason Woofenden Date: Mon, 7 Mar 2016 01:30:43 +0000 (-0500) Subject: test/show-off how smart whitespace checking is X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=commitdiff_plain;h=09de25ee207970724781cfe4f61ddc3d7f3c5f19 test/show-off how smart whitespace checking is --- diff --git a/editor_tests_compiled.html b/editor_tests_compiled.html index 8a51f25..b860a5a 100644 --- a/editor_tests_compiled.html +++ b/editor_tests_compiled.html @@ -9,6 +9,10 @@ box-sizing: border-box; width: 100%; } + iframe { + width: 300px; + height: 300px; + } /* iframe { width: 400px; } */ @@ -16,7 +20,8 @@

Peach HTML5 Editor test page (compiled version)

This version of the editor test page requires that you've compiled all the source files. (Just run make).

-

HTML view. Changes here propagate when you remove your cursor (press tab or click outside)