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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical.html

Issue 1674323002: Detect a change in border that affects a positioned object's height or position (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical.html b/third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical.html
new file mode 100644
index 0000000000000000000000000000000000000000..4051ccb3ffa199c79d67ff25af5fdfcbfb8c2dd4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<p>crbug.com/561612: There should be a blue <em>square</em> below.</p>
+<div id="container" style="height:100px; box-sizing:border-box;">
+ <div id="child" style="-webkit-writing-mode:vertical-rl; width:40px; height:100%; background:blue;" data-expected-height=40></div>
+</div>
+<script src="../../resources/check-layout.js"></script>
+<script>
+document.body.offsetTop;
+document.getElementById("container").style.paddingBottom = '60px';
+checkLayout('#child');
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698