| 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 813caa786ab97729e9faf5774ad5045c8fdd3958..b4c0712c3a3d7180d4e087d7b7279ce542d65fde 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,7 +4,8 @@
|
| position: fixed;
|
| width: 100px;
|
| height: 100px;
|
| - background-color: yellow;
|
| + /* Using transparent background color so that fixed position element is not automatically promoted. */
|
| + background-color: rgba(255, 255, 0, 0.5);
|
| transform: translateZ(0);
|
| }
|
|
|
|
|