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

Unified Diff: LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt

Issue 714083003: Revert "Move some scroll invalidations to the paint invalidation phase" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
diff --git a/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt b/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0bcd83f567470ade67f17f2761c29da5773ee29c
--- /dev/null
+++ b/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-expected.txt
@@ -0,0 +1,23 @@
+{
+ "bounds": [785, 5056],
+ "children": [
+ {
+ "bounds": [785, 5056],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 28],
+ "bounds": [769, 2122],
+ "drawsContent": true,
+ "backfaceVisibility": "hidden",
+ "repaintRects": [
+ [10, 1572, 150, 550],
+ [10, 572, 150, 150]
+ ]
+ }
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698