blob: 9c7220c94fe5ddbcd716f6d0ed5ca3de4bfea0b1 [file] [log] [blame]
<!--
Copyright 2022 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!doctype html>
<style>
#container {
-webkit-FONT-smoothing: antialiased;
}
#nested {
color: blue;
}
</style>
<div id="container" style="CoLoR: blAck">
<div id="nested"></div>
</div>