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

Side by Side Diff: LayoutTests/fast/text-autosizing/grid-dbcat.html

Issue 324183002: Create an autosizing layout scope in RenderGrid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | LayoutTests/fast/text-autosizing/grid-dbcat-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 html { font-size: 16px; }
7 body { width: 800px; margin: 0; overflow-y: hidden; }
8 </style>
9 <script src="resources/autosizingTest.js"></script>
10 </head>
11 <body>
12 <div style="display: grid">
13 <div>
14 This tests that RenderGrid creates an autosizing layout scope.
15 The test passes if it does not crash.
16 </div>
17 <div>
18 Lorem ipsum dolor sit amet, consectetur adipisicing elit,
19 sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
20 </div>
21 </div>
22 <script>
23 if (window.testRunner)
24 testRunner.dumpAsText();
25 </script>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/grid-dbcat-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698