| Index: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
|
| index 262affad9959aaea281bf7aea35c21c415c331e2..ccd09467d76af178b8a2cd9fa38425d509d0eac7 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
|
| @@ -8,6 +8,7 @@
|
| border: 4px solid black;
|
| overflow-y: scroll;
|
| resize: both;
|
| + background-color: rgba(0,255,0,0.5);
|
| }
|
|
|
| .box {
|
| @@ -16,7 +17,7 @@
|
| height: 100px;
|
| width: 100px;
|
| margin: 10px;
|
| - background-color: blue;
|
| + background-color: rgba(0,0,255,0.5);
|
| }
|
|
|
|
|
| @@ -31,7 +32,7 @@
|
| }
|
|
|
| .red {
|
| - background-color: red;
|
| + background-color: rgba(255,0,0,0.5);
|
| }
|
|
|
| .clip {
|
| @@ -54,7 +55,7 @@
|
| if (!window.internals) {
|
| var description = "This test ensures that amongst the graphics "
|
| + "layers corresponding to a single Layer, only one may "
|
| - + "have a scroll parent.";
|
| + + "have a scroll parent.";
|
| pre.innerHTML = description;
|
| } else {
|
| document.body.offsetTop;
|
|
|