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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box.svg

Issue 2640163004: Replace ENABLE(ASSERT) with DCHECK_IS_ON(). (Closed)
Patch Set: Created 3 years, 11 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
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" width="300" height="300"> 1 <svg xmlns="http://www.w3.org/2000/svg" width="300" height="300">
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <text x="100" y="100"> 6 <text x="100" y="100">
7 Passes if no crash with ENABLE(ASSERT). 7 Passes if no crash with DCHECK_IS_ON().
8 &#1500;<tspan style="outline: 1px solid black">&#1490;a</tspan>bc 8 &#1500;<tspan style="outline: 1px solid black">&#1490;a</tspan>bc
9 </text> 9 </text>
10 </svg> 10 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698