Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html | 
| diff --git a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html | 
| index ed54882b037516b28acf2d6a36a8e5f55a3a6a85..f8cad50fe2e978b76b5f35013223705cee5a83e5 100644 | 
| --- a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html | 
| +++ b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html | 
| @@ -8,6 +8,9 @@ | 
| margin: 0; | 
| padding: 0; | 
| } | 
| + #text { | 
| + background-color: transparent; /* Prevent scrolling layer promotion to it's own layer */ | 
| + } | 
| </style> | 
| <textarea id="text"> | 
| The quick brown fox jumped over the lazy dog. |