Skip to content

Commit 038f34d

Browse files
committed
updated codepen test
1 parent 5c85a6c commit 038f34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CodepenTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public function testAnonymous()
99
[
1010
'imageWidth' => 400,
1111
'imageHeight' => 225,
12-
'code' => '<iframe id="cp_embed_QwPVNW" src="https://codepen.io/anon/embed/preview/QwPVNW?height=300&amp;slug-hash=QwPVNW&amp;default-tab=result&amp;host=http%3A%2F%2Fcodepen.io" scrolling="no" frameborder="0" height="300" allowtransparency="true" class="cp_embed_iframe" style="width: 100%; overflow: hidden;"></iframe>',
12+
'code' => '<iframe id="cp_embed_QwPVNW" src="https://codepen.io/anon/embed/preview/QwPVNW?height=300&amp;amp;slug-hash=QwPVNW&amp;amp;default-tabs=css,result&amp;amp;host=http%3A%2F%2Fcodepen.io&amp;amp;embed-version=2" scrolling="no" frameborder="0" height="300" allowtransparency="true" class="cp_embed_iframe" style="width: 100%; overflow: hidden;"></iframe>',
1313
'type' => 'rich',
1414
]
1515
);
@@ -23,7 +23,7 @@ public function testNormal()
2323
'title' => 'TheaterJS',
2424
'imageWidth' => 384,
2525
'imageHeight' => 225,
26-
'code' => '<iframe id="cp_embed_JoRazP" src="https://codepen.io/Zhouzi/embed/preview/JoRazP?height=300&amp;slug-hash=JoRazP&amp;default-tab=result&amp;host=http%3A%2F%2Fcodepen.io" scrolling="no" frameborder="0" height="300" allowtransparency="true" class="cp_embed_iframe" style="width: 100%; overflow: hidden;"></iframe>',
26+
'code' => '<iframe id="cp_embed_JoRazP" src="https://codepen.io/Zhouzi/embed/preview/JoRazP?height=300&amp;amp;slug-hash=JoRazP&amp;amp;default-tabs=js,result&amp;amp;host=http%3A%2F%2Fcodepen.io&amp;amp;embed-version=2" scrolling="no" frameborder="0" height="300" allowtransparency="true" class="cp_embed_iframe" style="width: 100%; overflow: hidden;"></iframe>',
2727
'type' => 'rich',
2828
]
2929
);

0 commit comments

Comments
 (0)