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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/grid-dbcat-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text-autosizing/grid-dbcat.html
diff --git a/LayoutTests/fast/text-autosizing/grid-dbcat.html b/LayoutTests/fast/text-autosizing/grid-dbcat.html
new file mode 100644
index 0000000000000000000000000000000000000000..5162a7a6df7cb3bfcf9b223521a408d6e77a82c4
--- /dev/null
+++ b/LayoutTests/fast/text-autosizing/grid-dbcat.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=800">
+<style>
+ html { font-size: 16px; }
+ body { width: 800px; margin: 0; overflow-y: hidden; }
+</style>
+<script src="resources/autosizingTest.js"></script>
+</head>
+<body>
+<div style="display: grid">
+ <div>
+ This tests that RenderGrid creates an autosizing layout scope.
+ The test passes if it does not crash.
+ </div>
+ <div>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit,
+ sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+ </div>
+</div>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+</body>
+</html>
« 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