Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
test_framework
/
screenshot_element.html
blob: 7f5437f76eb925593d2e8cf20f9b82f2e587414c [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Screenshot an targeted element
</title>
</head>
<body>
<p>
This text should
<b>
not
</b>
be visible.
</p>
<p
id
=
"target"
>
Only this text should be visible.
</p>
<p>
This text should
<b>
not
</b>
be visible.
</p>
</body>
</html>