| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_without_context_a-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/document-background-color-expected.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_without_context_a-expected.html
|
| similarity index 58%
|
| copy from third_party/WebKit/LayoutTests/compositing/document-background-color-expected.html
|
| copy to third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_without_context_a-expected.html
|
| index d3ea611b40474e556d1532232b08494bfddf2beb..ae0c9c8c8e05d4ffbe46c2250d6f2568903f84c9 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/document-background-color-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_without_context_a-expected.html
|
| @@ -1,12 +1,14 @@
|
| -<!DOCTYPE html>
|
| <html>
|
| <head>
|
| <style>
|
| - html {
|
| + div {
|
| background-color: green;
|
| + width: 20px;
|
| + height: 20px;
|
| }
|
| </style>
|
| </head>
|
| <body>
|
| +<div></div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|