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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/painting-item-marginbox-overflowing-grid-area-expected.html

Issue 2353513003: [css-grid] Use grid area position to determine overflowing items (Closed)
Patch Set: Patch Created 4 years, 3 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/fast/css-grid-layout/painting-item-marginbox-overflowing-grid-area-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/painting-item-marginbox-overflowing-grid-area-expected.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/painting-item-marginbox-overflowing-grid-area-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..80ac2cb0514c41fe464800f89795753e8def0428
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/painting-item-marginbox-overflowing-grid-area-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+
+<p>Test PASS if you see two adjacent iframes with a 50x50 green square.</p>
+
+<iframe height="120px" width="300px" srcdoc="
+ <div style='background: green; width: 50px; height: 50px; margin-left: 100px;'></div>
+ ">
+</iframe>
+
+<iframe height="120px" width="300px" srcdoc="
+ <div style='background: green; width: 50px; height: 50px; margin-left: 134px;'></div>
+ ">
+</iframe>
+

Powered by Google App Engine
This is Rietveld 408576698