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

Unified Diff: LayoutTests/css3/calc/viewport-unit-expected.html

Issue 228063006: Remove special cases for viewport units, and add tests for viewport units in calc(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Convert to interpolation test. Created 6 years, 8 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 | « LayoutTests/css3/calc/viewport-unit.html ('k') | Source/core/animation/AnimatableLength.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/calc/viewport-unit-expected.html
diff --git a/LayoutTests/css3/calc/viewport-unit-expected.html b/LayoutTests/css3/calc/viewport-unit-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c7561298ce49af8fb1010d1d2a968e46ffef5777
--- /dev/null
+++ b/LayoutTests/css3/calc/viewport-unit-expected.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<style>
+body {
+ margin: 0;
+ height: 100vh;
+}
+div {
+ width: 60%;
+ height: 60%;
+ background-color: green;
+}
+</style>
+<div>
+</div>
« no previous file with comments | « LayoutTests/css3/calc/viewport-unit.html ('k') | Source/core/animation/AnimatableLength.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698