From 68e662f60a0af4cacb72cf5d95f268bc4dd6076c Mon Sep 17 00:00:00 2001 From: RubaXa Date: Fri, 20 Jun 2014 08:21:57 +0400 Subject: [PATCH] * upd --- tests/Ply.tests.js | 2 +- tests/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Ply.tests.js b/tests/Ply.tests.js index 93886ad..1b7154e 100644 --- a/tests/Ply.tests.js +++ b/tests/Ply.tests.js @@ -77,7 +77,7 @@ equal(new Ply().contentEl.innerHTML, ''); equal(new Ply({ el: 'Wow!' }).contentEl.innerHTML, 'Wow!'); - equal(new Ply({ el: content }).layerEl.innerHTML, '!'); + equal(new Ply({ el: content }).layerEl.innerHTML.replace(/\sstyle=".*?"/, ''), '!'); }); diff --git a/tests/index.html b/tests/index.html index 83c4b94..d8749e0 100644 --- a/tests/index.html +++ b/tests/index.html @@ -98,7 +98,7 @@ - +

Ply :: tests