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

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

Issue 1314923005: Deprecate 'intrinsic' and 'min-intrinsic' CSS keywords (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: a couple more tests... 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/text/tab-min-size.html ('k') | Source/core/css/CSSGroupingRule.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=85797 --> 4 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=85797 -->
5 <div>PASS (didn't crash).</div> 5 <div>PASS (didn't crash).</div>
6 <div style="width: 100px;"> 6 <div style="width: 100px;">
7 <svg style="width: intrinsic;"/> 7 <svg style="width: max-content;"/>
8 </div> 8 </div>
9 <script> 9 <script>
10 if (window.testRunner) 10 if (window.testRunner)
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 </script> 12 </script>
13 </body> 13 </body>
14 </html> 14 </html>
15 15
OLDNEW
« 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