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

Unified Diff: LayoutTests/fast/css/zoomed-intrinsic-width-expected.html

Issue 1314923005: Deprecate 'intrinsic' and 'min-intrinsic' CSS keywords (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: a couple more tests... 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
« no previous file with comments | « LayoutTests/fast/css/zoomed-intrinsic-width.html ('k') | LayoutTests/fast/html/element-offset-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/zoomed-intrinsic-width-expected.html
diff --git a/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html b/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html
index 5322e0c619d53b73ca8fc5f6d7f85ff94ac57bb3..988843ab19e603df651ac02dd1cc8a2d770238af 100644
--- a/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html
+++ b/LayoutTests/fast/css/zoomed-intrinsic-width-expected.html
@@ -6,7 +6,7 @@
zoom: 0.9;
}
#test {
- width: intrinsic;
+ width: max-content;
border: 1px solid red;
padding: 5px;
overflow: hidden;
« no previous file with comments | « LayoutTests/fast/css/zoomed-intrinsic-width.html ('k') | LayoutTests/fast/html/element-offset-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698