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

Unified Diff: LayoutTests/fast/css/infinite-floating-value.html

Issue 239263008: ASSERTION FAILED: std::isfinite(num) in WebCore::CSSPrimitiveValue::CSSPrimitiveValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | LayoutTests/fast/css/infinite-floating-value-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/infinite-floating-value.html
diff --git a/LayoutTests/fast/images/large-size-image-crash.html b/LayoutTests/fast/css/infinite-floating-value.html
similarity index 51%
copy from LayoutTests/fast/images/large-size-image-crash.html
copy to LayoutTests/fast/css/infinite-floating-value.html
index 7eaa1f6b2aac1cda42fb44704a286c49d94085b7..a335c031057447d0ff0869a0d6fda82488dd9e7b 100644
--- a/LayoutTests/fast/images/large-size-image-crash.html
+++ b/LayoutTests/fast/css/infinite-floating-value.html
@@ -6,8 +6,9 @@
</script>
</head>
<body>
- <img src="resources/large-size-image-crash.jpeg">
- <p>PASS</p>
+ <p>This test passes if it does not crash.</p>
+ <svg xmlns="http://www.w3.org/2000/svg">
+ <polyline font-size="8E+617%">
+ </svg>
</body>
</html>
-
« no previous file with comments | « no previous file | LayoutTests/fast/css/infinite-floating-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698