Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
inspector
/
formatting
/
resources
/
html-source-map-tests
/
1.html
blob: 284e0898a878fd459a59b72011856736c70d5b58 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<head><title>
Test Page
</title></head>
<body><style>
a
{
color
:
red
}
body
,*{
color
:
blue
}
</style>
<div><script>
(()=>{
for
(
let x of
[
1
,
2
,
3
])
log
(
x
)})()
</script></div>
</body></html>