Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: chrome/browser/printing/printing_layout_uitest.cc

Issue 1612: Implement "iframe shim" behavior for windowed plugins.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/drag_utils.cc ('k') | chrome/browser/render_widget_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/file_util.h" 6 #include "base/file_util.h"
7 #include "base/gfx/bitmap_header.h" 7 #include "base/gfx/gdi_util.h"
8 #include "base/gfx/platform_device_win.h" 8 #include "base/gfx/platform_device_win.h"
9 #include "base/gfx/png_decoder.h" 9 #include "base/gfx/png_decoder.h"
10 #include "base/gfx/png_encoder.h" 10 #include "base/gfx/png_encoder.h"
11 #include "base/time.h" 11 #include "base/time.h"
12 #include "base/win_util.h" 12 #include "base/win_util.h"
13 #include "chrome/common/chrome_paths.h" 13 #include "chrome/common/chrome_paths.h"
14 #include "chrome/common/gfx/emf.h" 14 #include "chrome/common/gfx/emf.h"
15 #include "chrome/test/automation/browser_proxy.h" 15 #include "chrome/test/automation/browser_proxy.h"
16 #include "chrome/test/automation/tab_proxy.h" 16 #include "chrome/test/automation/tab_proxy.h"
17 #include "chrome/test/automation/window_proxy.h" 17 #include "chrome/test/automation/window_proxy.h"
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 url = server.TestServerPage("files/printing/test1.html"); 616 url = server.TestServerPage("files/printing/test1.html");
617 EXPECT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, 617 EXPECT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS,
618 tab_proxy->NavigateToURL(url)); 618 tab_proxy->NavigateToURL(url));
619 } 619 }
620 CloseBrowserAndServer(); 620 CloseBrowserAndServer();
621 621
622 EXPECT_EQ(0., CompareWithResult(L"iframe")) 622 EXPECT_EQ(0., CompareWithResult(L"iframe"))
623 << L"iframe"; 623 << L"iframe";
624 } 624 }
625 625
OLDNEW
« no previous file with comments | « chrome/browser/drag_utils.cc ('k') | chrome/browser/render_widget_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698