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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/css/infinite-floating-value-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <img src="resources/large-size-image-crash.jpeg"> 9 <p>This test passes if it does not crash.</p>
10 <p>PASS</p> 10 <svg xmlns="http://www.w3.org/2000/svg">
11 <polyline font-size="8E+617%">
12 </svg>
11 </body> 13 </body>
12 </html> 14 </html>
13
OLDNEW
« 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