From 09de25ee207970724781cfe4f61ddc3d7f3c5f19 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 6 Mar 2016 20:30:43 -0500 Subject: [PATCH] test/show-off how smart whitespace checking is --- editor_tests_compiled.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)