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

Unified Diff: third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink-expected.html

Issue 2908503003: Always relayout children of LayoutView when printing. (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink-expected.html
diff --git a/third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink-expected.html b/third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..9e07270e78f838c7cea7fe6c79a62cbf0aed99c5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.setPrinting();
+if (window.internals)
+ internals.settings.setShouldPrintBackgrounds(true);
+</script>
+<style>
+ @page { margin:0; }
+ body { margin:0; }
+</style>
+<div style="width:50vw; height:50vw; background:hotpink;"></div>

Powered by Google App Engine
This is Rietveld 408576698