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

Side by Side Diff: LayoutTests/fast/css/focus-ring-recursive-inlines-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 line box rects of recursive inlines repeatedly 1 When adding focus ring rects, we should avoid adding line box rects of recursive inlines repeatedly
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 PASS internals.focusRingRects(document.getElementById('focus')).length is 5 9 PASS internals.outlineRects(document.getElementById('focus')).length is 5
10 INLINE TEXT 10 INLINE TEXT
11 BLOCK CONTENTS 11 BLOCK CONTENTS
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698