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

Side by Side Diff: LayoutTests/ietestcenter/css3/grid/grid-columns-001-expected.htm

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/DTD/xhtml1-strict.dtd">
2 <!-- 2 <!--
3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights reserved. 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights reserved.
4 4
5 Redistribution and use in source and binary forms, with or without modification , 5 Redistribution and use in source and binary forms, with or without modification ,
6 are permitted provided that the following conditions are met: 6 are permitted provided that the following conditions are met:
7 7
8 Redistributions of source code must retain the above copyright notice, this lis t of 8 Redistributions of source code must retain the above copyright notice, this lis t of
9 conditions and the following disclaimer. 9 conditions and the following disclaimer.
10 10
(...skipping 11 matching lines...) Expand all
22 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUE NTIAL 22 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUE NTIAL
23 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERV ICES; 23 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERV ICES;
24 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 24 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
25 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGE NCE OR 25 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGE NCE OR
26 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 POSSIBILITY OF SUCH DAMAGE. 27 POSSIBILITY OF SUCH DAMAGE.
28 --> 28 -->
29 <html xmlns="http://www.w3.org/1999/xhtml"> 29 <html xmlns="http://www.w3.org/1999/xhtml">
30 <head> 30 <head>
31 <title>CSS Test: Grid-columns set to a negative &lt;length&gt; value</ti tle> 31 <title>CSS Test: Grid-columns set to a negative &lt;length&gt; value</ti tle>
32 <script src="../../../resources/ahem.js"></script>
32 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 33 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
33 <link rel="help" href="http://dev.w3.org/csswg/css3-grid-align/#grid-dec laration" /> 34 <link rel="help" href="http://dev.w3.org/csswg/css3-grid-align/#grid-dec laration" />
34 <meta name="flags" content="ahem invalid" /> 35 <meta name="flags" content="ahem invalid" />
35 <meta name="assert" content="The 'grid-template-columns' property set to a negative length value is invalid. Value then computes to its initial value, ' auto'." /> 36 <meta name="assert" content="The 'grid-template-columns' property set to a negative length value is invalid. Value then computes to its initial value, ' auto'." />
36 <style type="text/css"> 37 <style type="text/css">
37 #parent 38 #parent
38 { 39 {
39 font: 20px/1 Ahem; 40 font: 20px/1 Ahem;
40 position: relative; 41 position: relative;
41 width: 13em; 42 width: 13em;
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 <div id="absolute"> 106 <div id="absolute">
106 XXXXXXXXX<span>XXXX</span> 107 XXXXXXXXX<span>XXXX</span>
107 </div> 108 </div>
108 <div id="test"> 109 <div id="test">
109 <div id="right">XXXX</div> 110 <div id="right">XXXX</div>
110 <div id="left">XXXXX</div> 111 <div id="left">XXXXX</div>
111 </div> 112 </div>
112 </div> 113 </div>
113 </body> 114 </body>
114 </html> 115 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ietestcenter/css3/grid/grid-columns-001.htm ('k') | LayoutTests/ietestcenter/css3/grid/grid-items-001.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698