Index: LayoutTests/fast/dom/shadow/style-sharing-with-content-and-host-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/style-sharing-with-content-and-host-expected.html b/LayoutTests/fast/dom/shadow/style-sharing-with-content-and-host-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..73800ef827910f7e60b8b2f9ff7bdeecba2f1edf |
--- /dev/null |
+++ b/LayoutTests/fast/dom/shadow/style-sharing-with-content-and-host-expected.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<div> |
+ <header> |
+ <h1>I should be plain</h1> |
+ </header> |
+ <header style="color:green;"> |
+ <h1>I should be red w/ a gray background</h1> |
+ </header> |
+</div> |
+</html> |