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

Side by Side Diff: LayoutTests/http/tests/webarchive/resources/test-no-charset.css

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 div.styled {
2 border: 1px solid black;
3 display: inline-block;
4 height: 64px;
5 }
6 div.background-no-charset {
7 width: 52px;
8 background-image: url(apple.gif?css-url-no-charset-ˆŸ);
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698