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

Side by Side Diff: LayoutTests/fast/forms/button-generated-content-expected.html

Issue 1303943002: Rebaseline fast/ tests on Yosemite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToTed Created 5 years, 4 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
« no previous file with comments | « LayoutTests/fast/forms/button-generated-content.html ('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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <script src="../resources/ahem.js"></script>
3 <head> 4 <head>
4 <title></title> 5 <title></title>
5 <style> 6 <style>
7 button { font-family: Ahem; }
6 #a, #b, #c, #d { color: blue; } 8 #a, #b, #c, #d { color: blue; }
7 </style> 9 </style>
8 </head> 10 </head>
9 <body> 11 <body>
10 <p> 12 <p>
11 This is a test of generated content in &lt;button> for 13 This is a test of generated content in &lt;button> for
12 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9561">http://bugzill a.opendarwin.org/show_bug.cgi?id=9561</a> 14 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9561">http://bugzill a.opendarwin.org/show_bug.cgi?id=9561</a>
13 REGRESSION: Content property on :before of button causes hang on click o r hover</i>. 15 REGRESSION: Content property on :before of button causes hang on click o r hover</i>.
14 </p> 16 </p>
15 <hr> 17 <hr>
(...skipping 16 matching lines...) Expand all
32 <button id="l">buttonafter</button> 34 <button id="l">buttonafter</button>
33 <br> 35 <br>
34 <button id="m">before</button> 36 <button id="m">before</button>
35 <button id="n">beforebutton</button> 37 <button id="n">beforebutton</button>
36 <br> 38 <br>
37 <button id="o">after</button> 39 <button id="o">after</button>
38 <button id="p">buttonafter</button> 40 <button id="p">buttonafter</button>
39 <br> 41 <br>
40 </body> 42 </body>
41 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/button-generated-content.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698