+2018-01-23 Simon Fraser <simon.fraser@apple.com>
+
+ feMorphology stops applying if either x or y radius is 0 but should not.
+ https://bugs.webkit.org/show_bug.cgi?id=181903
+
+ Reviewed by Dean Jackson.
+
+ * svg/filters/feMorphology-zero-radius-one-axis-expected.svg: Added.
+ * svg/filters/feMorphology-zero-radius-one-axis.svg: Added.
+
+2018-01-23 Javier Fernandez <jfernandez@igalia.com>
+
+ [css-align] 'left' and 'right' should parse as invalid in block/cross-axis alignment
+ https://bugs.webkit.org/show_bug.cgi?id=181792
+
+ Reviewed by Antti Koivisto.
+
+ Rebaseline tests because of the removal of the 'left' and right' CSS values.
+
+ * css3/parse-align-content.html:
+ * css3/parse-align-items.html:
+ * css3/parse-align-self-expected.txt:
+ * css3/parse-align-self.html:
+ * css3/parse-alignment-of-root-elements-expected.txt:
+
+2018-01-23 Simon Fraser <simon.fraser@apple.com>
+
+ Element with position:fixed stops scrolling at the bottom of the page, but is painted in the right place on Chacos.com.
+ https://bugs.webkit.org/show_bug.cgi?id=181741
+ rdar://problem/36593581
+
+ Reviewed by Tim Horton.
+
+ * fast/visual-viewport/ios/min-scale-greater-than-one-expected.txt: Added.
+ * fast/visual-viewport/ios/min-scale-greater-than-one.html: Added.
+
+2018-01-23 Antoine Quint <graouts@apple.com>
+
+ [Web Animations] Expose getKeyframes() and parsing of remaining keyframe properties
+ https://bugs.webkit.org/show_bug.cgi?id=181978
+ <rdar://problem/36772586>
+
+ Reviewed by Dean Jackson.
+
+ Update expectations with progressions and new failure points now we expose more of the API.
+
+ * http/wpt/web-animations/interfaces/Animatable/animate-expected.txt:
+ * http/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt:
+ * http/wpt/web-animations/interfaces/KeyframeEffect/composite-expected.txt:
+ * http/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001-expected.txt:
+ * http/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002-expected.txt:
+ * http/wpt/web-animations/interfaces/KeyframeEffect/setKeyframes-expected.txt:
+
+2018-01-23 Ryan Haddad <ryanhaddad@apple.com>
+
+ Mark inspector/unit-tests/throttle.html as flaky.
+ https://bugs.webkit.org/show_bug.cgi?id=181832
+
+ Unreviewed test gardening.
+
+ * platform/mac/TestExpectations:
+
+2018-01-23 Brady Eidson <beidson@apple.com>
+
+ Allow passing MessagePorts across processes (e.g. ServiceWorkers).
+ https://bugs.webkit.org/show_bug.cgi?id=181178
+
+ Reviewed by Andy Estes.
+
+ * http/tests/workers/service/basic-messageport-expected.txt: Added.
+ * http/tests/workers/service/basic-messageport.html: Added.
+ * http/tests/workers/service/resources/basic-messageport.js: Added.
+ * http/tests/workers/service/resources/messageport-echo-worker.js: Added.
+
+2018-01-23 Ryan Haddad <ryanhaddad@apple.com>
+
+ Unskip http/tests/ssl/applepay/ApplePayRequestShippingContact.https.html on Sierra.
+ https://bugs.webkit.org/show_bug.cgi?id=181833
+
+ Unreviewed test gardening.
+
+ * platform/mac-wk2/TestExpectations:
+
+2018-01-23 Andy Estes <aestes@apple.com>
+
+ Follow-up layout test fix after r227260.
+
+ I missed a few places that were still using version 3 API requests.
+
+ * http/tests/ssl/applepay/ApplePayRequestShippingContact.https.html:
+
+2018-01-23 Youenn Fablet <youenn@apple.com>
+
+ Mark some service-worker fetch tests as DumpJSConsoleLogInStdErr
+ https://bugs.webkit.org/show_bug.cgi?id=181975
+
+ Unreviewed.
+
+ * TestExpectations:
+
+2018-01-22 Simon Fraser <simon.fraser@apple.com>
+
+ Optimize building the non-fast scrollable region with multiple iframes
+ https://bugs.webkit.org/show_bug.cgi?id=181971
+
+ Reviewed by Zalan Bujtas.
+
+ * platform/mac-wk2/TestExpectations: fast/frames/lots-of-objects.html is no longer always a timeout.
+
+2018-01-22 Jiewen Tan <jiewen_tan@apple.com>
+
+ [WebAuthN] Implement PublicKeyCredential's [[Create]] with a dummy authenticator
+ https://bugs.webkit.org/show_bug.cgi?id=181928
+ <rdar://problem/36459893>
+
+ Reviewed by Brent Fulgham.
+
+ Test cases are divided into two different folders. One follows wpt style. The other contains tests
+ that I don't know how to write them in wpt style.
+
+ * http/tests/webauthn/public-key-credential-create-with-invalid-parameters.https-expected.txt: Added.
+ * http/tests/webauthn/public-key-credential-create-with-invalid-parameters.https.html: Added.
+ * http/tests/webauthn/public-key-credential-same-origin-with-ancestors-2.https-expected.txt: Added.
+ * http/tests/webauthn/public-key-credential-same-origin-with-ancestors-2.https.html: Added.
+ * http/tests/webauthn/public-key-credential-same-origin-with-ancestors.https-expected.txt: Added.
+ * http/tests/webauthn/public-key-credential-same-origin-with-ancestors.https.html: Added.
+ * http/tests/webauthn/resources/last-layer-frame.https.html: Added.
+ * http/tests/webauthn/resources/second-layer-frame.https.html: Added.
+ * http/tests/webauthn/resources/util.js: Added.
+ It will be good to convert them into wpt style.
+ * http/wpt/webauthn/WebAuthN.idl: Added.
+ * http/wpt/webauthn/idl.https-expected.txt: Added.
+ * http/wpt/webauthn/idl.https.html: Added.
+ * http/wpt/webauthn/public-key-credential-create-failure.https-expected.txt: Added.
+ * http/wpt/webauthn/public-key-credential-create-failure.https.html: Added.
+ * http/wpt/webauthn/public-key-credential-create-success.https-expected.txt: Added.
+ * http/wpt/webauthn/public-key-credential-create-success.https.html: Added.
+ * http/wpt/webauthn/resources/util.js: Added.
+
+2018-01-22 Ryan Haddad <ryanhaddad@apple.com>
+
+ Skip http/tests/ssl/applepay/ApplePayRequestShippingContact.https.html on Sierra.
+ https://bugs.webkit.org/show_bug.cgi?id=181833
+
+ Unreviewed test gardening.
+
+ * platform/mac-wk2/TestExpectations:
+
2018-01-22 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r226981): ASSERTION FAILED: startY >= 0 && endY <= height && startY < endY in WebCore::FEMorphology::platformApplyGeneric