Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / selectors / style-sharing-attribute-selector-with-pseudo-element-expected.html
blob34794c34a44799e793f3a3531a9fd06ee5cb146a
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div>Test for Bugzilla <a href="https://bugs.webkit.org/show_bug.cgi?id=88196">Bug 88196</a>: REGRESSION (r96393): In some cases, generated content is never shown</div>
5 <div>Elements with style specified from attribute selectors in conjunction with pseudo-elements should not take on the shared style of their previous matching sibling (if any).</div>
6 <p>First paragraph.</p>
7 <p>Second paragraph with :before and :after content.</p>
8 </body>
9 </html>