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

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

Issue 2560253004: IntersectionObserver: convert tests to testharness.js (Closed)
Patch Set: rebase Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/intersection-observer/observer-in-iframe.html
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/observer-in-iframe.html b/third_party/WebKit/LayoutTests/intersection-observer/observer-in-iframe.html
index 6a31e5f8a458e1f30076178de35c17a534e62b66..adc2bf172b8fcd74aad6f51cd7ee916bca190d6d 100644
--- a/third_party/WebKit/LayoutTests/intersection-observer/observer-in-iframe.html
+++ b/third_party/WebKit/LayoutTests/intersection-observer/observer-in-iframe.html
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe id="target-iframe" src="../resources/intersection-observer-in-iframe.html" style="height:100px; overflow-y:scroll"></iframe>
+<iframe id="target-iframe" src="resources/observer-in-iframe-subframe.html" style="height:100px; overflow-y:scroll"></iframe>

Powered by Google App Engine
This is Rietveld 408576698