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

Unified Diff: LayoutTests/fast/repaint/outline-child-repaint-expected.txt

Issue 433603004: Disentangle repaint-after-compositing from updateLayerPositionsAfterLayout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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/fast/repaint/outline-child-repaint-expected.txt
diff --git a/LayoutTests/fast/repaint/outline-child-repaint-expected.txt b/LayoutTests/fast/repaint/outline-child-repaint-expected.txt
index af2c00954575e15059a5b77a9b54caf31c19bb5d..2abc9229a8c7e760b885d45739bacbff9debeb1e 100644
--- a/LayoutTests/fast/repaint/outline-child-repaint-expected.txt
+++ b/LayoutTests/fast/repaint/outline-child-repaint-expected.txt
@@ -7,7 +7,9 @@
"drawsContent": true,
"repaintRects": [
[0, 240, 220, 60],
- [0, 140, 220, 60]
+ [0, 240, 220, 50],
+ [0, 140, 220, 60],
+ [0, 140, 220, 50]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698