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

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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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
This is Rietveld 408576698