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

Side by Side Diff: LayoutTests/fast/events/click-focus-anchor-expected.txt

Issue 1231533002: Deprecate Element.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 CONSOLE WARNING: 'Element.offsetLeft' is deprecated and will be removed in M47, around Novemver 2015. The offset* attributes are only standardized and widely su pported for HTML elements
2 CONSOLE WARNING: 'Element.offsetTop' is deprecated and will be removed in M47, a round Novemver 2015. The offset* attributes are only standardized and widely sup ported for HTML elements
1 This test ensures that we can click to focus an a element. 3 This test ensures that we can click to focus an a element.
2 4
3 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 ".
4 6
5 7
6 a1 received focus 8 a1 received focus
7 a3 received focus 9 a3 received focus
8 a4 received focus 10 a4 received focus
9 a5 received focus 11 a5 received focus
10 p6 received focus 12 p6 received focus
11 a7 received focus 13 a7 received focus
12 svga1 received focus 14 svga1 received focus
13 svga3 received focus 15 svga3 received focus
14 svga4 received focus 16 svga4 received focus
15 psvg5 received focus 17 psvg5 received focus
16 svga6 received focus 18 svga6 received focus
17 PASS successfullyParsed is true 19 PASS successfullyParsed is true
18 20
19 TEST COMPLETE 21 TEST COMPLETE
20 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698