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

Side by Side Diff: LayoutTests/fast/css-grid-layout/named-grid-areas-dynamic-with-media-query-expected.html

Issue 680063005: [CSS Grid Layout] Redefining grids inside media queries does not work (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 <html>
3 <head>
4 <style type="text/css">
5 .one { background-color: beige; width: 50%; }
6 .two { background-color: antiquewhite; width: 25%; }
7 .three { background-color: bisque; width: 25%; }
8 .one, .two, .three { min-height: 100px; float: left; }
9 </style>
10 <body>
11 <p>The test passes if you see 3 blocks bellow arranged on a single row</p>
12 <div class="one"></div>
13 <div class="two"></div>
14 <div class="three"></div>
15 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698