blob: 1d6357e173ccf3878821ceef86fd69c71778f6c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
html, body, p {
margin: 0;
width: 300px;
height: 200px;
}
</style>
<p>Test passes if there is no red.
|