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

Unified Diff: LayoutTests/fast/table/hittest-tablecell-bottom-edge-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 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/fast/table/hittest-tablecell-bottom-edge-expected.txt
diff --git a/LayoutTests/fast/table/hittest-tablecell-bottom-edge-expected.txt b/LayoutTests/fast/table/hittest-tablecell-bottom-edge-expected.txt
index 9206c89820f9268b3ee48632e074ec7ee31518b0..21db73963a5da376c2d7f523641244d337149506 100644
--- a/LayoutTests/fast/table/hittest-tablecell-bottom-edge-expected.txt
+++ b/LayoutTests/fast/table/hittest-tablecell-bottom-edge-expected.txt
@@ -5,6 +5,9 @@ An event generated on the edge of a table cell is not being consumed by the appr
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS successfullyParsed is true
+
+TEST COMPLETE
Executing for element tr1-td1 on the bottom edge of the table cell:
PASS document.elementFromPoint(middleX, edge - 1).id is 'tr1-td1'
PASS document.elementFromPoint(middleX, edge).id is 'tr2-td1'
@@ -72,7 +75,4 @@ PASS document.elementFromPoint(middleX, edge + 1).id is ''
PASS successfullyParsed is true
TEST COMPLETE
-PASS successfullyParsed is true
-
-TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698