blob: 85cdaff8846eba555452c881dccdf63f7bdfd5f3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=800">
<style>
body {
font-size: 16px;
margin: 0;
overflow: hidden;
width: 800px;
}
</style>
</head>
<body>
<div id="outer" style="font-size: 2.5rem">
This test verifies that a text autosizing multiplier that is inherited from a
parent element's ComputedStyle is reflected in the computed font size, even if the
specified font size is different and the next text autosizing pass doesn't alter
the multiplier.
<div style="font-size: 30px">
This test verifies that a text autosizing multiplier that is inherited from a
parent element's ComputedStyle is reflected in the computed font size, even if the
specified font size is different and the next text autosizing pass doesn't alter
the multiplier.
</div>
</div>
</body>
</html>