This page tests only the pure embed code produced by YouTube. The test is to show that the two different YouTube embed code blocks ...

1) display and play correctly when played through Chrome on a desktop,

2) are broken when accessed on a KitKat phone.

 

The video below has been added via a "video block", with the default embed code copied exactly from the video's YouTube page:

<iframe width="560" height="315" src="http://www.youtube.com/embed/0tgVXTNiQOM?start=11" frameborder="0" allowfullscreen></iframe>

The video below has been added via a "video block", with the "old" embed code copied exactly from the video's YouTube page:

<object width="560" height="315"><param name="movie" value="//www.youtube.com/v/0tgVXTNiQOM?hl=en_US&amp;version=3&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/0tgVXTNiQOM?hl=en_US&amp;version=3&amp;rel=0" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>