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

Unified Diff: third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box.html

Issue 2883083004: Only adjust composited pagination position to account for lines offset of inlines. (Closed)
Patch Set: none Created 3 years, 7 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/pagination/composited-paginated-outlined-box.html
diff --git a/third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box.html b/third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box.html
new file mode 100644
index 0000000000000000000000000000000000000000..9223e8e491362e4ac1354ff5281a5e0c13f89e24
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div style="column-count: 2; height: 400px; width: 400px; column-gap: 0px;">
+ <div style="width: 200px; height: 200px; background: lightgray"></div>
+ <div style="width: 200px; height: 200px; background: lightblue;
+ outline: auto 1px; will-change: transform;"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698