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

Unified Diff: LayoutTests/fast/writing-mode/body-direction-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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/writing-mode/body-direction-propagation.html
diff --git a/LayoutTests/fast/writing-mode/body-direction-propagation.html b/LayoutTests/fast/writing-mode/body-direction-propagation.html
index 9e15103f5dbba7d9171fce993f815e7566f037d0..38ee6f5b7dfac184ffb827aaafabf050487f7f18 100644
--- a/LayoutTests/fast/writing-mode/body-direction-propagation.html
+++ b/LayoutTests/fast/writing-mode/body-direction-propagation.html
@@ -1,3 +1,4 @@
-<html>
-<body style="direction:rtl; width:100px;border:2px solid black"></body>
+<!DOCTYPE html>
+<html style="width: 100px; height: 100px; border: 3px solid black;">
+ <body style="direction: rtl;"></body>
</html>

Powered by Google App Engine
This is Rietveld 408576698