Sign in
webkit
/
WebKit
/
2598d32a5e259a9a64935a4105be3abd69798be8
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
test-jump-table-bytecode-generation.html
blob: dd703afe2c460a117658303ec6bd0aaaeb8dc736 [
file
] [
log
] [
blame
]
<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>