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

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

Issue 1359463003: Don't use deprecated intrinsic size keywords in tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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') | no next file » | 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 68c641e249d3e541ed669f216f1a0a93883f2651..80a001efed9cf9ea1d136d055701a7375d31e972 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: intrinsic;"/>
+ <svg style="width: fit-content;"/>
</div>
<script>
if (window.testRunner)
« no previous file with comments | « LayoutTests/fast/text/tab-min-size.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698