1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-import/445415-2b.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1" ?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 1.6 + 1.7 +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print"> 1.8 + 1.9 +<head> 1.10 + <link rel="stylesheet" type="text/css" href="outermost-sheet.css" 1.11 + media="screen" /> 1.12 + <link rel="stylesheet" type="text/css" href="other-outermost-sheet.css" 1.13 + media="print" /> 1.14 +</head> 1.15 + 1.16 +<body> 1.17 +<div class="outermost">cyan</div> 1.18 +<div class="outer">blue</div> 1.19 +<div class="inner">yellow</div> 1.20 +</body> 1.21 + 1.22 +</html>