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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html

Issue 278543003: New tests case for verifying not sized template-areas use auto-{columns,rows}. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied suggested changes. Created 6 years, 7 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/css-grid-layout/grid-auto-columns-rows-resolution-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html b/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
index 29a2b89d74b9139e2559c0337cd9c2a673f8a6af..76bac5246c766e47c3648762147f6c12e2ea3210 100644
--- a/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
+++ b/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
@@ -13,6 +13,11 @@
grid-auto-columns: 50px;
}
+.gridAreas {
+ grid-template-areas: ". ."
+ ". placeholder";
+}
+
.gridAutoMinMax {
height: 1000px;
grid-auto-rows: minmax(10%, 15px);
@@ -48,5 +53,11 @@
</div>
</div>
+<div class="unconstrainedContainer" style="position: relative">
+ <div class="grid gridAutoFixedFixed gridAreas">
+ <div style="grid-area: placeholder;" class="sizedToGridArea" data-offset-x="10" data-offset-y="20" data-expected-width="50" data-expected-height="30">XXXXX XXXXXX</div>
+ </div>
+</div>
+
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698