The My Opera forums have been replaced with forums.opera.com. Please head over there to discuss Opera's products and features

See the new Forums

code tags and feeds

Forums » The Lounge » Testing forum

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

26. October 2011, 11:18:28

burnout426

Posts: 13202

code tags and feeds

Let's see if the the following markup is escaped as text in the source of the feed page:

<p style="color: red">test</p>
<script>
window.addEventListener("DOMContentLoaded", function() {
    document.body.textContent = "";
}, false);
</script>
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/Bcz4vGvoxQA?version=3&feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/Bcz4vGvoxQA?version=3&feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object>

Forums » The Lounge » Testing forum