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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/lengthAdjust-text-metrics-expected.txt

Issue 1773353003: Use precomputed text metrics instead of recomputing them in SVGTextQuery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Land rover: address reviewer comments and drive over to the CQ Created 4 years, 9 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: third_party/WebKit/LayoutTests/svg/text/lengthAdjust-text-metrics-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/text/lengthAdjust-text-metrics-expected.txt b/third_party/WebKit/LayoutTests/svg/text/lengthAdjust-text-metrics-expected.txt
index a3f1da357dc66f02bd6e674ca904960493e78ab9..917f66195f9e427d97bce0db0861e67a450b7aed 100644
--- a/third_party/WebKit/LayoutTests/svg/text/lengthAdjust-text-metrics-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/text/lengthAdjust-text-metrics-expected.txt
@@ -18,9 +18,9 @@ FAIL lengthToString(svgText.getSubStringLength(0, 1)) should be 61.5. Was 66.6.
FAIL lengthToString(svgText.getSubStringLength(0, 2)) should be 117.9. Was 115.2.
FAIL lengthToString(svgText.getSubStringLength(0, 3)) should be 169.2. Was 169.7.
PASS lengthToString(svgText.getSubStringLength(0, 4)) is "200.0"
-FAIL lengthToString(svgText.getSubStringLength(1, 1)) should be 56.4. Was 60.6.
-FAIL lengthToString(svgText.getSubStringLength(1, 2)) should be 107.7. Was 115.2.
-FAIL lengthToString(svgText.getSubStringLength(1, 3)) should be 138.5. Was 145.5.
+FAIL lengthToString(svgText.getSubStringLength(1, 1)) should be 56.4. Was 48.6.
+FAIL lengthToString(svgText.getSubStringLength(1, 2)) should be 107.7. Was 103.1.
+FAIL lengthToString(svgText.getSubStringLength(1, 3)) should be 138.5. Was 133.4.
FAIL lengthToString(svgText.getSubStringLength(2, 1)) should be 51.3. Was 54.5.
FAIL lengthToString(svgText.getSubStringLength(2, 2)) should be 82.1. Was 84.8.
FAIL lengthToString(svgText.getSubStringLength(3, 1)) should be 30.8. Was 30.3.
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698