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

Side by Side Diff: third_party/WebKit/LayoutTests/intersection-observer/observer-in-iframe.html

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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <iframe id="target-iframe" src="../resources/intersection-observer-in-iframe.htm l" style="height:100px; overflow-y:scroll"></iframe> 2 <style>
3 pre, #log {
4 position: absolute;
5 top: 0;
6 left: 200px;
7 }
8 </style>
9 <iframe id="target-iframe" src="resources/observer-in-iframe-subframe.html" widt h="150px" height="150px"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698