Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 1272997-1-ref.html
blob1465dbf1f7d6caa94b4e6974e5bc2feab89dee57
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <iframe id="test" style="width:350px;"
5 src="data:text/html,
6 <html>
7 <style>
8 html { writing-mode:vertical-rl; }
9 div { writing-mode:initial; position:absolute;
10 right:0; padding:5px; }
11 </style>
12 <div>This text should NOT be cut off</div>">
13 </iframe>
14 </body>
15 </html>