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

Side by Side Diff: LayoutTests/fast/dom/shadow/text-node-in-shadow-expected.html

Issue 201683003: Remove resetStyleInheritance. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Resolve conflicts 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <div style="font-size: 5em;"><span>foo</span>bar</div> 4 <div style="font-size: 5em;"><span>foo</span>bar</div>
5 <div><span>foo</span>bar</span><span style="font-size: 6em;">&nbsp;</span></di v>
6 <div><span style="font-size: 5em;">Foo<span>Bar</span></span></div> 5 <div><span style="font-size: 5em;">Foo<span>Bar</span></span></div>
7 <div>Foo<span>Bar</span><span style="font-size: 6em;">&nbsp;</span></div>
8 </body> 6 </body>
9 </html> 7 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/text-node-in-shadow.html ('k') | Source/core/css/resolver/ElementResolveContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698