Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
test-jump-table-bytecode-generation.html
blob: dd703afe2c460a117658303ec6bd0aaaeb8dc736 [
file
] [
log
] [
blame
] [
edit
]
<head>
<meta
charset
=
"UTF-8"
></meta>
<script>
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<p>
This text should be visible.
</p>
<p
class
=
"foo"
>
This text should not be visible.
</p>
<p
class
=
"bar"
>
This text should not be visible.
</p>
</body>