| Index: third_party/WebKit/LayoutTests/paint/deprecation/css-clip-and-clip-path.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/deprecation/css-clip-and-clip-path.html b/third_party/WebKit/LayoutTests/paint/deprecation/css-clip-and-clip-path.html
|
| index bf96bafa4f8a970685b753348e2e4fb3965613cf..23f6090664a3a897502f285f805f87cd860cb00e 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/deprecation/css-clip-and-clip-path.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/deprecation/css-clip-and-clip-path.html
|
| @@ -20,6 +20,7 @@
|
| }
|
| #fixed {
|
| position: fixed;
|
| + opacity: 0.99; /* Using 99% opacity on fixed pos elements to ensure they are not automatically promoted. */
|
| z-index: -1;
|
| left: 0;
|
| top: 0;
|
| @@ -49,4 +50,4 @@ if (window.testRunner) {
|
| }
|
| });
|
| }
|
| -</script>
|
| +</script>
|
|
|