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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner)
6 testRunner.setImagesAllowed(true);
7 </script>
8 <style>
9 #target {
10 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAIAAA BLixI0AAAAJklEQVR4nGJg+M9ANTRq1qhZo2aNmjVq1qhZo2ZhIAAAAAD//wMA1XBuro0zsokAAAAASU VORK5CYII=) center no-repeat;
11 width: 32px;
12 height: 32px;
13 position: absolute;
14 left: 0px;
15 top: 0px;
16 }
17 </style>
18 </head>
19 <body>
20 <div id="target"></div>
21 </body>
22 </html>
23
24
OLDNEW
« 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