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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/html/imports/resources/style-target-blue.html
diff --git a/LayoutTests/fast/html/imports/resources/style-basic-child-dynamic.html b/LayoutTests/fast/html/imports/resources/style-target-blue.html
similarity index 50%
copy from LayoutTests/fast/html/imports/resources/style-basic-child-dynamic.html
copy to LayoutTests/fast/html/imports/resources/style-target-blue.html
index 086feadd2242e3cf30e885b7d00505210564e2f5..c92debeccdae6e08e00e8fe9cf1e1181e8149adb 100644
--- a/LayoutTests/fast/html/imports/resources/style-basic-child-dynamic.html
+++ b/LayoutTests/fast/html/imports/resources/style-target-blue.html
@@ -1,10 +1,8 @@
<!DOCTYPE html>
<html>
-<head>
<style>
-.aqua-from-import {
- color: aqua;
+.target1, .target2 {
+ color: blue;
}
</style>
-</head>
</html>

Powered by Google App Engine
This is Rietveld 408576698