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

Side by Side Diff: third_party/WebKit/LayoutTests/intersection-observer/client-rect-expected.txt

Issue 2560253004: IntersectionObserver: convert tests to testharness.js (Closed)
Patch Set: Address comments Created 3 years, 11 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
(Empty)
1 Ensure that change.boundingClientRect matches change.target.getBoundingClientRec t() for a clipped element with overflow inside an iframe.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS entries.length is 1
7 PASS entries[0].boundingClientRect.top is target.getBoundingClientRect().top
8 PASS entries[0].boundingClientRect.left is target.getBoundingClientRect().left
9 PASS entries[0].boundingClientRect.width is target.getBoundingClientRect().width
10 PASS entries[0].boundingClientRect.height is target.getBoundingClientRect().heig ht
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698