mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
src: url(support/Ahem.ttf);
|
||||
}
|
||||
#a {
|
||||
font-family: MyTestFontName;
|
||||
font-family: MyTestFontName, serif;
|
||||
}
|
||||
#b {
|
||||
font-family: MyTestFontName2;
|
||||
font-family: MyTestFontName2, serif;
|
||||
}
|
||||
</style>
|
||||
</head><body><p id="a">This text must not be in Ahem.</p>
|
||||
|
||||
Reference in New Issue
Block a user