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

Side by Side Diff: LayoutTests/svg/wicd/test-rightsizing-a.xhtml

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xh tml-basic/xhtml-basic11.dtd"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xh tml-basic/xhtml-basic11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 <title>WICD Core 1.0 #20-1 - rightsizing to box</title> 5 <title>WICD Core 1.0 #20-1 - rightsizing to box</title>
6 <link rel="stylesheet" type="text/css" href="resources/main.css"/> 6 <link rel="stylesheet" type="text/css" href="resources/main.css"/>
7 <link rel="stylesheet" type="text/css" href="resources/test-rightsizing-a.css" /> 7 <link rel="stylesheet" type="text/css" href="resources/test-rightsizing-a.css" />
8 </head> 8 </head>
9 <body> 9 <body>
10 <div> 10 <div>
(...skipping 17 matching lines...) Expand all
28 <object class="h100" data="resources/test-svg-child-object-rightsizi ng1.svg" type="image/svg+xml"></object> 28 <object class="h100" data="resources/test-svg-child-object-rightsizi ng1.svg" type="image/svg+xml"></object>
29 </div> 29 </div>
30 <p> 30 <p>
31 Above there must be a GIF- and a SVG-image visible. Both are referen ced by an object element (no defined width, height:100%) and each nested into a div element (width:176px, height:62px). 31 Above there must be a GIF- and a SVG-image visible. Both are referen ced by an object element (no defined width, height:100%) and each nested into a div element (width:176px, height:62px).
32 </p> 32 </p>
33 <p> 33 <p>
34 This tests have succeeded, if in both cases, the look (dimensions) o f the SVG and the GIF are exactly the same (except the text apparently) and no r ed background color is visible. 34 This tests have succeeded, if in both cases, the look (dimensions) o f the SVG and the GIF are exactly the same (except the text apparently) and no r ed background color is visible.
35 </p> 35 </p>
36 <p><br/><a href="javascript:history.back()">Back</a></p> 36 <p><br/><a href="javascript:history.back()">Back</a></p>
37 </div> 37 </div>
38 <script>
39 document.body.offsetLeft;
40 </script>
38 </body> 41 </body>
39 </html> 42 </html>
40 43
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/complex-svgView-specification.html ('k') | LayoutTests/svg/wicd/test-rightsizing-b.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698