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

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

Issue 179873020: [import] The first <link rel=import> should win in the cascading order computation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Landing 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 <head>
4 <style> 3 <style>
5 .aqua-from-import { 4 .target1, .target2 {
6 color: aqua; 5 color: blue;
7 } 6 }
8 </style> 7 </style>
9 </head>
10 </html> 8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698