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

Unified Diff: LayoutTests/svg/text/layout-inline-children-assert.html

Issue 695423002: Push LayoutState from RenderSVGText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 1 month 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
Index: LayoutTests/svg/text/layout-inline-children-assert.html
diff --git a/LayoutTests/svg/text/layout-inline-children-assert.html b/LayoutTests/svg/text/layout-inline-children-assert.html
new file mode 100644
index 0000000000000000000000000000000000000000..d88acc4a1b16218341e812690c6e00a11057e0c3
--- /dev/null
+++ b/LayoutTests/svg/text/layout-inline-children-assert.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<style>
+* {
+ -webkit-columns:2;
+}
+</style>
+<script>
+ if (window.testRunner) {
+ testRunner.dumpAsText();
+ }
+</script>
+<p> This test should not assert in debug mode. </p>
+<svg><text>a
+
« no previous file with comments | « no previous file | LayoutTests/svg/text/layout-inline-children-assert-expected.txt » ('j') | Source/core/rendering/style/DataRef.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698