Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / canvas / text-indent-1b.html
blob79e34623f7c3de880e7529d8958ec8bf40c4db9d
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <iframe sandbox
4 style="width: 200px"
5 srcdoc="<canvas style='text-indent: 50vw; display: block'>Text</canvas>"></iframe>
6 <script>
7 onload = function() {
8 var i = document.querySelector("iframe");
9 window.w = i.offsetWidth;
10 i.style.width = "400px";
11 document.documentElement.className = "";
13 </script>
14 </html>