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

Unified Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print-expected.html

Issue 2040963002: Get the correct number of pages to paint a fixed object on. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 6 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/fixed-positioned-child-shouldnt-print-expected.html
diff --git a/third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print-expected.html b/third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..036e9caaaf0836b4f144a6698baf4f45e8645ac2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+html{height:100%}
+</style>
+<script>
+if (window.testRunner)
+ testRunner.setPrinting();
+</script>
+<p>crbug.com/617533: There should be no red square below.
+<div style="position: fixed;">
+</div>
+

Powered by Google App Engine
This is Rietveld 408576698