Sign in
webkit
/
WebKit
/
7baf0cdd60b38c1d532ae6f68cfc45bc5295b0bf
/
.
/
LayoutTests
/
inspector-obsolete
/
http-tests
/
resources
/
console-resource-errors-iframe.html
blob: 473172bbc9635132f21e78654a0c052c7fd2ddbc [
file
] [
log
] [
blame
]
<html>
<head>
<link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"../missing.css"
>
<script
src
=
"../non-existent-script.js"
></script>
</head>
<body>
<iframe
src
=
"../non-existent-iframe.html"
></iframe>
</body>
</html>