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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt

Issue 1317643005: [css-grid] Fix track sizing algo w/ size restrictions and intrinsic sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing. Removed unused params Created 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0c9b2b6e7312cc5c367e68f3ccf23e0b9f316b82
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt
@@ -0,0 +1,8 @@
+Tests how a change in grid's height requires evaluating again whether the grid has indefinite or definite height.
+
+The grid bellow had initially 'height: auto' (indefinite) and has been changed to '90px' (definite).
+
+PASS
+The grid bellow had initially 'height: 90px' (definite) and has been changed to 'auto' (indefinite).
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698