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

Side by Side Diff: third_party/WebKit/LayoutTests/images/zoomed-img-size.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 <head> 3 <head>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 7
8 function update() { 8 function update() {
9 9
10 // These arrays will become unnecessary if we fix the rounding issues th at make us not always report "37x33". 10 // These arrays will become unnecessary if we fix the rounding issues th at make us not always report "37x33".
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <img id="oval11" src="resources/oval.png" style="zoom: 150%"> 56 <img id="oval11" src="resources/oval.png" style="zoom: 150%">
57 <p>Zoom 150% <span id="status11"></span>: <span id="sizes11"></span></p> 57 <p>Zoom 150% <span id="status11"></span>: <span id="sizes11"></span></p>
58 <img id="oval12" src="resources/oval.png" style="zoom: 333%"> 58 <img id="oval12" src="resources/oval.png" style="zoom: 333%">
59 <p>Zoom 333% <span id="status12"></span>: <span id="sizes12"></span></p> 59 <p>Zoom 333% <span id="status12"></span>: <span id="sizes12"></span></p>
60 <img id="oval13" src="resources/oval.png" style="zoom: 400%"> 60 <img id="oval13" src="resources/oval.png" style="zoom: 400%">
61 <p>Zoom 400% <span id="status13"></span>: <span id="sizes13"></span></p> 61 <p>Zoom 400% <span id="status13"></span>: <span id="sizes13"></span></p>
62 <img id="oval14" src="resources/oval.png" style="zoom: 1234%"> 62 <img id="oval14" src="resources/oval.png" style="zoom: 1234%">
63 <p>Zoom 1234% <span id="status14"></span>: <span id="sizes14"></span></p> 63 <p>Zoom 1234% <span id="status14"></span>: <span id="sizes14"></span></p>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698