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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/wicd/test-rightsizing-b.xhtml

Issue 2755713002: Update expectations for svg/wicd/test-rightsizing-b.xhtml (Closed)
Patch Set: New mac baselines Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/svg/wicd/test-rightsizing-b-expected.txt ('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 <?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-2 - rightsizing to percentage width</title> 5 <title>WICD Core 1.0 #20-2 - rightsizing to percentage width</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-b.css" /> 7 <link rel="stylesheet" type="text/css" href="resources/test-rightsizing-b.css" />
8 </head> 8 </head>
9 <body> 9 <body>
10 <div> 10 <div>
(...skipping 15 matching lines...) Expand all
26 <p> 26 <p>
27 This test has succeeded, if both rows look exactly the same (SVGs mu st be square!) and no red background color is visible. 27 This test has succeeded, if both rows look exactly the same (SVGs mu st be square!) and no red background color is visible.
28 </p> 28 </p>
29 <p><br/><a href="javascript:history.back()">Back</a></p> 29 <p><br/><a href="javascript:history.back()">Back</a></p>
30 </div> 30 </div>
31 <script src="../../resources/run-after-layout-and-paint.js"></script> 31 <script src="../../resources/run-after-layout-and-paint.js"></script>
32 <script> 32 <script>
33 if (window.testRunner) 33 if (window.testRunner)
34 testRunner.waitUntilDone(); 34 testRunner.waitUntilDone();
35 onload = function() { 35 onload = function() {
36 runAfterLayoutAndPaint(function() {}, true); 36 runAfterLayoutAndPaint(function() {
37 runAfterLayoutAndPaint(function() { }, true)
38 }, false);
37 }; 39 };
38 </script> 40 </script>
39 </body> 41 </body>
40 </html> 42 </html>
41 43
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/svg/wicd/test-rightsizing-b-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698