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

Unified Diff: LayoutTests/fast/css/identical-logical-height-decl-expected.html

Issue 20560008: Don't assume so easily that RenderStyle data can be shared. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 months 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/css/identical-logical-height-decl-expected.html
diff --git a/LayoutTests/fast/css/identical-logical-height-decl-expected.html b/LayoutTests/fast/css/identical-logical-height-decl-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..fd1cd8b78c0a1939c0a30e2567380e7bac06b296
--- /dev/null
+++ b/LayoutTests/fast/css/identical-logical-height-decl-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Identical style declaration on elements with different writing modes</title>
+ </head>
+ <body style="overflow:hidden;">
+ <p>There should be no red on this page.</p>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698