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

Unified Diff: third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation.html

Issue 1431183003: Set the correct style on the middle anonymous block in continuations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 5 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: third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation.html
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation.html b/third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation.html
new file mode 100644
index 0000000000000000000000000000000000000000..a830a5c86d17e31d2eeb98e08b6468122fc2dc5e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+body {
+ margin: 0px;
+ padding: 0px;
+}
+</style>
+<div style="position:absolute; width: 90px; height: 100px; background-color:red; top: 10px; z-index: -1;"></div>
+<div style="direction: rtl; width: 100px;">
+ <span style="direction: ltr">
+ <span style="display: block; height: 100px; width: 88px; margin: 10px; border: 1px solid green; background-color:green;"></span>
Julien - ping for review 2015/11/13 16:03:49 <span style="display:block"> *cough, cough* <div
+ </span>
+</div>
+<p>crbug.com/286660: The middle anonymous block in a continuation should inherit the style of the containing block, just like the two other anonymous blocks do. There should be no red.</p>

Powered by Google App Engine
This is Rietveld 408576698