Commit 29c98e7e authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[LayoutNG] Correct baseline of fast/dom/elementsFromPoint/elementsFromPoint-svg.html

The layout test's baseline somehow got one "PASS" line missing, making
it incorrectly marked as failure. This patch corrects it.

Bug: 591099
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: Ia0281dd694b72103b97858bfc3104766c5f4ef4c
Reviewed-on: https://chromium-review.googlesource.com/1104720
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568199}
parent b9350ee9
......@@ -483,7 +483,6 @@ crbug.com/714962 fast/dom/Range/getBoundingClientRect-linebreak-character.html [
crbug.com/591099 fast/dom/Window/window-lookup-precedence.html [ Failure ]
crbug.com/714962 fast/dom/elementFromPoint-relative-to-viewport.html [ Failure ]
crbug.com/714962 fast/dom/elementsFromPoint/elementsFromPoint-inline.html [ Failure ]
crbug.com/591099 fast/dom/elementsFromPoint/elementsFromPoint-svg.html [ Failure ]
crbug.com/714962 fast/dom/inert/inert-inlines.html [ Failure ]
crbug.com/591099 fast/dom/nodesFromRect/nodesFromRect-basic.html [ Failure ]
crbug.com/714962 fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html [ Failure ]
......
......@@ -3,6 +3,7 @@ PASS nodeListToString(document.elementsFromPoint(325, 125)) is "rect#topRightRec
PASS nodeListToString(document.elementsFromPoint(225, 225)) is "rect#middleRect2, rect#middleRect1, g#middleG2, g#middleG1, svg#svg, DIV#sandbox, BODY, HTML"
PASS nodeListToString(document.elementsFromPoint(125, 325)) is "image#bottomLeftImage2, image#bottomLeftImage1, g#bottomLeftG, svg#svg, DIV#sandbox, BODY, HTML"
PASS nodeListToString(document.elementsFromPoint(325, 325)) is "rect#bottomRightRect2, rect#bottomRightRect1, g#bottomRightG2, g#bottomRightG1, svg#svg, DIV#sandbox, BODY, HTML"
PASS nodeListToString(document.elementsFromPoint(350, 250)) is "DIV#foDiv, foreignObject#fo, svg#svg, DIV#sandbox, BODY, HTML"
PASS successfullyParsed is true
TEST COMPLETE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment