| Index: third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html b/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
|
| index 3a7cbcb37a08e9f85982e5c782949d7ee3b27aaa..c5795ee0d18d2ee588b749dfbfd1ad05341cc125 100644
|
| --- a/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
|
| @@ -18,12 +18,12 @@
|
| height: 1px;
|
| width: 1px;
|
| overflow-x: scroll;
|
| - -webkit-perspective: 1;
|
| + perspective: 1;
|
| }
|
| #test3 {
|
| content: counter(c);
|
| - -webkit-animation-name: a;
|
| - -webkit-animation-duration: 0.01s;
|
| + animation-name: a;
|
| + animation-duration: 0.01s;
|
| }
|
| </style>
|
| <script>
|
|
|