Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html |
| diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html b/third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html |
| similarity index 97% |
| copy from third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html |
| copy to third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html |
| index 7bf149636d60c60a9d55687743c3b75b22d60a7f..38e68b6bd647fa3400b9836cb4c9ca1649e2b9f7 100644 |
| --- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html |
| +++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html |
| @@ -21,6 +21,7 @@ |
| height: 400px; |
| width: 400px; |
| border: 0px; |
| + will-change: transform; |
|
philipj_slow
2016/02/01 06:45:14
You probably don't need a test using an iframe to
|
| } |
| </style> |
| </head> |