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

Unified Diff: LayoutTests/fast/backgrounds/solid-color-context-restore.html

Issue 16433002: Prepopulate the memoryCache with data:uri images. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update TestExpectations Created 7 years, 6 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: LayoutTests/fast/backgrounds/solid-color-context-restore.html
diff --git a/LayoutTests/fast/backgrounds/solid-color-context-restore.html b/LayoutTests/fast/backgrounds/solid-color-context-restore.html
deleted file mode 100644
index 08373027fc32cabbdf696336e3462075a408b415..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/backgrounds/solid-color-context-restore.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
- <style type="text/css">
- #target { background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==); }
- </style>
-</head>
-<body>
- <p>
- This tests that the graphics context is restored after painting solid color
- images. The highlight color should be light blue.
- </p>
- <hr>
- <div id="target">
- foo
- </div>
- <script type="text/javascript">
- if (window.testRunner)
- testRunner.display();
- target = document.getElementById('target');
- window.getSelection().setBaseAndExtent(target, 0, target, 1);
- </script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698