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

Unified Diff: LayoutTests/fast/repaint/composited-inline-repaint-expected.txt

Issue 434453002: Promote inlines to first-class invalidation citizens (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add test and expectations Created 6 years, 5 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/composited-inline-repaint-expected.txt
diff --git a/LayoutTests/compositing/repaint/resize-repaint-expected.txt b/LayoutTests/fast/repaint/composited-inline-repaint-expected.txt
similarity index 61%
copy from LayoutTests/compositing/repaint/resize-repaint-expected.txt
copy to LayoutTests/fast/repaint/composited-inline-repaint-expected.txt
index 5334c0baee42a5cc801c09db1047e3734f8d5402..f2bf42ab41bb31f9ce1da2b0cd1d93b5dcb26bd1 100644
--- a/LayoutTests/compositing/repaint/resize-repaint-expected.txt
+++ b/LayoutTests/fast/repaint/composited-inline-repaint-expected.txt
@@ -6,19 +6,16 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 113, 784, 102],
- [0, 121, 800, 102]
+ [8, 8, 784, 18]
],
"children": [
{
"position": [8, 8],
- "bounds": [402, 207],
+ "bounds": [544, 18],
+ "opacity": 0.990000009536743,
"drawsContent": true,
"repaintRects": [
- [2, 155, 398, 50],
- [2, 104, 398, 50],
- [0, 0, 402, 207],
- [0, 0, 402, 105]
+ [0, 0, 544, 18]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698