1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/with-first-letter-1a.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>Test for bidi splitting and :first-letter</title> 1.8 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.9 +<meta http-equiv="Content-Style-Type" content="text/css"> 1.10 +<style type="text/css"> 1.11 + 1.12 +p:first-letter { background: aqua; } 1.13 + 1.14 +</style> 1.15 +</head> 1.16 +<body> 1.17 + 1.18 +<p>This has AB<span style="background:yellow">CDאב</span>שת</p> 1.19 + 1.20 +</body> 1.21 +</html>