From cad810f21b803229eb11403f9209855525a25d57 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 May 2011 11:45:16 +0100 Subject: Merge WebKit at r75315: Initial merge by git. Change-Id: I570314b346ce101c935ed22a626b48c2af266b84 --- .../manual-tests/left-overflow-repaint.html | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Source/WebCore/manual-tests/left-overflow-repaint.html (limited to 'Source/WebCore/manual-tests/left-overflow-repaint.html') diff --git a/Source/WebCore/manual-tests/left-overflow-repaint.html b/Source/WebCore/manual-tests/left-overflow-repaint.html new file mode 100644 index 0000000..5616c4b --- /dev/null +++ b/Source/WebCore/manual-tests/left-overflow-repaint.html @@ -0,0 +1,61 @@ + + + + + +

BUG ID: Bugzilla bug 7916 Box repaint rect does not include the left overflow

+ +

STEPS TO TEST: +Scroll and resize the window as necessary to bring the three test cases below into view. +Press each Test button once. Do not scroll, resize, or hide the window or switch to another +tab. +

+ +

TEST PASS: +In each test, “Lorem” will move down along with “ipsum”. +

+ +

TEST FAIL: +“Lorem” will stay behind as “ipsum” moves down. +

+ +
+

+ + Move block with left overflow +

+
+ Lorem ipsum +
+
+
+
+

+ +

+ Move line with left overflow +
+ Lorem ipsum +
+
+
+
+

+ + Change height of table cell with left overflow +

+ +
+ Lorem ipsum +
+
+ + + -- cgit v1.1