Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / position-dynamic-changes / max-width-ref.html
blobd1f2edba7bb8e22a50dd07149409261d63fc6d89
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <style>
5 #a { border: 1px solid black; max-width: 200px; height: 100px; }
6 </style>
7 <div id="a">
8 </div>
9 </body>
10 </html>