mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
src: url(./Ahem.ttf);
|
||||
}
|
||||
#a {
|
||||
font-family: MyTestFontName;
|
||||
font-family: MyTestFontName, serif;
|
||||
}
|
||||
#b {
|
||||
font-family: MyTestFontName2;
|
||||
font-family: MyTestFontName2, serif;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
|
||||
<link href="support/ahem.css" type="text/css" rel="stylesheet" />
|
||||
<meta content="ahem" name="flags" />
|
||||
</head><body><p>This text must not be in Ahem.</p>
|
||||
</head><body><p style="font-family: serif">This text must not be in Ahem.</p>
|
||||
<p style="font-family: Ahem">But this text must be in Ahem.</p>
|
||||
</body></html>
|
||||
@@ -6,6 +6,6 @@
|
||||
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
|
||||
<link href="support/ahem.css" type="text/css" rel="stylesheet" />
|
||||
<meta content="ahem" name="flags" />
|
||||
</head><body><p>This text must not be in Ahem.</p>
|
||||
</head><body><p style="font-family: serif">This text must not be in Ahem.</p>
|
||||
<p style="font-family: Ahem">But this text must be in Ahem.</p>
|
||||
</body></html>
|
||||
@@ -6,6 +6,6 @@
|
||||
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
|
||||
<link href="support/ahem.css" type="text/css" rel="stylesheet" />
|
||||
<meta content="ahem" name="flags" />
|
||||
</head><body><p>This text must not be in Ahem.</p>
|
||||
</head><body><p style="font-family: serif">This text must not be in Ahem.</p>
|
||||
<p style="font-family: Ahem">But this text must be in Ahem.</p>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user