<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r192930): [GTK] Layout test svg/custom/acid3-test-77.html is failing"
href="https://bugs.webkit.org/show_bug.cgi?id=163831">163831</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>REGRESSION(r192930): [GTK] Layout test svg/custom/acid3-test-77.html is failing
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Other
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>SVG
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mcatanzaro@igalia.com
</td>
</tr>
<tr>
<th>CC</th>
<td>bugs-noreply@webkitgtk.org, mmaxfield@apple.com, zimmermann@kde.org
</td>
</tr></table>
<p>
<div>
<pre>Layout test svg/custom/acid3-test-77.html has been failing since since r192925-r192939 (inclusive). r192930 looks like the likely suspect. Diff:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/svg/custom/acid3-test-77-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/svg/custom/acid3-test-77-actual.txt
@@ -4,24 +4,24 @@
PASS text.getNumberOfChars() is 3
-PASS text.getComputedTextLength() is 4780
-PASS text.getSubStringLength(0,1) is 44
-PASS text.getSubStringLength(0,2) is 68
-PASS text.getSubStringLength(1,1) is 24
+FAIL text.getComputedTextLength() should be 4780. Was 4768.
+FAIL text.getSubStringLength(0,1) should be 44. Was 40.
+FAIL text.getSubStringLength(0,2) should be 68. Was 60.
+FAIL text.getSubStringLength(1,1) should be 24. Was 20.
PASS text.getSubStringLength(1,0) is 0
-PASS text.getSubStringLength(1, 3) is 4736
-PASS text.getSubStringLength(0, 4) is 4780
+FAIL text.getSubStringLength(1, 3) should be 4736. Was 4728.
+FAIL text.getSubStringLength(0, 4) should be 4780. Was 4768.
PASS text.getSubStringLength(3, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
PASS text.getSubStringLength(-17, 20) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
PASS text.getStartPositionOfChar(0).x is 0
-PASS text.getStartPositionOfChar(1).x is 44
-PASS text.getStartPositionOfChar(2).x is 68
+FAIL text.getStartPositionOfChar(1).x should be 44. Was 40.
+FAIL text.getStartPositionOfChar(2).x should be 68. Was 60.
PASS text.getStartPositionOfChar(0).y is 4000
PASS text.getEndPositionOfChar(-1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
PASS text.getEndPositionOfChar(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
-PASS text.getEndPositionOfChar(0).x is 44
-PASS text.getEndPositionOfChar(1).x is 68
-PASS text.getEndPositionOfChar(2).x is 4780
+FAIL text.getEndPositionOfChar(0).x should be 44. Was 40.
+FAIL text.getEndPositionOfChar(1).x should be 68. Was 60.
+FAIL text.getEndPositionOfChar(2).x should be 4780. Was 4768.
PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
PASS text.getEndPositionOfChar(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
PASS successfullyParsed is true
Updating expectations accordingly.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>