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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/margin-collapse/self-collapsing-block-creates-block-formatting-context.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 1 month 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <style> 3 <style>
4 .item { 4 .item {
5 margin-bottom: 5px; 5 margin-bottom: 5px;
6 } 6 }
7 fieldset { 7 fieldset {
8 border: 0px; 8 border: 0px;
9 padding: 0px; 9 padding: 0px;
10 margin: 0px; 10 margin: 0px;
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <div class="ref"></div> 53 <div class="ref"></div>
54 <div> 54 <div>
55 <div class="item" style="display: table-caption;"></div> 55 <div class="item" style="display: table-caption;"></div>
56 <div class="item" style="display: table-caption;"></div> 56 <div class="item" style="display: table-caption;"></div>
57 <div class="test"></div> 57 <div class="test"></div>
58 </div> 58 </div>
59 </div> 59 </div>
60 <div class="container"> 60 <div class="container">
61 <div class="ref"></div> 61 <div class="ref"></div>
62 <div> 62 <div>
63 <div class="item" style="-webkit-writing-mode: horizontal-bt; "></div>
64 <div class="item" style="-webkit-writing-mode: horizontal-bt; "></div>
65 <div class="test"></div>
66 </div>
67 </div>
68 <div class="container">
69 <div class="ref"></div>
70 <div>
71 <fieldset></fieldset> 63 <fieldset></fieldset>
72 <fieldset></fieldset> 64 <fieldset></fieldset>
73 <div class="test"></div> 65 <div class="test"></div>
74 </div> 66 </div>
75 </div> 67 </div>
76 </body> 68 </body>
77 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698