| Index: third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html b/third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
|
| similarity index 68%
|
| copy from third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html
|
| copy to third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
|
| index c267f5413a661d31cc33e4a80a46c3aa7a9e4574..1019ee97640ab6c18116729bbdaccb915a56a32d 100644
|
| --- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <style>
|
| -body {
|
| + div {
|
| background-color: green;
|
| -}
|
| + }
|
| </style>
|
| -<body></body>
|
| +<div>Hello</div>
|
|
|