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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt

Issue 82083002: Move viewport unit resolution to style recalc time (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rename browser zoom to page zoom Created 6 years, 12 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/shapes/parsing/parsing-shape-lengths-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
index a6f6ad3e5bfe7ae9e063e208752094b871ed17fc..ee8dea4cab159fc610c4bb8e7c6dbf0c0733c275 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
@@ -19,9 +19,9 @@ PASS getComputedStyleValue("shape-inside", "circle(.5rem, 1rem, 1.5rem)") is "ci
PASS getStyleValue("shape-inside", "circle(1vw, 1vw, 1vw)") is "circle(1vw, 1vw, 1vw)"
PASS getStyleValue("shape-inside", "circle(1vh, 1vh, 1vh)") is "circle(1vh, 1vh, 1vh)"
PASS getStyleValue("shape-inside", "circle(1vmin, 1vmin, 1vmin)") is "circle(1vmin, 1vmin, 1vmin)"
-PASS getComputedStyleValue("shape-inside", "circle(.5vw, 1vw, 1.5vw)") is "circle(0.5vw, 1vw, 1.5vw)"
-PASS getComputedStyleValue("shape-inside", "circle(.5vh, 1vh, 1.5vh)") is "circle(0.5vh, 1vh, 1.5vh)"
-PASS getComputedStyleValue("shape-inside", "circle(.5vmin, 1vmin, 1.5vmin)") is "circle(0.5vmin, 1vmin, 1.5vmin)"
+PASS getComputedStyleValue("shape-inside", "circle(.5vw, 1vw, 1.5vw)") is "circle(4px, 8px, 12px)"
+PASS getComputedStyleValue("shape-inside", "circle(.5vh, 1vh, 1.5vh)") is "circle(3px, 6px, 9px)"
+PASS getComputedStyleValue("shape-inside", "circle(.5vmin, 1vmin, 1.5vmin)") is "circle(3px, 6px, 9px)"
PASS getStyleValue("shape-inside", "circle(100%, 100%, 100%)") is "circle(100%, 100%, 100%)"
PASS getStyleValue("shape-inside", "rectangle(45%, 45%, 90%, 60%, 25%, 10%)") is "rectangle(45%, 45%, 90%, 60%, 25%, 10%)"
PASS getStyleValue("shape-inside", "inset-rectangle(45%, 45%, 90%, 60%, 25%, 10%)") is "inset-rectangle(45%, 45%, 90%, 60%, 25%, 10%)"

Powered by Google App Engine
This is Rietveld 408576698