Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: LayoutTests/fast/dom/shadow/style-sharing-with-content-and-host.html

Issue 203303002: SelectorChecker should update scope and behaviorAtBoundary for /content/ in SharingRules mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed regression caused by reverting /content/ Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/style-sharing-with-content-and-host-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div>
5 <header>
6 <h1>I should be plain</h1>
7 </header>
8 <header selected>
9 <h1>I should be red w/ a gray background</h1>
10 </header>
11 </div>
12
13 <script>
14 var root = document.querySelector('div').createShadowRoot();
15 root.innerHTML = '<style>:host content::content [selected] { color: green; }</st yle><content></content>';
16 </script>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/style-sharing-with-content-and-host-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698