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

Side by Side Diff: LayoutTests/fast/forms/button-generated-content.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
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 type="text/css"> 6 <style type="text/css">
7 button { font-family: Ahem; }
6 button.bef:before { content:'before'; } 8 button.bef:before { content:'before'; }
7 button.aft:after { content:'after'; } 9 button.aft:after { content:'after'; }
8 button.bef1:before { content:'BEFORE'; } 10 button.bef1:before { content:'BEFORE'; }
9 button.aft1:after { content:'AFTER'; } 11 button.aft1:after { content:'AFTER'; }
10 </style> 12 </style>
11 <script type="text/javascript"> 13 <script type="text/javascript">
12 function test() 14 function test()
13 { 15 {
14 // force layout 16 // force layout
15 document.body.offsetTop; 17 document.body.offsetTop;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <button id="l">button</button> 64 <button id="l">button</button>
63 <br> 65 <br>
64 <button id="m" class="bef1"></button> 66 <button id="m" class="bef1"></button>
65 <button id="n" class="bef1">button</button> 67 <button id="n" class="bef1">button</button>
66 <br> 68 <br>
67 <button id="o" class="aft1"></button> 69 <button id="o" class="aft1"></button>
68 <button id="p" class="aft1">button</button> 70 <button id="p" class="aft1">button</button>
69 <br> 71 <br>
70 </body> 72 </body>
71 </html> 73 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/button-generated-content-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698