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

Unified Diff: LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 1287413002: Fix paint invalidation rect tracking within composited scrolling layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
Index: LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
diff --git a/LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt b/LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
index 19c0efb02aa0ae62e5c3492aa0acf540a2bd4e81..a297a9553e410415a8fe504e90621bb57ba3f2ea 100644
--- a/LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
+++ b/LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
@@ -11,23 +11,10 @@
"bounds": [500, 500],
"drawsContent": true,
"repaintRects": [
- [0, 20, 821, 19],
- [0, 0, 5000, 5000],
- [0, 0, 801, 19],
- [-2000, -1980, 821, 19],
- [-2000, -2000, 5000, 5000],
- [-2000, -2000, 801, 19]
+ [-2000, -2000, 5000, 5000]
],
"paintInvalidationClients": [
- "LayoutBlockFlow DIV id='content'",
- "LayoutText #text",
- "InlineTextBox 'Tests invalidation of scrolling layer. Passes if the repaint rect is not clipped,\n'",
- "InlineTextBox 'and there is no red when the scrolling container is scrolled.'",
- "LayoutBR BR",
- "InlineTextBox '\n'",
- "LayoutText #text",
- "InlineTextBox 'Note for manual testing: must run with --enable-prefer-compositing-to-lcd-text\n'",
- "InlineTextBox 'on non-high-dpi machines to enable composited scrolling.'"
+ "LayoutBlockFlow DIV id='content'"
],
"children": [
{
@@ -37,23 +24,10 @@
"bounds": [5000, 5000],
"drawsContent": true,
"repaintRects": [
- [2000, 2020, 821, 19],
- [2000, 2000, 5000, 5000],
- [2000, 2000, 801, 19],
- [0, 20, 821, 19],
- [0, 0, 5000, 5000],
- [0, 0, 801, 19]
+ [0, 0, 5000, 5000]
],
"paintInvalidationClients": [
- "LayoutBlockFlow DIV id='content'",
- "LayoutText #text",
- "InlineTextBox 'Tests invalidation of scrolling layer. Passes if the repaint rect is not clipped,\n'",
- "InlineTextBox 'and there is no red when the scrolling container is scrolled.'",
- "LayoutBR BR",
- "InlineTextBox '\n'",
- "LayoutText #text",
- "InlineTextBox 'Note for manual testing: must run with --enable-prefer-compositing-to-lcd-text\n'",
- "InlineTextBox 'on non-high-dpi machines to enable composited scrolling.'"
+ "LayoutBlockFlow DIV id='content'"
],
"children": [
{

Powered by Google App Engine
This is Rietveld 408576698