gecko-dev/layout/reftests/transform-3d/component-alpha-1.html
Miko Mynttinen 690db7a2ca Bug 1332268 - Update EffectComponentAlpha texture coordinates when rendering split layers r=mattwoodrow
MozReview-Commit-ID: HFgikDMPB7F

--HG--
extra : rebase_source : 884ea1083f8def68e8c5c199929f2c0cc04a3148
2017-01-19 21:16:30 +01:00

31 lines
382 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>red box</title>
<style>
#wrapper {
perspective: 0px;
}
#shape {
background-color: red;
width: 200px;
height: 200px;
transform: rotateX(0deg);
}
</style>
</head>
<body>
<div id="wrapper">
<div id="shape">foo</div>
</div>
</body>
</html>