chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/backface-visibility-001.ref.html

<!DOCTYPE HTML>
<link rel="author" title="Chris Harrelson" href="mailto:[email protected]">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#transform-property">
<link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">
<meta name="assert" content="backface-visibility should have no effect when no transforms are present">
<style>
.box {
    border: 1px solid black;
    width: 200px;
    height: 200px;
}
</style>
<div class="box">
    This text should be visible
</div>