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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-percentage-top-with-position-expected.txt

Issue 1007623003: Fix incorrect percentage top for positioned elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update an expected value of web-animations-api/animations-responsive-to-style-change.html Created 5 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
Index: LayoutTests/fast/css/getComputedStyle/computed-style-percentage-top-with-position-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-percentage-top-with-position-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-percentage-top-with-position-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8a9268d7ecae87d2791cbab605d62b9749b49516
--- /dev/null
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-percentage-top-with-position-expected.txt
@@ -0,0 +1,36 @@
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "10px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "10px"
+PASS computedStyle.getPropertyValue('top') is "30px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "10px"
+PASS computedStyle.getPropertyValue('top') is "30px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "10px"
+PASS computedStyle.getPropertyValue('top') is "30px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "10px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "10px"
+PASS computedStyle.getPropertyValue('top') is "30px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "150px"
+PASS computedStyle.getPropertyValue('top') is "180px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS computedStyle.getPropertyValue('top') is "50%"
+PASS computedStyle.getPropertyValue('top') is "150px"
+PASS computedStyle.getPropertyValue('top') is "180px"
+PASS computedStyle.getPropertyValue('top') is "300px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698