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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-writing-mode-align-left.html

Issue 2670273002: Move tests for DETAILS and SUMMARY elements to html/details_summary/. (Closed)
Patch Set: Created 3 years, 10 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 <style> 1 <style>
2 td { 2 td {
3 border: 1px solid black; 3 border: 1px solid black;
4 width: 120px; 4 width: 120px;
5 height: 120px; 5 height: 120px;
6 } 6 }
7 td div { 7 td div {
8 height: 100%; 8 height: 100%;
9 width: 100%; 9 width: 100%;
10 } 10 }
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </div> 54 </div>
55 </td> 55 </td>
56 <td> 56 <td>
57 <div style="-webkit-writing-mode:vertical-rl; direction:rtl"> 57 <div style="-webkit-writing-mode:vertical-rl; direction:rtl">
58 <details style="text-align:left"><summary>summary</summary></det ails> 58 <details style="text-align:left"><summary>summary</summary></det ails>
59 <details style="text-align:left" open><summary>summary</summary> </details> 59 <details style="text-align:left" open><summary>summary</summary> </details>
60 </div> 60 </div>
61 </td> 61 </td>
62 </tr> 62 </tr>
63 </table> 63 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698