6 lines
228 B
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>
|