1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/reftest-sanity/html-vs-xhtml-by-extension.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.6 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.7 +<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> 1.8 +<head> 1.9 + <title>Test that XHTML vs. HTML processing decision is made by file extension</title> 1.10 + <style type="text/css"> 1.11 + p { border: medium solid; margin: 1em; padding: 1em; } 1.12 + </style> 1.13 +</head> 1.14 +<body> 1.15 + 1.16 +<p>This is a paragraph. 1.17 +<p>This is a paragraph. 1.18 +</p> 1.19 +</p> 1.20 + 1.21 +</body> 1.22 +</html>