Modified: trunk/LayoutTests/ChangeLog (264107 => 264108)
--- trunk/LayoutTests/ChangeLog 2020-07-08 16:45:47 UTC (rev 264107)
+++ trunk/LayoutTests/ChangeLog 2020-07-08 16:47:00 UTC (rev 264108)
@@ -1,3 +1,11 @@
+2020-06-29 Jer Noble <[email protected]>
+
+ Unreviewed test gardening; "rebaseline" the video-orientation-canvas.html test to center the expected red color
+ results on observed output.
+
+ * media/video-orientation-canvas-expected.txt:
+ * media/video-orientation-canvas.html:
+
2020-07-08 Zalan Bujtas <[email protected]>
[LFC][IFC] Do not use the initial strut baseline values when the text content is inside an inline container
Modified: trunk/LayoutTests/media/video-orientation-canvas-expected.txt (264107 => 264108)
--- trunk/LayoutTests/media/video-orientation-canvas-expected.txt 2020-07-08 16:45:47 UTC (rev 264107)
+++ trunk/LayoutTests/media/video-orientation-canvas-expected.txt 2020-07-08 16:47:00 UTC (rev 264108)
@@ -1,6 +1,6 @@
-EXPECTED (context.getImageData(88, 115, 1, 1).data == [210,0,0,255] with tolerance 5 OK
-EXPECTED (context.getImageData(237, 88, 1, 1).data == [210,0,0,255] with tolerance 5 OK
-EXPECTED (context.getImageData(200, 237, 1, 1).data == [210,0,0,255] with tolerance 5 OK
+EXPECTED (context.getImageData(88, 115, 1, 1).data == [208,0,0,255] with tolerance 5 OK
+EXPECTED (context.getImageData(237, 88, 1, 1).data == [208,0,0,255] with tolerance 5 OK
+EXPECTED (context.getImageData(200, 237, 1, 1).data == [208,0,0,255] with tolerance 5 OK
END OF TEST
Modified: trunk/LayoutTests/media/video-orientation-canvas.html (264107 => 264108)
--- trunk/LayoutTests/media/video-orientation-canvas.html 2020-07-08 16:45:47 UTC (rev 264107)
+++ trunk/LayoutTests/media/video-orientation-canvas.html 2020-07-08 16:47:00 UTC (rev 264108)
@@ -4,7 +4,7 @@
<title>video-orientation-canvas</title>
<script src=""
<script>
- let redColor = new Uint8ClampedArray([210, 0, 0, 255]);
+ let redColor = new Uint8ClampedArray([208, 0, 0, 255]);
var context;
function arraysAreApproximatelyEqual(arrayString, expected, tolerance) {