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

Unified Diff: LayoutTests/fast/writing-mode/xhtml-no-body-propagation-direction.xml

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/xhtml-no-body-propagation-direction.xml
diff --git a/LayoutTests/fast/writing-mode/xhtml-no-body-propagation-direction.xml b/LayoutTests/fast/writing-mode/xhtml-no-body-propagation-direction.xml
new file mode 100644
index 0000000000000000000000000000000000000000..59fc423422885a8ffd93120b1455ae5be6032fed
--- /dev/null
+++ b/LayoutTests/fast/writing-mode/xhtml-no-body-propagation-direction.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" style="direction: rtl;">
+ <style>
+ div {
+ position: absolute;
+ width: 100px;
+ height: 100px;
+ border: 3px solid black;
+ left: 0;
+ right: 0;
+ }
+ </style>
+ <div></div>
+</html>

Powered by Google App Engine
This is Rietveld 408576698