layout/reftests/first-line/font-styles-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/first-line/font-styles-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Simple first-line test</title>
     1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.9 +
    1.10 +<style type="text/css">
    1.11 +
    1.12 +body {
    1.13 +  margin: 20px;
    1.14 +  font-family: serif;
    1.15 +  font-size: 200%;
    1.16 +  line-height: 1.5;
    1.17 +  width: 400px;
    1.18 +}
    1.19 +
    1.20 +span.sansserif {
    1.21 +  font-family: sans-serif;
    1.22 +}
    1.23 +
    1.24 +.floatright {
    1.25 +  float: right;
    1.26 +}
    1.27 +
    1.28 +</style>
    1.29 +
    1.30 +</head>
    1.31 +<body><div><span class="sansserif">sans-serif</span><br>serif <strong>bold serif <em>italic</em></strong><em><br>just italic<span class="floatright">italic too</span></em></div></body>
    1.32 +</html>
    1.33 \ No newline at end of file

mercurial