Index: LayoutTests/fast/events/scale-document.html |
diff --git a/LayoutTests/fast/events/scale-document.html b/LayoutTests/fast/events/scale-document.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ee3b15060ae32cf3ca46146bbe3179b46f1f3abe |
--- /dev/null |
+++ b/LayoutTests/fast/events/scale-document.html |
@@ -0,0 +1,35 @@ |
+<!DOCTYPE html> |
+<style> |
+::-webkit-scrollbar { |
+ height: 1px; |
+ width: 1px |
+} |
+html { |
+ overflow-y: scroll |
+} |
+</style> |
+<script> |
+if (window.testRunner) { |
+ testRunner.dumpAsText(); |
+ testRunner.waitUntilDone(); |
+} |
+eventSender.setPageZoomFactor(2.5); |
+if (window.testRunner) |
+ testRunner.notifyDone(); |
+</script> |
+<div> |
+ Test for Reproducible crash in FrameView::layout(bool allowSubtree). |
+ <span>The test passed if it did not crash.</span> |
+</div> |
+<ul> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+ <li>Chrome did not crash</li> |
+</ul> |