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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/linkHeader/link-preload-in-iframe.html

Issue 1738133002: Add support for media attribute on link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review nits Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/linkHeader/resources/iframe-link-headers.php » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../resources/testharness.js"></script>
3 <script src="../resources/testharnessreport.js"></script>
4 <script>
5 var t = async_test('Makes sure that Link headers are loaded from an iframe') ;
6 addEventListener("message", t.step_func(function(event) {
7 assert_equals(event.data, "squareloaded", "FAIL: image resource was not loaded");
8 t.done();
9 }, false));
10 </script>
11 <iframe src="resources/iframe-link-headers.php"></iframe>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/linkHeader/resources/iframe-link-headers.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698