blob: 001fc900613b81f6ece82548b045a5af79dfadaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS-contain test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div { overflow: hidden; }
rt {
display: ruby-text;
font-size: 1rem;
}
</style>
<p>This test passes if you can see the word PASS below.
<div><ruby><rt>PASS</rt></ruby></div>
|