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

Unified Diff: LayoutTests/fast/css/background-image-reload-expected.html

Issue 179873014: Move StyleSheetContents cache to StyleEngine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/background-image-reload-expected.html
diff --git a/LayoutTests/fast/css/background-image-reload-expected.html b/LayoutTests/fast/css/background-image-reload-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3572ade2d150e50957bf70a912fe9856b38ee053
--- /dev/null
+++ b/LayoutTests/fast/css/background-image-reload-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner)
+ testRunner.setImagesAllowed(true);
+</script>
+<style>
+#target {
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAIAAABLixI0AAAAJklEQVR4nGJg+M9ANTRq1qhZo2aNmjVq1qhZo2ZhIAAAAAD//wMA1XBuro0zsokAAAAASUVORK5CYII=) center no-repeat;
+ width: 32px;
+ height: 32px;
+ position: absolute;
+ left: 0px;
+ top: 0px;
+}
+</style>
+</head>
+<body>
+ <div id="target"></div>
+</body>
+</html>
+
+
« no previous file with comments | « LayoutTests/fast/css/background-image-reload.html ('k') | LayoutTests/fast/css/resources/a/background-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698