1
0
Fork 0
firefox/testing/web-platform/tests/css/css-transforms/backface-visibility-001.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
678 B
HTML

<!DOCTYPE HTML>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@google.com">
<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">
<link rel="match" href="backface-visibility-001.ref.html">
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-2">
<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;
backface-visibility: hidden;
}
</style>
<div class="box">
This text should be visible
</div>