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

Unified Diff: LayoutTests/svg/css/replaced-intrinsic-ratio-min-width-min-content-expected.html

Issue 186913003: Fix infinite recursion in computePreferredLogicalWidths. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/svg/css/replaced-intrinsic-ratio-min-width-min-content-expected.html
diff --git a/LayoutTests/svg/css/replaced-intrinsic-ratio-min-width-min-content-expected.html b/LayoutTests/svg/css/replaced-intrinsic-ratio-min-width-min-content-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f6159b0f68609827c99634e381d0baf7b1bcf4e0
--- /dev/null
+++ b/LayoutTests/svg/css/replaced-intrinsic-ratio-min-width-min-content-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<style>
+object {
+ width: 300px;
+}
+</style>
+<object type="image/svg+xml" data="resources/intrinsic-ratio.svg"></object>

Powered by Google App Engine
This is Rietveld 408576698