chromium/third_party/blink/web_tests/fast/text-autosizing/pseudo-scale-factor-expected.html

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=800">
<style>
    html { font-size: 16px; }
    body { width: 800px; margin: 0; overflow-y: hidden; }
</style>
</head>
<body>
    <div style="font-size:40px;"><span style="font-size:48px; color:red;">T</span>his sentence should start with a big letter 'T' for the first letter in the color red. There should be enough text for the sentence to autosize.</div>
    <div style="font-size:40px;"><span style="font-size:48px; color:green;">Before!</span>This text should have the word 'Before!' in big text in the color green before it and the word 'After!' in big text in the color blue after it.<span style="font-size:48px; color:blue;">After!</span></div>
</body>
</html>