+2016-08-26 Zalan Bujtas <zalan@apple.com>
+
+ ASSERT_NOT_REACHED() is touched in WebCore::minimumValueForLength
+ https://bugs.webkit.org/show_bug.cgi?id=125781
+ <rdar://problem/27684457>
+
+ Reviewed by Simon Fraser.
+
+ RenderTableSection::calcRowLogicalHeight misused minimumValueForLength to fallback to 0 for non-fixed values.
+ While this patch fixes the assertion, the table section code needs works to support calc values. See webkit.org/b/161273.
+
+ Test: fast/table/assert-on-min-max-content-values.html
+
+ * rendering/RenderTableSection.cpp:
+ (WebCore::RenderTableSection::calcRowLogicalHeight):
+
2016-08-26 Andreas Kling <akling@apple.com>
REGRESSION (r204987): fast/canvas-composite-* tests are now flaky assertion failures