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

Unified Diff: LayoutTests/fast/hidpi/image-srcset-svg-canvas.html

Issue 27142003: Revert "Use srcset's resource pixel density to determine intrinsic size" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/hidpi/image-srcset-svg-canvas.html
diff --git a/LayoutTests/fast/hidpi/image-srcset-svg-canvas.html b/LayoutTests/fast/hidpi/image-srcset-svg-canvas.html
deleted file mode 100644
index e856ccbd4100d64194912d7673bae03a652ed531..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/hidpi/image-srcset-svg-canvas.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <link rel="stylesheet" href="resources/svg_tests.css">
- <script src="resources/svg_canvas_helper.js"></script>
- <script>
- if (window.testRunner)
- testRunner.waitUntilDone();
- </script>
-</head>
-<body>
- <h2><a href="http://www.w3.org/html/wg/drafts/srcset/w3c-srcset">srcset</a> testcases for SVG</h2>
- <div class="test">
- <h3>Canvas SVG without explicit dimensions - 1x</h3>
- <div class="expected">expected<br/>
- <img id="svg7" src="" srcset="resources/srcset.svg">
- </div>
- <div class="actual">actual<br/>
- <canvas id="canvas1"></canvas>
- </div>
- This test should show an SVG image drawn into a canvas. The canvas and image should look the same and both should be 200x100.<br/>
- <code class="stats" id="code11"></code>
- <br clear="all"/>
- </div>
- <script>
- window.addEventListener('load', function(){
- drawCanvas('svg7', 'canvas1', 200, 100);
- printSizes('svg7', 'code11');
- if (window.testRunner)
- testRunner.notifyDone();
- });
- </script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/hidpi/image-srcset-svg.html ('k') | LayoutTests/fast/hidpi/image-srcset-svg-canvas-2x.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698