chromium/third_party/blink/web_tests/fast/css/rem-in-linked-stylesheet-on-body-expected.html

<style>
body, div {
  font-size: 12px;
}
</style>

<body>
  Test to see that rem units are applied correctly on body elements, this line should have a font-size of 12px.
  <div>Test to see that rem units are applied correctly on div elements, this line should have a font-size of 12px.</div>
</body>