Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / text-overflow / dynamic-change-1-ref.html
blob2a1560e07f49c35c828b8f02c4409d17adb9bb10
1 <!DOCTYPE html>
2 <html>
3 <div style="overflow: hidden; width: 130px; white-space: nowrap;
4 text-overflow: ellipsis">
5 Some long text that cannot possibly fit in 130 px, because it just can't.
6 </div>
7 </html>