mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 128.0.6613.0 (#1331488)
This commit is contained in:
@@ -1400,8 +1400,8 @@ TEST(SchemeHandlerTest, CustomNonStandardXSSSameOrigin) {
|
||||
"customnonstd:xhr%20value");
|
||||
|
||||
test_results.console_messages.push_back(
|
||||
"Error: Failed to read a named property 'getResult' from 'Window': "
|
||||
"Blocked a frame with origin \"null\" from accessing a "
|
||||
"SecurityError: Failed to read a named property 'getResult' from "
|
||||
"'Window': Blocked a frame with origin \"null\" from accessing a "
|
||||
"cross-origin frame.");
|
||||
|
||||
CefRefPtr<TestSchemeHandler> handler = new TestSchemeHandler(&test_results);
|
||||
@@ -1526,9 +1526,9 @@ TEST(SchemeHandlerTest, CustomStandardXSSDifferentOrigin) {
|
||||
"customstd://test2/iframe.html");
|
||||
|
||||
test_results.console_messages.push_back(
|
||||
"Error: Failed to read a named property 'getResult' from 'Window': "
|
||||
"Blocked a frame with origin \"customstd://test2\" from accessing "
|
||||
"a cross-origin frame.");
|
||||
"SecurityError: Failed to read a named property 'getResult' from "
|
||||
"'Window': Blocked a frame with origin \"customstd://test2\" from "
|
||||
"accessing a cross-origin frame.");
|
||||
|
||||
CefRefPtr<TestSchemeHandler> handler = new TestSchemeHandler(&test_results);
|
||||
handler->ExecuteTest();
|
||||
@@ -1554,9 +1554,9 @@ TEST(SchemeHandlerTest, CustomStandardXSSDifferentProtocolHttp) {
|
||||
"https://test2/iframe.html");
|
||||
|
||||
test_results.console_messages.push_back(
|
||||
"Error: Failed to read a named property 'getResult' from 'Window': "
|
||||
"Blocked a frame with origin \"https://test2\" from accessing a "
|
||||
"cross-origin frame.");
|
||||
"SecurityError: Failed to read a named property 'getResult' from "
|
||||
"'Window': Blocked a frame with origin \"https://test2\" from accessing "
|
||||
"a cross-origin frame.");
|
||||
|
||||
CefRefPtr<TestSchemeHandler> handler = new TestSchemeHandler(&test_results);
|
||||
handler->ExecuteTest();
|
||||
@@ -1583,8 +1583,8 @@ TEST(SchemeHandlerTest, CustomStandardXSSDifferentProtocolCustomNonStandard) {
|
||||
"customnonstd:some%20value");
|
||||
|
||||
test_results.console_messages.push_back(
|
||||
"Error: Failed to read a named property 'getResult' from 'Window': "
|
||||
"Blocked a frame with origin \"null\" from accessing a "
|
||||
"SecurityError: Failed to read a named property 'getResult' from "
|
||||
"'Window': Blocked a frame with origin \"null\" from accessing a "
|
||||
"cross-origin frame.");
|
||||
|
||||
CefRefPtr<TestSchemeHandler> handler = new TestSchemeHandler(&test_results);
|
||||
@@ -1611,9 +1611,9 @@ TEST(SchemeHandlerTest, HttpXSSDifferentProtocolCustomStandard) {
|
||||
"customstd://test2/iframe.html");
|
||||
|
||||
test_results.console_messages.push_back(
|
||||
"Error: Failed to read a named property 'getResult' from 'Window': "
|
||||
"Blocked a frame with origin \"customstd://test2\" from accessing "
|
||||
"a cross-origin frame.");
|
||||
"SecurityError: Failed to read a named property 'getResult' from "
|
||||
"'Window': Blocked a frame with origin \"customstd://test2\" from "
|
||||
"accessing a cross-origin frame.");
|
||||
|
||||
CefRefPtr<TestSchemeHandler> handler = new TestSchemeHandler(&test_results);
|
||||
handler->ExecuteTest();
|
||||
@@ -1639,8 +1639,8 @@ TEST(SchemeHandlerTest, HttpXSSDifferentProtocolCustomNonStandard) {
|
||||
"customnonstd:some%20value");
|
||||
|
||||
test_results.console_messages.push_back(
|
||||
"Error: Failed to read a named property 'getResult' from 'Window': "
|
||||
"Blocked a frame with origin \"null\" from accessing a "
|
||||
"SecurityError: Failed to read a named property 'getResult' from "
|
||||
"'Window': Blocked a frame with origin \"null\" from accessing a "
|
||||
"cross-origin frame.");
|
||||
|
||||
CefRefPtr<TestSchemeHandler> handler = new TestSchemeHandler(&test_results);
|
||||
@@ -1765,9 +1765,9 @@ TEST(SchemeHandlerTest, HttpXSSDifferentOrigin) {
|
||||
SetUpXSS(&test_results, "https://test1/run.html", "https://test2/xss.html");
|
||||
|
||||
test_results.console_messages.push_back(
|
||||
"Error: Failed to read a named property 'getResult' from 'Window': "
|
||||
"Blocked a frame with origin \"https://test2\" from accessing a "
|
||||
"cross-origin frame.");
|
||||
"SecurityError: Failed to read a named property 'getResult' from "
|
||||
"'Window': Blocked a frame with origin \"https://test2\" from accessing "
|
||||
"a cross-origin frame.");
|
||||
|
||||
CefRefPtr<TestSchemeHandler> handler = new TestSchemeHandler(&test_results);
|
||||
handler->ExecuteTest();
|
||||
|
Reference in New Issue
Block a user