Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / writing-mode / 1188061-2-nsChangeHint_UpdateComputedBSize-ref.html
blob716e11c6037216b82419e621280ae6ec2be09102
1 <!DOCTYPE HTML>
2 <html>
3 <style>
5 html { writing-mode: vertical-rl; }
7 </style>
8 <body>
10 <p>The following image should have uniform padding around all sides.</p>
13 <div style="width: 150px; float: left; background: yellow; padding: 5px;">
14 <div style="width: 100%">
15 <!-- 32x32 blue image -->
16 <img style="width: 100%" src="data:image/png; charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAChJREFUSMftzUEBAAAEBLCjf2dK8NsKrJLJp84zgUAgEAgEAoFAcGUBocYBP+pqhN4AAAAASUVORK5CYII=">
17 </div>
18 </div>
20 <p style="clear:left">Note that if you zoom the page after it loads
21 it fixes the problem by causing a reflow.</p>