Changes https://github.com/brave/leo/compare/075a3f9ed76e03bdc3f63d7dc4a7269e6dbdec29...e4af287f27ef5bb412a57a057d0edbbc81326168 - **BREAKING** [Icons]: Update icons from Figma ([#1378](https://github.com/brave/leo/pull/1378)) - [svelte5]: Use unmount not destroy ([#1399](https://github.com/brave/leo/pull/1399)) - [Svelte]: Minor bump ([#1398](https://github.com/brave/leo/pull/1398)) - **BREAKING** [Svelte]: Upgrade to Svelte 5 ([#1078](https://github.com/brave/leo/pull/1078)) - chore(deps): updates deps and adds .npmrc with min-release-age ([#1391](https://github.com/brave/leo/pull/1391)) - [Toggle]: Remove :hover effect on mobile ([#1390](https://github.com/brave/leo/pull/1390)) - [Radio]: Remove :hover effect on mobile ([#1389](https://github.com/brave/leo/pull/1389)) - [Checkbox]: Disable `:hover` effect on mobile ([#1388](https://github.com/brave/leo/pull/1388)) - [Button]: Disable :hover state on mobile ([#1387](https://github.com/brave/leo/pull/1387)) - Add transform transition and press scale to button ([#1385](https://github.com/brave/leo/pull/1385)) - Navigation style updates ([#1386](https://github.com/brave/leo/pull/1386)) - Bump postcss from 8.5.6 to 8.5.14 in /examples/example-ui-react ([#1383](https://github.com/brave/leo/pull/1383)) - Bump postcss from 8.5.6 to 8.5.14 ([#1384](https://github.com/brave/leo/pull/1384))
14 lines
861 B
Diff
14 lines
861 B
Diff
diff --git a/content/browser/webui/web_ui_data_source_unittest.cc b/content/browser/webui/web_ui_data_source_unittest.cc
|
|
index cde691c4f05b55af0cabeee880499b6f5e1d7298..5a330ca7cea63d3a75a53326368abd3c3d2ef468 100644
|
|
--- a/content/browser/webui/web_ui_data_source_unittest.cc
|
|
+++ b/content/browser/webui/web_ui_data_source_unittest.cc
|
|
@@ -426,7 +426,7 @@ TEST_F(WebUIDataSourceTest, SetCspValues) {
|
|
network::mojom::CSPDirectiveName::RequireTrustedTypesFor));
|
|
source()->OverrideContentSecurityPolicy(
|
|
network::mojom::CSPDirectiveName::TrustedTypes, "trusted-types test;");
|
|
- EXPECT_EQ("trusted-types test;",
|
|
+ EXPECT_EQ("trusted-types test svelte-trusted-html default;",
|
|
url_data_source->GetContentSecurityPolicy(
|
|
network::mojom::CSPDirectiveName::TrustedTypes));
|
|
source()->DisableTrustedTypesCSP();
|