Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-shared-style-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-shared-style-expected.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-shared-style-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..88c7cea10c16a3909011294b85ce072781299f64 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-shared-style-expected.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<div id="sandbox"> |
| + <div id="host"> |
| + <div>normal</div> |
| + <div style="color: red">red</div> |
| + </div> |
| +</div> |