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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-hit-regions-accessibility-test-expected.txt

Issue 2169273004: Switch all LayoutTests to use new accessibility relative bounding box API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix absolute bounds in AXInlineTextBox::elementRect Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 Just one button tests. 1 Just one button tests.
2 PASS axbutton1.x is 8 2 PASS axbutton1.x is 8
3 PASS axbutton1.y is 8 3 PASS axbutton1.y is 8
4 PASS axbutton1.width is 200 4 PASS axbutton1.width is 200
5 PASS axbutton1.height is 200 5 PASS axbutton1.height is 200
6 6
7 The container1 has two buttons. 7 The container1 has two buttons.
8 PASS axbutton2.x is 8 8 PASS axbutton2.x is 8
9 PASS axbutton2.y is 8 9 PASS axbutton2.y is 8
10 PASS axbutton2.width is 100 10 PASS axbutton2.width is 100
11 PASS axbutton2.height is 50 11 PASS axbutton2.height is 50
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 PASS axcontainer2.height is 90 43 PASS axcontainer2.height is 90
44 PASS axcontainer3.x is 8 44 PASS axcontainer3.x is 8
45 PASS axcontainer3.y is 8 45 PASS axcontainer3.y is 8
46 PASS axcontainer3.width is 100 46 PASS axcontainer3.width is 100
47 PASS axcontainer3.height is 90 47 PASS axcontainer3.height is 90
48 48
49 PASS successfullyParsed is true 49 PASS successfullyParsed is true
50 50
51 TEST COMPLETE 51 TEST COMPLETE
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698