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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-cached-iframe.html

Issue 2168903002: Set request context when restoring cached CSSImageValue resource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-cached-iframe.html
diff --git a/chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html b/third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-cached-iframe.html
similarity index 51%
copy from chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html
copy to third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-cached-iframe.html
index 831d97e24de6cb43730d9599d9c3fb347a3cd00c..428e99be79e1b21b67e29a13d0da7d71e9914102 100644
--- a/chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html
+++ b/third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-cached-iframe.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title>fullscreen</title>
+<link rel="stylesheet" href="image-value-via-https.css">
</head>
<body>
- foobar
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698