Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / text / wordwrap-05.html
blob56c03a7f2a5e9408948fe0b9c8d56cffdb3d1ea4
1 <!DOCTYPE html>
2 <!-- Test unsetting word-wrap: break-word dynamically -->
3 <html>
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6 <title>Test Wordwrap</title>
7 <script type="text/javascript">
8 function SwapStyle()
10 par = document.getElementById("pp");
11 par.style.wordWrap = "normal";
13 </script>
14 </head>
15 <body onload="SwapStyle()">
16 <p id="pp" style="width: 100px; word-wrap: break-word;">It's lipsmackinthirstquenchinacetastinmotivatingoodbuzzincooltalkinhighwalkinfastlivinevergivincoolfizzin Firefox!</p>
17 </body>
18 </html>