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

Side by Side Diff: LayoutTests/fast/css/counters/content-021.html

Issue 6597055: Merge 77702 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 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 | « no previous file | LayoutTests/fast/css/counters/content-021-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>WebKit's adaptation of http://test.csswg.org/suites/css2.1/20110111/htm l4/content-021.htm</title> 4 <title>WebKit's adaptation of http://test.csswg.org/suites/css2.1/20110111/htm l4/content-021.htm</title>
5 <link rel="originalAuthor" title="Microsoft" href="http://www.microsoft.com/"> 5 <link rel="originalAuthor" title="Microsoft" href="http://www.microsoft.com/">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten t"> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten t">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content">
8 <meta name="flags" content=""> 8 <meta name="flags" content="">
9 <meta name="assert" content="The 'content' property properly handles 9 <meta name="assert" content="The 'content' property properly handles
10 counter autonesting when anonymous renderers intervene between the 10 counter autonesting when anonymous renderers intervene between the
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 Test: Content using a 'counters()' function with a string value</a>.</p> 46 Test: Content using a 'counters()' function with a string value</a>.</p>
47 <div id="testView"> 47 <div id="testView">
48 <p>Test passes if there are the numbers "0" and "0.0" in the box below.</p> 48 <p>Test passes if there are the numbers "0" and "0.0" in the box below.</p>
49 <div id="div1"> 49 <div id="div1">
50 <div id="div2"></div> 50 <div id="div2"></div>
51 </div> 51 </div>
52 </div> 52 </div>
53 <div id="console"></div> 53 <div id="console"></div>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/counters/content-021-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698