Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/writing-mode/body-writing-mode-propagation.html

Issue 758073003: Always propagate direction and writing-mode from <body>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added XML and overconstraining tests. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <html> 1 <!DOCTYPE html>
2 <body style="-webkit-writing-mode:vertical-rl; width:100px;border:2px solid blac k"></body> 2 <html style="width: 100px; height: 100px; border: 3px solid black;">
3 <body style="-webkit-writing-mode: vertical-rl;"></body>
3 </html> 4 </html>
OLDNEW

Powered by Google App Engine