Index: LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html |
diff --git a/LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html b/LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..060925ee0fab1edce1f05fa50cd12a88a1d47b08 |
--- /dev/null |
+++ b/LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html |
@@ -0,0 +1,18 @@ |
+<!DOCTYPE html> |
+<style> |
+ .class1 { |
+ background-color: rgba(63, 128, 33, 0.95); |
+ color: yellow; |
+ } |
+ .class2 { |
+ background-color: rgba(255, 0, 0, 0.95); |
+ color: green; |
+ } |
+</style> |
+<span class='class1'>DOM </span> |
+<span class='class2'>Shadow DOM </span> |
+<span class='class1'>DOM</span> |
+<div> |
+ Above Textual Selection should have Green background and yellow color on "DOM" <br> |
+ and Red background, Green color on "Shadow DOM". |
+</div> |