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

Side by Side Diff: LayoutTests/svg/wicd/test-scalable-background-image1.xhtml

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 #11 - scalable CSS background</title> 5 <title>WICD Core 1.0 #11 - scalable CSS background</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-scalable-backgroun d-image1.css"/> 7 <link rel="stylesheet" type="text/css" href="resources/test-scalable-backgroun d-image1.css"/>
8 </head> 8 </head>
9 <body> 9 <body>
10 <script src="../../resources/run-after-display.js"></script>
11 <script>
12 if (window.testRunner)
13 testRunner.waitUntilDone();
14
15 runAfterDisplay(function() {
16 if (window.testRunner)
17 testRunner.notifyDone();
18 });
19 </script>
20 <h1>scalable CSS background</h1> 10 <h1>scalable CSS background</h1>
21 <h4>WICD Core 1.0 #11</h4> 11 <h4>WICD Core 1.0 #11</h4>
22 <p> 12 <p>
23 This text paragraph, as well as all following, must have a SVG background im age. 13 This text paragraph, as well as all following, must have a SVG background im age.
24 </p> 14 </p>
25 <p> 15 <p>
26 This background image (grey color-gradient and rounded corners) must alway s exactly fit the text paragraph. 16 This background image (grey color-gradient and rounded corners) must alway s exactly fit the text paragraph.
27 </p> 17 </p>
28 <p> 18 <p>
29 This test has failed, if you don't see any graphics on the background. (your user agent does not support SVG as background image). 19 This test has failed, if you don't see any graphics on the background. (your user agent does not support SVG as background image).
30 </p> 20 </p>
31 <p><a href="javascript:history.back()">Back</a></p> 21 <p><a href="javascript:history.back()">Back</a></p>
32 </body> 22 </body>
33 </html> 23 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/wicd/test-rightsizing-b.xhtml ('k') | LayoutTests/svg/wicd/test-scalable-background-image2.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698