chromium/third_party/blink/web_tests/fast/text-autosizing/meta-tag-autosizing-content-detection-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>

This is to test that the meta tags are correctly processed for content detection by the text autosizer.
This test should be run with Debug build of chromium.

</body>
</html>