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

Unified Diff: LayoutTests/fast/events/scale-document.html

Issue 503583002: Fixed Inconsistent behaviour of custom-scrollbar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | LayoutTests/fast/events/scale-document-expected.txt » ('j') | Source/core/frame/FrameView.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/events/scale-document-expected.txt » ('j') | Source/core/frame/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698