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> |