Avoid headless Servo paint noise

This commit is contained in:
2026-05-08 00:15:29 -04:00
parent ec0ba6b758
commit f10a2349f6
@@ -42,10 +42,6 @@ fn manages_real_servo_webview_lifecycle() -> Result<(), Box<dyn Error>> {
"snapshot: {snapshot:?}"
);
host.paint(&webview_id)?;
let snapshot = host.snapshot(&webview_id)?;
assert!(!snapshot.has_pending_frame());
assert!(matches!(
SoftwareServoHost::new(ServoSurfaceSize::new(320, 240)),
Err(ServoHostError::RuntimeAlreadyStarted)