no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / gfx / tests / reftest / 1761460-ref.html
blobe487b961d19cfbb3abc7d44fc3f4555524f50374
1 <!doctype html>
2 <style>
3 .card {
4 box-sizing: border-box;
5 height: 400px;
6 width: 300px;
7 overflow: clip;
8 border-radius: 4px;
10 .card-heading-image {
11 width: 900px;
12 height: 300px;
13 background: red;
14 border-top-left-radius: 4px;
15 border-top-right-radius: 4px;
17 </style>
18 <div class="card">
19 <div class="card-heading-image"></div>
20 </div>