blob: 45548d01afaba3157f4409b717a55f1d086360e6 [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>
#inspected {
text-align: left;
text-align: bar;
text-align: right;
}
</style>
<div id="container">
<div id="inspected" align="left">Test</div>
</div>