mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
548 B
HTML
20 lines
548 B
HTML
<?xml version="1.0" encoding="iso-8859-1" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print">
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="other-outermost-sheet.css"
|
|
media="print" />
|
|
<link rel="stylesheet" type="text/css" href="outermost-sheet.css"
|
|
media="screen" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="outermost">cyan</div>
|
|
<div class="outer">blue</div>
|
|
<div class="inner">yellow</div>
|
|
</body>
|
|
|
|
</html>
|