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

Unified Diff: LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html

Issue 328023002: Layout overflow from transforms should update frame scrollbars (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase & revise Created 6 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
« no previous file with comments | « LayoutTests/fast/transforms/transform-update-frame-overflow.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html
diff --git a/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html b/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4c4750c8327c04ca0422cf4ea1c6ee98c2cf2a03
--- /dev/null
+++ b/LayoutTests/fast/transforms/transform-update-frame-overflow-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+#transformed {
+ width: 100px;
+ height: 100px;
+ background-color: green;
+ transform: translateY(1000px);
+}
+</style>
+<div id="transformed">
+</div>
+<script>
+ window.scrollTo(0, 1000);
+</script>
« no previous file with comments | « LayoutTests/fast/transforms/transform-update-frame-overflow.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698