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

Unified Diff: LayoutTests/svg/custom/svg-width-intrinsic-crash.html

Issue 1318933002: Revert of Deprecate 'intrinsic' and 'min-intrinsic' CSS keywords (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/text/tab-min-size.html ('k') | Source/core/css/CSSGroupingRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/svg-width-intrinsic-crash.html
diff --git a/LayoutTests/svg/custom/svg-width-intrinsic-crash.html b/LayoutTests/svg/custom/svg-width-intrinsic-crash.html
index e7a1b754bca0022e007e078aee312bedb59cf820..68c641e249d3e541ed669f216f1a0a93883f2651 100644
--- a/LayoutTests/svg/custom/svg-width-intrinsic-crash.html
+++ b/LayoutTests/svg/custom/svg-width-intrinsic-crash.html
@@ -4,7 +4,7 @@
<!-- Test for https://bugs.webkit.org/show_bug.cgi?id=85797 -->
<div>PASS (didn't crash).</div>
<div style="width: 100px;">
- <svg style="width: max-content;"/>
+ <svg style="width: intrinsic;"/>
</div>
<script>
if (window.testRunner)
« no previous file with comments | « LayoutTests/fast/text/tab-min-size.html ('k') | Source/core/css/CSSGroupingRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698