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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/composited-float-under-composited-inline-expected.txt

Issue 2647383004: Float layer should ignore offsets from ancestor inline layers under containing block (Closed)
Patch Set: - Created 3 years, 11 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: third_party/WebKit/LayoutTests/paint/invalidation/compositing/composited-float-under-composited-inline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/composited-float-under-composited-inline-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/composited-float-under-composited-inline-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..353e63539eac4eb44475ec853e8e9f289f2c787d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/composited-float-under-composited-inline-expected.txt
@@ -0,0 +1,37 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutInline (relative positioned) SPAN",
+ "position": [108, 108],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) (floating) DIV id='float'",
+ "position": [-50, -50],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000",
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='float'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='float'",
+ "reason": "style change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698