Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / wbr-with-before-content.html
blobeac93a5269deefffb1feb15b3fbdb641ad09ec4e
1 <html>
3 <head>
4 <style type="text/css">
5 #edit_status_select { line-height: 25px; width: 200px; background: cyan; border: 1px solid #777; }
6 #edit_status_select a { display: block; background: white; }
7 wbr:before { content: "\0"; } /* :after also causes it */
8 </style>
9 </head>
11 <body>
12 You should not see any cyan.
13 <div id="edit_status_select">
14 <a href="#">foo<wbr>bar</a>
15 </div>
16 </body>
17 </html>