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

Side by Side Diff: LayoutTests/fast/table/multiple-captions-display.xhtml

Issue 6913011: Merge 85355 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body> 2 <body>
3 <table> 3 <table>
4 <caption align="bottom" style="opacity:0.8">PASS: First Caption aligned to the bottom</caption> 4 <caption align="bottom" style="opacity:0.8">PASS: First Caption aligned to the bottom</caption>
5 <caption style="position: fixed;">PASS: Caption with a fixed position</c aption> 5 <caption style="position: fixed;">PASS: Caption with a fixed position</c aption>
6 <caption style="opacity: 0.7;">FAIL: Caption with opacity 0.7</caption> 6 <caption style="opacity: 0.7;">FAIL: Caption with opacity 0.7</caption>
7 <caption>FAIL: Normal Caption</caption> 7 <caption>FAIL: Normal Caption</caption>
8 <thead>HEADER</thead> 8 <thead>HEADER</thead>
9 <tbody><br/>Some body content<br/></tbody> 9 <tbody><br/>Some body content<br/></tbody>
10 <tfoot>FOOTER</tfoot> 10 <tfoot>FOOTER</tfoot>
11 <caption style="opacity: 0.6; position: fixed;">PASS: Caption with a fix ed position and opacity 0.6</caption> 11 <caption style="opacity: 0.6; position: fixed;">PASS: Caption with a fix ed position and opacity 0.6</caption>
12 <caption> 12 <caption>
13 <a style="opacity: 0.5;">FAIL: Caption with opacity 0.5 in one of it s child.</a> 13 <a style="opacity: 0.5;">FAIL: Caption with opacity 0.5 in one of it s child.</a>
14 </caption> 14 </caption>
15 <caption> 15 <caption>
16 <a style="opacity: 0.4; position: fixed;">FAIL: Caption with opacity 0.4 and fixed position of one of the child.</a> 16 <a style="opacity: 0.4; position: fixed;">FAIL: Caption with opacity 0.4 and fixed position of one of the child.</a>
17 </caption> 17 </caption>
18 </table> 18 </table>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698