Title: [266707] trunk/LayoutTests
- Revision
- 266707
- Author
- [email protected]
- Date
- 2020-09-07 11:54:23 -0700 (Mon, 07 Sep 2020)
Log Message
Unreviewed rebaselining.
The test output (render tree dump) is sensitive to float precision.
r266509 slightly changed the way we compute the run's horizontal position
and its new position is 0.000061px more to the right. The integral ceil that we apply
to the run's width computation in the dump-render-tree-as-text makes the final value go from 39px to 40px.
(Note that final width value has dependency on the horizontal positon.)
* platform/ios-wk2/TestExpectations:
* platform/ios/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (266706 => 266707)
--- trunk/LayoutTests/ChangeLog 2020-09-07 18:42:24 UTC (rev 266706)
+++ trunk/LayoutTests/ChangeLog 2020-09-07 18:54:23 UTC (rev 266707)
@@ -1,3 +1,17 @@
+2020-09-07 Zalan Bujtas <[email protected]>
+
+ Unreviewed rebaselining.
+
+ The test output (render tree dump) is sensitive to float precision.
+
+ r266509 slightly changed the way we compute the run's horizontal position
+ and its new position is 0.000061px more to the right. The integral ceil that we apply
+ to the run's width computation in the dump-render-tree-as-text makes the final value go from 39px to 40px.
+ (Note that final width value has dependency on the horizontal positon.)
+
+ * platform/ios-wk2/TestExpectations:
+ * platform/ios/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
+
2020-09-07 Darin Adler <[email protected]>
* platform/mac-wk2/TestExpectations: Revert change I accidentally included in my last patch.
Modified: trunk/LayoutTests/platform/ios/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt (266706 => 266707)
--- trunk/LayoutTests/platform/ios/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt 2020-09-07 18:42:24 UTC (rev 266706)
+++ trunk/LayoutTests/platform/ios/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt 2020-09-07 18:54:23 UTC (rev 266707)
@@ -46,7 +46,7 @@
text run at (238,340) width 155: "ignore this float text"
text run at (0,360) width 257: "ignore this float text ignore this float"
RenderBlock {DIV} at (0,153) size 784x520 [color=#C0C0C0]
- RenderText {#text} at (392,0) size 784x519
+ RenderText {#text} at (392,0) size 785x519
text run at (392,0) width 392: "this is some dummy text this is some dummy text this is"
text run at (392,20) width 99: "some dummy "
text run at (490,20) width 294: "text this is some dummy text this is some"
@@ -79,7 +79,7 @@
text run at (392,340) width 304: "dummy text this is some dummy text this is "
text run at (695,340) width 89: "some dummy"
text run at (392,360) width 354: "text this is some dummy text this is some dummy text "
- text run at (745,360) width 39: "this is"
+ text run at (745,360) width 40: "this is"
text run at (0,380) width 412: "some dummy text this is some dummy text this is some dummy "
text run at (411,380) width 373: "text this is some dummy text this is some dummy text this"
text run at (0,400) width 54: "is some "
Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (266706 => 266707)
--- trunk/LayoutTests/platform/ios-wk2/TestExpectations 2020-09-07 18:42:24 UTC (rev 266706)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations 2020-09-07 18:54:23 UTC (rev 266707)
@@ -1873,7 +1873,5 @@
webkit.org/b/216159 imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-restartIce.https.html [ Pass Failure ]
-webkit.org/b/216160 css2.1/t0905-c5525-fltwidth-00-c-g.html [ Failure ]
-
webkit.org/b/216162 [ Debug ] imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker.html [ Pass Timeout ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes