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

Unified Diff: third_party/WebKit/ManualTests/print-iframe-containing-fixed.html

Issue 2675763006: Fix paint invalidation issue on exiting printing (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/ManualTests/print-iframe-containing-fixed.html
diff --git a/third_party/WebKit/ManualTests/print-iframe-containing-fixed.html b/third_party/WebKit/ManualTests/print-iframe-containing-fixed.html
new file mode 100644
index 0000000000000000000000000000000000000000..89cfa33fd91512bc05aede20ac56880fa4819509
--- /dev/null
+++ b/third_party/WebKit/ManualTests/print-iframe-containing-fixed.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<iframe id='iframe' style="width: 100%; border: none" srcdoc="
+ <div style='position: fixed; border: 20px solid black; right: 0'>
+ <div id='div'>Select some text and print. Border should not disappear.</div>
+ </div>">
+</iframe>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698