Commit 72048a94 authored by Andy Paicu's avatar Andy Paicu Committed by Commit Bot

Disabled IsolateOriginsPrintBrowserTest.PrintIsolatedSubframe

TBR=weili@chromium.org

Bug: 1021883
Change-Id: Ie3eaeb80c82bac99d9aa6657f1a35a63edab46a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899378Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712965}
parent 6149aabd
...@@ -568,7 +568,8 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessPrintBrowserTest, ...@@ -568,7 +568,8 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessPrintBrowserTest,
// Printing preview a web page with an iframe from an isolated origin. // Printing preview a web page with an iframe from an isolated origin.
// This test passes whenever the print preview is rendered. This should not be // This test passes whenever the print preview is rendered. This should not be
// a timed out test which indicates the print preview hung or crash. // a timed out test which indicates the print preview hung or crash.
IN_PROC_BROWSER_TEST_F(IsolateOriginsPrintBrowserTest, PrintIsolatedSubframe) { IN_PROC_BROWSER_TEST_F(IsolateOriginsPrintBrowserTest,
DISABLED_PrintIsolatedSubframe) {
ASSERT_TRUE(embedded_test_server()->Started()); ASSERT_TRUE(embedded_test_server()->Started());
GURL url(embedded_test_server()->GetURL( GURL url(embedded_test_server()->GetURL(
"/printing/content_with_same_site_iframe.html")); "/printing/content_with_same_site_iframe.html"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment