Title: [269015] branches/safari-611.1.4-branch
- Revision
- 269015
- Author
- [email protected]
- Date
- 2020-10-26 18:13:28 -0700 (Mon, 26 Oct 2020)
Log Message
Cherry-pick r268382. rdar://problem/70702384
REGRESSION (r268294): [ iOS wk2 ] imported/blink/fast/css/zoomed-intrinsic-width.html is a constant image failure
https://bugs.webkit.org/show_bug.cgi?id=217610
<rdar://problem/70207977>
Reviewed by Antti Koivisto.
Source/WebCore:
InlineTree snaps line boxes to integral values.
* layout/integration/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::constructContent):
LayoutTests:
* platform/ios-simulator-wk2/TestExpectations:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268382 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-611.1.4-branch/LayoutTests/ChangeLog (269014 => 269015)
--- branches/safari-611.1.4-branch/LayoutTests/ChangeLog 2020-10-27 01:13:25 UTC (rev 269014)
+++ branches/safari-611.1.4-branch/LayoutTests/ChangeLog 2020-10-27 01:13:28 UTC (rev 269015)
@@ -1,5 +1,38 @@
2020-10-26 Alan Coon <[email protected]>
+ Cherry-pick r268382. rdar://problem/70702384
+
+ REGRESSION (r268294): [ iOS wk2 ] imported/blink/fast/css/zoomed-intrinsic-width.html is a constant image failure
+ https://bugs.webkit.org/show_bug.cgi?id=217610
+ <rdar://problem/70207977>
+
+ Reviewed by Antti Koivisto.
+
+ Source/WebCore:
+
+ InlineTree snaps line boxes to integral values.
+
+ * layout/integration/LayoutIntegrationLineLayout.cpp:
+ (WebCore::LayoutIntegration::LineLayout::constructContent):
+
+ LayoutTests:
+
+ * platform/ios-simulator-wk2/TestExpectations:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268382 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2020-10-12 Zalan Bujtas <[email protected]>
+
+ REGRESSION (r268294): [ iOS wk2 ] imported/blink/fast/css/zoomed-intrinsic-width.html is a constant image failure
+ https://bugs.webkit.org/show_bug.cgi?id=217610
+ <rdar://problem/70207977>
+
+ Reviewed by Antti Koivisto.
+
+ * platform/ios-simulator-wk2/TestExpectations:
+
+2020-10-26 Alan Coon <[email protected]>
+
Cherry-pick r268940. rdar://problem/70702182
Source/WebCore:
Modified: branches/safari-611.1.4-branch/LayoutTests/platform/ios-simulator-wk2/TestExpectations (269014 => 269015)
--- branches/safari-611.1.4-branch/LayoutTests/platform/ios-simulator-wk2/TestExpectations 2020-10-27 01:13:25 UTC (rev 269014)
+++ branches/safari-611.1.4-branch/LayoutTests/platform/ios-simulator-wk2/TestExpectations 2020-10-27 01:13:28 UTC (rev 269015)
@@ -160,3 +160,4 @@
webkit.org/b/217741 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-multiple-times.html [ Pass Failure ]
webkit.org/b/217759 media/now-playing-status-without-media.html [ Pass Failure ]
+webkit.org/b/217643 imported/w3c/web-platform-tests/css/css-flexbox/auto-margins-001.html [ Pass ImageOnlyFailure ]
Modified: branches/safari-611.1.4-branch/Source/WebCore/ChangeLog (269014 => 269015)
--- branches/safari-611.1.4-branch/Source/WebCore/ChangeLog 2020-10-27 01:13:25 UTC (rev 269014)
+++ branches/safari-611.1.4-branch/Source/WebCore/ChangeLog 2020-10-27 01:13:28 UTC (rev 269015)
@@ -1,5 +1,41 @@
2020-10-26 Alan Coon <[email protected]>
+ Cherry-pick r268382. rdar://problem/70702384
+
+ REGRESSION (r268294): [ iOS wk2 ] imported/blink/fast/css/zoomed-intrinsic-width.html is a constant image failure
+ https://bugs.webkit.org/show_bug.cgi?id=217610
+ <rdar://problem/70207977>
+
+ Reviewed by Antti Koivisto.
+
+ Source/WebCore:
+
+ InlineTree snaps line boxes to integral values.
+
+ * layout/integration/LayoutIntegrationLineLayout.cpp:
+ (WebCore::LayoutIntegration::LineLayout::constructContent):
+
+ LayoutTests:
+
+ * platform/ios-simulator-wk2/TestExpectations:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268382 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2020-10-12 Zalan Bujtas <[email protected]>
+
+ REGRESSION (r268294): [ iOS wk2 ] imported/blink/fast/css/zoomed-intrinsic-width.html is a constant image failure
+ https://bugs.webkit.org/show_bug.cgi?id=217610
+ <rdar://problem/70207977>
+
+ Reviewed by Antti Koivisto.
+
+ InlineTree snaps line boxes to integral values.
+
+ * layout/integration/LayoutIntegrationLineLayout.cpp:
+ (WebCore::LayoutIntegration::LineLayout::constructContent):
+
+2020-10-26 Alan Coon <[email protected]>
+
Cherry-pick r268940. rdar://problem/70702182
Source/WebCore:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes