Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/resources/intersection-observer-subframe.html

Issue 2560253004: IntersectionObserver: convert tests to testharness.js (Closed)
Patch Set: Formatting tweaks and explicit resource paths Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="height: 200px; width: 100px;"></div>
3 <div id="target" style="background-color: green; width:100px; height:100px"></di v>
4 <div style="height: 200px; width: 100px;"></div>
OLDNEW

Powered by Google App Engine