Chromium Code Reviews

Unified 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, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/writing-mode/body-writing-mode-propagation.html
diff --git a/LayoutTests/fast/writing-mode/body-writing-mode-propagation.html b/LayoutTests/fast/writing-mode/body-writing-mode-propagation.html
index c41cca10578b041fda8a0c1c3b43a7a7e2e54e38..7b97db7470674783a7582b752e8a440c27c4beff 100644
--- a/LayoutTests/fast/writing-mode/body-writing-mode-propagation.html
+++ b/LayoutTests/fast/writing-mode/body-writing-mode-propagation.html
@@ -1,3 +1,4 @@
-<html>
-<body style="-webkit-writing-mode:vertical-rl; width:100px;border:2px solid black"></body>
+<!DOCTYPE html>
+<html style="width: 100px; height: 100px; border: 3px solid black;">
+ <body style="-webkit-writing-mode: vertical-rl;"></body>
</html>

Powered by Google App Engine