| Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/property-list.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/property-list.js b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/property-list.js
|
| index a2f47285654578ffe00b6d57d734b24acba94f25..72a42e80946ce0d65dc96e2d506a012d692c2fd5 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/property-list.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/property-list.js
|
| @@ -321,7 +321,7 @@ var gCSSProperties = {
|
| 'clear': {
|
| // https://drafts.csswg.org/css-page-floats/#propdef-clear
|
| types: [
|
| - { type: 'discrete', options: [ [ 'inline-start', 'inline-end' ] ] }
|
| + { type: 'discrete', options: [ [ 'left', 'right' ] ] }
|
| ]
|
| },
|
| 'clip': {
|
|
|