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

Side by Side Diff: LayoutTests/fast/table/hittest-tablecell-with-borders-right-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test for Bugzilla Bug 74864: There is additional space not belonged to a table b etween the table cells. 1 Test for Bugzilla Bug 74864: There is additional space not belonged to a table b etween the table cells.
2 2
3 An event generated on the edge of a table cell is not being consumed by the appr opriate underlying element. This test verifies that the hittest result on the ri ght edge of a table cell (with borders) returns the proper underlying element. 3 An event generated on the edge of a table cell is not being consumed by the appr opriate underlying element. This test verifies that the hittest result on the ri ght edge of a table cell (with borders) returns the proper underlying element.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
8 Executing for element tr1-td1 on the right edge of the table cell: 11 Executing for element tr1-td1 on the right edge of the table cell:
9 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td1' 12 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td1'
10 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td2' 13 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td2'
11 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td2' 14 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td2'
12 Executing for element tr1-td2 on the right edge of the table cell: 15 Executing for element tr1-td2 on the right edge of the table cell:
13 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td2' 16 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td2'
14 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td3' 17 PASS document.elementFromPoint(edge, middleY).id is 'tr1-td3'
15 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td3' 18 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr1-td3'
16 Executing for element tr1-td3 on the right edge of the table cell: 19 Executing for element tr1-td3 on the right edge of the table cell:
17 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td3' 20 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr1-td3'
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr4-td3' 68 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr4-td3'
66 PASS document.elementFromPoint(edge, middleY).id is 'tr4-td4' 69 PASS document.elementFromPoint(edge, middleY).id is 'tr4-td4'
67 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr4-td4' 70 PASS document.elementFromPoint(edge + 1, middleY).id is 'tr4-td4'
68 Executing for element tr4-td4 on the right edge of the table cell: 71 Executing for element tr4-td4 on the right edge of the table cell:
69 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr4-td4' 72 PASS document.elementFromPoint(edge - 1, middleY).id is 'tr4-td4'
70 PASS document.elementFromPoint(edge, middleY).id is '' 73 PASS document.elementFromPoint(edge, middleY).id is ''
71 PASS document.elementFromPoint(edge + 1, middleY).id is '' 74 PASS document.elementFromPoint(edge + 1, middleY).id is ''
72 PASS successfullyParsed is true 75 PASS successfullyParsed is true
73 76
74 TEST COMPLETE 77 TEST COMPLETE
75 PASS successfullyParsed is true
76
77 TEST COMPLETE
78 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698