From b89a44c539f496c914d6e1cfaa4791586fe83f2b Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Wed, 25 Jun 2025 21:42:49 +0800 Subject: [PATCH] servoshell: Fix typo in `NewWebView` (#37693) It was wrongly typed as "auto:blank" instead of "about:blank". This affects all default new tab as it fails to load. Testing: `webdriver\tests\classic\new_window\new_window.py` is now passing. Previously it has an error as it expects "about:blank" Signed-off-by: Euclid Ye