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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/gradients/unprefixed-list-item-gradient.html

Issue 1458083002: Support fragment URLs for more kinds of SVG images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplifications and an added content test Created 5 years, 1 month 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 /* List item should be a 1em by 1em round gradient bullet. */ 4 /* List item should be a 1em by 1em round gradient bullet. */
5 ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent 100%); } 5 ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent 100%); }
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <ul> 9 <ul>
10 <li>&nbsp; 10 <li>&nbsp;
11 <li>&nbsp; 11 <li>&nbsp;
12 <li>&nbsp; 12 <li>&nbsp;
13 </ul> 13 </ul>
14 14
15 <script> 15 <script>
16 if (window.testRunner) { 16 if (window.testRunner) {
17 testRunner.dumpAsTextWithPixelResults(); 17 testRunner.dumpAsTextWithPixelResults();
18 } 18 }
19 </script> 19 </script>
fs 2015/11/19 14:59:44 Nit: Not sure what happened here - no NL at EOF?
davve 2015/11/20 08:14:20 Yes, I happened to wander into this file and my ed
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698