servo/tests/wpt/web-platform-tests/html/browsers/sandboxing/sandbox-parse-noscript-ref.html

6 lines
228 B
HTML

<!doctype html>
<meta charset=utf-8>
<title>noscript parsing when sandbox disables scripting</title>
<iframe srcdoc="PASS" sandbox></iframe>
<iframe srcdoc="PASS" sandbox></iframe>
<iframe srcdoc="P<b>AS</b>S" sandbox></iframe>