| Index: LayoutTests/resources/ahem.js
|
| diff --git a/LayoutTests/resources/ahem.js b/LayoutTests/resources/ahem.js
|
| index 7f38423bf5ad13569349c0c09b561edd31143d8f..a0488eca3f501b7f01fcdf93db66aa162a956e3b 100644
|
| --- a/LayoutTests/resources/ahem.js
|
| +++ b/LayoutTests/resources/ahem.js
|
| @@ -10,7 +10,7 @@
|
| window.addEventListener('DOMContentLoaded', function() {
|
| var style = document.createElement('style');
|
| style.appendChild(document.createTextNode(
|
| - '@font-face { font-family: Ahem; src: url(' + relativePath + '/Ahem.ttf'));
|
| + '@font-face { font-family: myahem; src: url(' + relativePath + '/Ahem.ttf'));
|
| document.head.appendChild(style);
|
| // Force a layout to start loading the font.
|
| document.documentElement.offsetTop;
|
|
|