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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-writing-mode.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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 </div> 55 </div>
56 </td> 56 </td>
57 <td> 57 <td>
58 <div style="-webkit-writing-mode:vertical-rl; direction:rtl"> 58 <div style="-webkit-writing-mode:vertical-rl; direction:rtl">
59 <details><summary>summary</summary></details> 59 <details><summary>summary</summary></details>
60 <details open><summary>summary</summary></details> 60 <details open><summary>summary</summary></details>
61 </div> 61 </div>
62 </td> 62 </td>
63 </tr> 63 </tr>
64 </table> 64 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698