Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
frames
/
srcdoc
/
srcdoc-beats-src.html
blob: fcaf0114a2d7a63db4f3a575c80ef67b2af9ae83 [
file
] [
log
] [
blame
] [
edit
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<iframe src="data:text/html,
<script>
alert
(
/FAIL/
);
</script>
" srcdoc="PASS">
</iframe>
This test passes if it doesn't alert FAIL.