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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 years, 5 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 <!doctype html>
2 <meta charset="utf-8">
3 <title>Check the frame heriarchy</title>
4 <script src="/resources/testharness.js"></script>
5 <script src="/resources/testharnessreport.js"></script>
6 <script src="iframe_harness.js"></script>
7 <body>
8 <iframe src="same_origin_child.html"></iframe>
9 </body>
10 <script>
11 get_test_results('17381dae-9c3e-4661-9f2b-28eb07a5f2fc');
12 get_test_results('08782f28-e313-47ae-8cd7-419f3e194b0a');
13 get_test_results('66de8d44-7da7-47c7-9a52-41cba4f22bfe');
14 send_test_results({
15 "id": '17381dae-9c3e-4661-9f2b-28eb07a5f2fc',
16 "parent": window.parent === window,
17 "top": window.top === window,
18 });
19 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698