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

Unified Diff: third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box-expected.html b/third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2e3a2f05c88704a2b6f7668e3cabc3ac1b839db1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/pagination/composited-paginated-outlined-box-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div style="position: absolute; top: 8px; left: 8px; width: 200px;
+ height: 200px; background: lightgray"></div>
+<div style="position: absolute; top: 8px; left: 208px; width: 200px;
+ height: 200px; background: lightblue;
+ outline: auto 1px; will-change: transform"></div>

Powered by Google App Engine
This is Rietveld 408576698