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

Unified Diff: LayoutTests/fast/css-intrinsic-dimensions/height-property-value-expected.txt

Issue 1293793007: Unprefix min-content, max-content, fit-content (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment Created 5 years, 4 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
Index: LayoutTests/fast/css-intrinsic-dimensions/height-property-value-expected.txt
diff --git a/LayoutTests/fast/css-intrinsic-dimensions/height-property-value-expected.txt b/LayoutTests/fast/css-intrinsic-dimensions/height-property-value-expected.txt
index 2f99cec17a07eff8824912b928bd7032ee0c3dbf..90539ea48e914a07ace9cebcc5882a276b9debb7 100644
--- a/LayoutTests/fast/css-intrinsic-dimensions/height-property-value-expected.txt
+++ b/LayoutTests/fast/css-intrinsic-dimensions/height-property-value-expected.txt
@@ -3,6 +3,27 @@ Tests that the height keywords are parsed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS divs[i].style.height is divs[i].getAttribute("expected-data")
+PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.height is divs[i].getAttribute("expected-data")
+PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.height is divs[i].getAttribute("expected-data")
+PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.height is divs[i].getAttribute("expected-data")
+PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.height is divs[i].getAttribute("expected-data")
+PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.height is divs[i].getAttribute("expected-data")
+PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.height is divs[i].getAttribute("expected-data")
+PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
+PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS div.style.height is "-webkit-min-content"
PASS div.style.minHeight is "-webkit-min-content"
PASS div.style.maxHeight is "-webkit-min-content"
@@ -15,6 +36,15 @@ PASS div.style.maxHeight is "-webkit-fill-available"
PASS div.style.height is "-webkit-fit-content"
PASS div.style.minHeight is "-webkit-fit-content"
PASS div.style.maxHeight is "-webkit-fit-content"
+PASS div.style.height is "min-content"
+PASS div.style.minHeight is "min-content"
+PASS div.style.maxHeight is "min-content"
+PASS div.style.height is "max-content"
+PASS div.style.minHeight is "max-content"
+PASS div.style.maxHeight is "max-content"
+PASS div.style.height is "fit-content"
+PASS div.style.minHeight is "fit-content"
+PASS div.style.maxHeight is "fit-content"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698