Chromium Code Reviews| Index: LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html |
| diff --git a/LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html b/LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2a89da41f50c1f123e11ab0fa5eaffbe098b5525 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html |
| @@ -0,0 +1,13 @@ |
| +<!doctype html> |
| +<html> |
| +<body> |
| +<style id="target"> |
| +@font-face { |
| + font-family: f2; |
| + font-weight: 100; |
| + src: url(../../resources/Ahem.ttf); |
| +} |
| +</style> |
| +<span style="font-family: f1; font-weight: 100">A</span> |
| +</body> |
| +</html> |