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

Side by Side Diff: tools/perf/page_sets/tough_layer_cases/opacity.html

Issue 11783086: Rename remaining x_stress_test pagesets tests to tough_x_cases convention (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « tools/perf/page_sets/tough_layer_cases.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Chrome 18 opacity test</title> 4 <title>Chrome 18 opacity test</title>
5 <style> 5 <style>
6 .ninety-nine{ 6 .ninety-nine{
7 opacity: 0.99; 7 opacity: 0.99;
8 } 8 }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 22 matching lines...) Expand all
33 values outside the range 0.0 (fully transparent) to 1.0 (fully opaque) 33 values outside the range 0.0 (fully transparent) to 1.0 (fully opaque)
34 will be clamped to this range. If the object is a container element, then 34 will be clamped to this range. If the object is a container element, then
35 the effect is as if the contents of the container element were blended 35 the effect is as if the contents of the container element were blended
36 against the current background using a mask where the value of each pixel 36 against the current background using a mask where the value of each pixel
37 of the mask is the opacity value 37 of the mask is the opacity value
38 </div> 38 </div>
39 <pre id="label"></pre> 39 <pre id="label"></pre>
40 </div> 40 </div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « tools/perf/page_sets/tough_layer_cases.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698