| Index: third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html b/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
|
| index b4c0712c3a3d7180d4e087d7b7279ce542d65fde..813caa786ab97729e9faf5774ad5045c8fdd3958 100644
|
| --- a/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
|
| +++ b/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
|
| @@ -4,8 +4,7 @@
|
| position: fixed;
|
| width: 100px;
|
| height: 100px;
|
| - /* Using transparent background color so that fixed position element is not automatically promoted. */
|
| - background-color: rgba(255, 255, 0, 0.5);
|
| + background-color: yellow;
|
| transform: translateZ(0);
|
| }
|
|
|
|
|