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

Unified Diff: LayoutTests/platform/win/svg/batik/text/smallFonts-expected.txt

Issue 861213003: Fix problems with flakes in SVG LayoutTests by reordering arithmetic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rephrased comment. Created 5 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
Index: LayoutTests/platform/win/svg/batik/text/smallFonts-expected.txt
diff --git a/LayoutTests/platform/win/svg/batik/text/smallFonts-expected.txt b/LayoutTests/platform/win/svg/batik/text/smallFonts-expected.txt
index 19fad39352154a6915df3bf35b1bf61efc2e1230..a54979d01a88b99aa1700a5612e4b51e0f49acdb 100644
--- a/LayoutTests/platform/win/svg/batik/text/smallFonts-expected.txt
+++ b/LayoutTests/platform/win/svg/batik/text/smallFonts-expected.txt
@@ -95,8 +95,8 @@ layer at (0,0) size 450x500
RenderSVGText {text} at (0,5) size 8x2 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 1x1
chunk 1 text run 1 at (0.90,6.20) startOffset 0 endOffset 8 width 1.00: "Various "
- RenderSVGTSpan {tspan} at (0,0) size 2x1
- RenderSVGInlineText {#text} at (0,0) size 1x1
+ RenderSVGTSpan {tspan} at (0,0) size 1x1
+ RenderSVGInlineText {#text} at (1,0) size 1x1
chunk 1 text run 1 at (1.90,6.20) startOffset 0 endOffset 8 width 0.84: "outline "
RenderSVGInlineText {#text} at (1,0) size 1x1
chunk 1 text run 1 at (2.74,6.20) startOffset 0 endOffset 8 width 0.80: "styles, "

Powered by Google App Engine
This is Rietveld 408576698