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

Side by Side Diff: LayoutTests/fast/css-grid-layout/whitespace-in-grid-item-expected.html

Issue 180523004: [CSS Grid Layout] Remove legacy WebKitCSSGridLayoutEnabled flag from the Layout Tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « LayoutTests/fast/css-grid-layout/whitespace-in-grid-item.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script>
4 if (window.testRunner)
5 testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
6 </script>
7 <link href="resources/grid.css" rel="stylesheet"> 3 <link href="resources/grid.css" rel="stylesheet">
8 <style> 4 <style>
9 .a { 5 .a {
10 height: 100%; 6 height: 100%;
11 width: 30px; 7 width: 30px;
12 background: salmon; 8 background: salmon;
13 } 9 }
14 </style> 10 </style>
15 <body> 11 <body>
16 <div class="grid"> 12 <div class="grid">
17 <div class="a"></div> 13 <div class="a"></div>
18 </div> 14 </div>
19 </body> 15 </body>
20 </html> 16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css-grid-layout/whitespace-in-grid-item.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698