Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / wbr-styled.html
blobdafd2c3327207b34826478f9c57f255cfffbddfa
1 <p>
2 This tests that <tt>WBR</tt> elements cannot be styled and that setting their <tt>position</tt> to <tt>absolute</tt> does not crash WebKit.
3 </p>
4 <p>
5 There should be no <wbr style="border: 5px solid red;">red on this line.
6 </p>
7 <p>
8 No crashing, please<wbr style="position: absolute;">.
9 </p>