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

Unified Diff: LayoutTests/fast/css/resources/viewport-percentage-relayout-frame.html

Issue 43873004: Relayout RenderObjects with viewport-percentage CSS properties when viewport size changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/resources/viewport-percentage-relayout-frame.html
diff --git a/LayoutTests/fast/css/resources/viewport-percentage-relayout-frame.html b/LayoutTests/fast/css/resources/viewport-percentage-relayout-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..465a368228bebb80c9537c14243a2d5dc678c686
--- /dev/null
+++ b/LayoutTests/fast/css/resources/viewport-percentage-relayout-frame.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<body>
+ <div id="fixedsize1" style="width: 200px; height: 200px">
+ <div id="fixedsize2" style="width: 150px; height: 150px">
+ <div id="viewport-percentage" style="width: 10vw; height: 10vh; background-color: blue">
+ </div>
+ </div>
+ </div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698