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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt

Issue 2102843002: Fix getComputedStyle for non-box-layout elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix getComputedStyle for non-box-layout elements Created 4 years, 5 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: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt
index f35339b63dcea1f88b5c2d3a28b131f0bfb5cac8..ea819be74bfa997713cb1fb99a6692a3935cd365 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt
@@ -484,6 +484,75 @@ padding-bottom: 20px
padding-left: 20px
+Resolved values for element "ruby" with display "block":
+line-height: normal
+width: 452px
+height: 0px
+top: 0px
+right: -50px
+bottom: 0px
+left: 50px
+margin-top: 0px
+margin-right: 0px
+margin-bottom: 0px
+margin-left: 0px
+padding-top: 0px
+padding-right: 0px
+padding-bottom: 0px
+padding-left: 0px
+
+Resolved values for element "ruby" with display "inline":
+line-height: normal
+width: auto
+height: auto
+top: 0px
+right: auto
+bottom: 0px
+left: 10%
+margin-top: 0px
+margin-right: 0px
+margin-bottom: 0px
+margin-left: 0px
+padding-top: 0px
+padding-right: 0px
+padding-bottom: 0px
+padding-left: 0px
+
+Resolved values for element "ruby" with display "inline-block":
+line-height: normal
+width: 0px
+height: 0px
+top: 0px
+right: -50px
+bottom: 0px
+left: 50px
+margin-top: 0px
+margin-right: 0px
+margin-bottom: 0px
+margin-left: 0px
+padding-top: 0px
+padding-right: 0px
+padding-bottom: 0px
+padding-left: 0px
+
+Resolved values for element "ruby" with display "none":
+line-height: normal
+width: auto
+height: auto
+top: auto
+right: auto
+bottom: auto
+left: 10%
+margin-top: 0px
+margin-right: 0px
+margin-bottom: 0px
+margin-left: 0px
+padding-top: 0px
+padding-right: 0px
+padding-bottom: 0px
+padding-left: 0px
+
+
Fixed
Percents
EMs
@@ -491,3 +560,4 @@ Auto
Mixed
Relative Positioned
Absolute Positioned
+

Powered by Google App Engine
This is Rietveld 408576698