Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/property-list.js

Issue 2668783003: Import wpt@767dc2a4f049c761bd146d61de2ea860a895a624 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': {

Powered by Google App Engine
This is Rietveld 408576698