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> |
+ |