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

Unified Diff: LayoutTests/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt

Issue 706353002: Revert paint-invalidation-container ASSERT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added a missing test to rebaselin. 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/offset-change-wrong-invalidation-with-float-expected.txt
diff --git a/LayoutTests/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt b/LayoutTests/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dd319fd0d355d3cc50132cad16539c165f0a5fbb
--- /dev/null
+++ b/LayoutTests/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
@@ -0,0 +1,39 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [70, 94, 18, 20],
+ [70, 94, 7, 19],
+ [70, -156, 18, 20],
+ [70, -156, 7, 19],
+ [48, 94, 40, 20],
+ [48, -156, 40, 20]
+ ],
+ "children": [
+ {
+ "position": [30, 44],
+ "transformOrigin": [18, 10],
+ "bounds": [25, 20],
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 0],
+ "bounds": [0, 19],
+ "backfaceVisibility": "hidden"
+ }
+ ]
+ },
+ {
+ "position": [30, 44],
+ "bounds": [18, 20],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+}
+
« no previous file with comments | « LayoutTests/fast/repaint/offset-change-wrong-invalidation-with-float.html ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698