Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html |
| similarity index 54% |
| copy from third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html |
| copy to third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html |
| index 17379943df64890324dc02d9de301851a1118651..f1940370fc2f96fadb9d2c416bea7ad9e1bb07b7 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html |
| @@ -1,18 +1,9 @@ |
| <!DOCTYPE html> |
| -<html> |
| -<body> |
| <div id="sandbox"> |
| - <div> |
| - <div>normal</div> |
| + <div id="host"> |
|
rune
2016/01/20 12:53:32
The id attributes seem unnecessary
kochi
2016/01/21 05:09:36
Done.
|
| <div style="color: green">green</div> |
| - </div> |
| - <div> |
| - <div>normal</div> |
| - <div style="color: red">red</div> |
| - </div> |
| - <div> |
| - <div>normal</div> |
| <div style="color: blue">blue</div> |
| + <div style="color: red">red</div> |
| + <div style="color: purple">purple</div> |
| </div> |
| -</body> |
| -</html> |
| +</div> |