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

Side by Side Diff: third_party/WebKit/LayoutTests/images/color-profile-background-image-cross-fade.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script src="../../resources/run-after-layout-and-paint.js"></script> 3 <script src="../resources/run-after-layout-and-paint.js"></script>
4 4
5 <style> 5 <style>
6 p { 6 p {
7 background-image: -webkit-cross-fade( 7 background-image: -webkit-cross-fade(
8 url("resources/red-at-12-oclock-with-color-profile.jpg"), url("resources/g reen-256x256.jpg"), 6%); 8 url("resources/red-at-12-oclock-with-color-profile.jpg"), url("resources/g reen-256x256.jpg"), 6%);
9 margin: 6px 6px 6px 9px; 9 margin: 6px 6px 6px 9px;
10 display: inline-block; 10 display: inline-block;
11 height: 180px; 11 height: 180px;
12 width: 372px; 12 width: 372px;
13 } 13 }
(...skipping 24 matching lines...) Expand all
38 function done() { 38 function done() {
39 setTimeout(function() { testRunner.notifyDone() }, 0); 39 setTimeout(function() { testRunner.notifyDone() }, 0);
40 } 40 }
41 41
42 if (window.testRunner) { 42 if (window.testRunner) {
43 testRunner.dumpAsTextWithPixelResults(); 43 testRunner.dumpAsTextWithPixelResults();
44 testRunner.waitUntilDone(); 44 testRunner.waitUntilDone();
45 } 45 }
46 </script> 46 </script>
47 </html> 47 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698