| Index: third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html b/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| index fc51da32e65dcd4904b88465cd17c82c21e0696c..c18fe52d1fb998baa321b547f6c84b1781a04d38 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| @@ -2,10 +2,10 @@
|
| <!-- Test passes if doesn't crash. -->
|
| <style>
|
| .sw {
|
| - -webkit-filter: blur(4px);
|
| + filter: blur(4px);
|
| }
|
| .hw {
|
| - -webkit-filter: blur(3px);
|
| + filter: blur(3px);
|
| transform:translateZ(0);
|
| }
|
| </style>
|
|
|