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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <p>Test PASS if you see two adjacent iframes with a 50x50 green square.</p>
4
5 <iframe height="120px" width="300px" srcdoc="
6 <div style='background: green; width: 50px; height: 50px; margin-left: 100 px;'></div>
7 ">
8 </iframe>
9
10 <iframe height="120px" width="300px" srcdoc="
11 <div style='background: green; width: 50px; height: 50px; margin-left: 134p x;'></div>
12 ">
13 </iframe>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698