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

Unified Diff: chrome/test/data/printing/window_print.html

Issue 2496203003: Add printing tests to ensure window.print() works for subframes.
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/printing/window_print.html
diff --git a/chrome/test/data/printing/window_print.html b/chrome/test/data/printing/window_print.html
new file mode 100644
index 0000000000000000000000000000000000000000..3002cc1f9c7d91fc255af237b3f9a28855045c78
--- /dev/null
+++ b/chrome/test/data/printing/window_print.html
@@ -0,0 +1,6 @@
+<html><head><title>window dot print</title></head>
+<script>
+</script>
+<body onload="window.print()">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698