 Chromium Code Reviews
 Chromium Code Reviews Issue 758073003:
  Always propagate direction and writing-mode from <body>.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 758073003:
  Always propagate direction and writing-mode from <body>.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: LayoutTests/fast/writing-mode/body-direction-propagation-expected.html | 
| diff --git a/LayoutTests/fast/writing-mode/body-direction-propagation-expected.html b/LayoutTests/fast/writing-mode/body-direction-propagation-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..06ab63127a76cdd81556ba35a3af29854bb7ece7 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/writing-mode/body-direction-propagation-expected.html | 
| @@ -0,0 +1,5 @@ | 
| +<!DOCTYPE html> | 
| +<body style="margin: 0;"> | 
| + <div style="width: 100px; height: 100px; border: 3px solid black; float: right;"> | 
| + </div> | 
| +</body> |