summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/intersection-observer
Commit message (Expand)AuthorAgeFilesLines
* IntersectionObserver: use edge-inclusive geometry for intersections.szager2016-03-254-12/+145
* IntersectionObserver: omit thresholds attribute.szager2016-03-222-4/+0
* Revert of IntersectionObserver: use an idle callback to send notifications. (...sigbjornf2016-03-1014-676/+631
* IntersectionObserver: use an idle callback to send notifications.szager2016-03-1014-631/+676
* IntersectionObserver: use target viewport coordinatesszager2016-03-034-103/+107
* IntersectionObserver: fix exceptions and handling of cross-origin root marginszager2016-03-014-6/+70
* Keep IntersectionObserver alive when it has no js references.szager2016-02-172-0/+34
* Enforce containing block requirement for IntersectionObserver.szager2016-02-114-146/+139
* Fix handling of 1.0 threshold.szager2016-02-052-49/+75
* Implement attribute getters for IntersectionObserver.szager2016-02-052-0/+36
* Use DOMHighResTimeStamp for notification time.szager2016-02-032-0/+98
* Expand zero-area target elements when computing intersections.szager2016-02-022-0/+114
* Fix lazy test result printing.szager2016-02-027-23/+7
* Remove unnecessary RAF from tests.szager2016-01-136-39/+20
* Add root margin support for IntersectionObserver.szager2016-01-122-0/+146
* IntersectionObserver: second cut.szager2016-01-0811-0/+898