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

Unified 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: m_domTreeVersion initialization 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box.svg
diff --git a/third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box.svg b/third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box.svg
index d23a7df69a26aa5f8e96bd39781149988b4e4df6..c7b9f7489807e2012a0680adf0ad3fe717217f05 100644
--- a/third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box.svg
+++ b/third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box.svg
@@ -4,7 +4,7 @@
testRunner.dumpAsText();
</script>
<text x="100" y="100">
- Passes if no crash with ENABLE(ASSERT).
+ Passes if no crash with DCHECK_IS_ON().
&#1500;<tspan style="outline: 1px solid black">&#1490;a</tspan>bc
</text>
</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/tspan-outline-multiple-inline-box-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698