layout/reftests/bugs/379461-3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/379461-3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     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>Testcase, bug 379461</title>
    1.10 +</head>
    1.11 +<body dir="rtl">
    1.12 +
    1.13 +<!-- cause the page to have a horizontal scrollbar -->
    1.14 +<p style="width:300%">&#xA0;</p>
    1.15 +
    1.16 +</body>
    1.17 +</html>

mercurial