10 lines
231 B
HTML
10 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
body {
|
|
font-family: Monospace;
|
|
}
|
|
</style>
|
|
<body>
|
|
PASS if innerText reads: "content-visibility does not apply to inline boxes"
|
|
<pre>innerText: content-visibility does not apply to inline boxes</pre>
|