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

Side by Side Diff: LayoutTests/fast/html/imports/resources/style-red.html

Issue 331763002: HTML Imports: styles in removed imports should be applied when it comes back (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
(Empty)
1 <style>
2 .target {
3 color: red;
4 }
5
6 .another-red-target {
7 color: red;
8 }
9 </style>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/resources/style-blue.html ('k') | LayoutTests/fast/html/imports/resources/style-red-parent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698