Revert "Manual engine roll with goldens (#29363)" (#29374)

This reverts commit c2e08913c063dea04f21b3e2db777146862c2f15.
diff --git a/bin/internal/engine.version b/bin/internal/engine.version
index abfca07..317100f 100644
--- a/bin/internal/engine.version
+++ b/bin/internal/engine.version
@@ -1 +1 @@
-fbca3d34e6264d8f0081cced601a2db4e36429a4
+8b1a299ed52d4ef9521ccd65c6c52d563129d8af
diff --git a/bin/internal/goldens.version b/bin/internal/goldens.version
index 00e57f1..833a563 100644
--- a/bin/internal/goldens.version
+++ b/bin/internal/goldens.version
@@ -1 +1 @@
-901ec95718ea0ba441a991590215865a838fdc5d
+e27e697cd534e9595acd4459a0f38782c4f750fc
diff --git a/packages/flutter/test/widgets/clip_test.dart b/packages/flutter/test/widgets/clip_test.dart
index 3c3b6da..006c099 100644
--- a/packages/flutter/test/widgets/clip_test.dart
+++ b/packages/flutter/test/widgets/clip_test.dart
@@ -513,7 +513,7 @@
     await tester.pumpWidget(genPhysicalModel(Clip.antiAlias));
     await expectLater(
       find.byType(RepaintBoundary).first,
-      matchesGoldenFile('clip.PhysicalModel.antiAlias.1.png'),
+      matchesGoldenFile('clip.PhysicalModel.antiAlias.png'),
     );
   });
 
@@ -521,7 +521,7 @@
     await tester.pumpWidget(genPhysicalModel(Clip.hardEdge));
     await expectLater(
       find.byType(RepaintBoundary).first,
-      matchesGoldenFile('clip.PhysicalModel.hardEdge.1.png'),
+      matchesGoldenFile('clip.PhysicalModel.hardEdge.png'),
     );
   });
 
@@ -573,7 +573,7 @@
     );
     await expectLater(
       find.byType(RepaintBoundary).first,
-      matchesGoldenFile('clip.PhysicalModel.default.1.png'),
+      matchesGoldenFile('clip.PhysicalModel.default.png'),
     );
   });
 
@@ -622,7 +622,7 @@
     await tester.pumpWidget(genPhysicalShape(Clip.antiAlias));
     await expectLater(
       find.byType(RepaintBoundary).first,
-      matchesGoldenFile('clip.PhysicalShape.antiAlias.1.png'),
+      matchesGoldenFile('clip.PhysicalShape.antiAlias.png'),
     );
   });
 
@@ -630,7 +630,7 @@
     await tester.pumpWidget(genPhysicalShape(Clip.hardEdge));
     await expectLater(
       find.byType(RepaintBoundary).first,
-      matchesGoldenFile('clip.PhysicalShape.hardEdge.1.png'),
+      matchesGoldenFile('clip.PhysicalShape.hardEdge.png'),
     );
   });
 
@@ -684,7 +684,7 @@
     );
     await expectLater(
       find.byType(RepaintBoundary).first,
-      matchesGoldenFile('clip.PhysicalShape.default.1.png'),
+      matchesGoldenFile('clip.PhysicalShape.default.png'),
     );
   });