| Index: LayoutTests/fast/text/update-sans-serif-and-recalc-style-expected.html
|
| diff --git a/LayoutTests/fast/text/update-sans-serif-and-recalc-style-expected.html b/LayoutTests/fast/text/update-sans-serif-and-recalc-style-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..066ba57be526f2ca7ad4c80cf60baea6c252031b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/update-sans-serif-and-recalc-style-expected.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +body { font-family: sans-serif; }
|
| +</style>
|
| +<script>
|
| +if (window.internals)
|
| + window.internals.settings.setSansSerifFontFamily("Arial", "zyyy");
|
| +</script>
|
| +<body>
|
| +<div>
|
| +<p>This is a test for checking whether style recalc is correctly triggered or not<a href="#" title="dummy">when</a> updating <a href="#" title="dummy2">sans serif</a> font-family<a href="#" title="dummy3"> settings</a>.
|
| +</p>
|
| +</div>
|
| +</body>
|
| +
|
|
|