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> |