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

Side by Side Diff: LayoutTests/fast/css/focus-ring-recursive-continuations-expected.txt

Issue 1269123002: Preparation for combining paths of focus rings and outlines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 When adding focus ring rects, we should avoid adding duplicated rect for continu ations 1 When adding focus ring rects, we should avoid adding duplicated rect for continu ations
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 FAIL internals.focusRingRects(document.getElementById('focus')) should be 5 (of type number). Was [object ClientRectList] (of type object). 9 PASS internals.outlineRects(document.getElementById('focus')).length is 5
10 SPAN0 10 SPAN0
11 DIV1 SPAN1 11 DIV1 SPAN1
12 DIV2 12 DIV2
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698