1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/counters/text-boundaries-subpixel.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <head> 1.7 + <title>Test that inline boundaries don't change subpixel positioning of text</title> 1.8 + </head> 1.9 + <body> 1.10 + 1.11 + <!-- 1.12 + Since we changed all the other counters tests to NOT test this, we 1.13 + should make sure we still test it. 1.14 + --> 1.15 + 1.16 + <p>This <span>is </span>some text<span> with </span>inline <span>elements</span> in<span> it</span>.</p> 1.17 + <p>This-<span>is-</span>some-text<span>-with-</span>inline-<span>elements</span>-in<span>-it</span>.</p> 1.18 + 1.19 + </body> 1.20 +</html>