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

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

Issue 1888533002: Revert of fix getComputedStyle positioned element values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 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: 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..051be33a611164da3788a837cc551c637ac85a0a 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
@@ -5,10 +5,6 @@ Resolved values for element "fixed" with display "block":
line-height: 30px
width: 150px
height: 100px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 15px
margin-right: 30px
margin-bottom: 20px
@@ -22,10 +18,6 @@ Resolved values for element "fixed" with display "inline":
line-height: 30px
width: auto
height: auto
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 15px
margin-right: 30px
margin-bottom: 20px
@@ -39,10 +31,6 @@ Resolved values for element "fixed" with display "inline-block":
line-height: 30px
width: 150px
height: 100px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 15px
margin-right: 30px
margin-bottom: 20px
@@ -56,10 +44,6 @@ Resolved values for element "fixed" with display "none":
line-height: 30px
width: 150px
height: 100px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 15px
margin-right: 30px
margin-bottom: 20px
@@ -74,10 +58,6 @@ Resolved values for element "percents" with display "block":
line-height: 36px
width: 250px
height: 75px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 50px
margin-right: 25px
margin-bottom: 50px
@@ -91,10 +71,6 @@ Resolved values for element "percents" with display "inline":
line-height: 36px
width: auto
height: auto
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 10%
margin-right: 5%
margin-bottom: 10%
@@ -108,10 +84,6 @@ Resolved values for element "percents" with display "inline-block":
line-height: 36px
width: 250px
height: 75px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 50px
margin-right: 25px
margin-bottom: 50px
@@ -125,10 +97,6 @@ Resolved values for element "percents" with display "none":
line-height: 36px
width: 50%
height: 25%
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 10%
margin-right: 5%
margin-bottom: 10%
@@ -143,10 +111,6 @@ Resolved values for element "ems" with display "block":
line-height: 24px
width: 240px
height: 120px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 24px
margin-right: 12px
margin-bottom: 36px
@@ -160,10 +124,6 @@ Resolved values for element "ems" with display "inline":
line-height: 24px
width: auto
height: auto
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 24px
margin-right: 12px
margin-bottom: 36px
@@ -177,10 +137,6 @@ Resolved values for element "ems" with display "inline-block":
line-height: 24px
width: 240px
height: 120px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 24px
margin-right: 12px
margin-bottom: 36px
@@ -194,10 +150,6 @@ Resolved values for element "ems" with display "none":
line-height: 24px
width: 240px
height: 120px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 24px
margin-right: 12px
margin-bottom: 36px
@@ -212,10 +164,6 @@ Resolved values for element "auto" with display "block":
line-height: 30px
width: 200px
height: 30px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 0px
margin-right: 126px
margin-bottom: 0px
@@ -229,10 +177,6 @@ Resolved values for element "auto" with display "inline":
line-height: 30px
width: auto
height: auto
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 0px
margin-right: auto
margin-bottom: 0px
@@ -246,10 +190,6 @@ Resolved values for element "auto" with display "inline-block":
line-height: 30px
width: 200px
height: 30px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 0px
margin-right: 0px
margin-bottom: 0px
@@ -263,10 +203,6 @@ Resolved values for element "auto" with display "none":
line-height: 30px
width: 200px
height: auto
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 0px
margin-right: auto
margin-bottom: 0px
@@ -281,10 +217,6 @@ Resolved values for element "mixed" with display "block":
line-height: 48px
width: 150px
height: 60px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 72px
margin-right: 0px
margin-bottom: 0px
@@ -298,10 +230,6 @@ Resolved values for element "mixed" with display "inline":
line-height: 48px
width: auto
height: auto
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 72px
margin-right: 0px
margin-bottom: 0px
@@ -315,10 +243,6 @@ Resolved values for element "mixed" with display "inline-block":
line-height: 48px
width: 150px
height: 60px
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 72px
margin-right: 0px
margin-bottom: 0px
@@ -332,10 +256,6 @@ Resolved values for element "mixed" with display "none":
line-height: 48px
width: 30%
height: 20%
-top: auto
-right: auto
-bottom: auto
-left: auto
margin-top: 72px
margin-right: 0px
margin-bottom: 0px
@@ -346,148 +266,8 @@ padding-bottom: 24px
padding-left: 0px
-Resolved values for element "rel_positioned" with display "block":
-line-height: 30px
-width: 150px
-height: 100px
-top: 15px
-right: -10px
-bottom: -15px
-left: 10px
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-Resolved values for element "rel_positioned" with display "inline":
-line-height: 30px
-width: auto
-height: auto
-top: 15px
-right: -10px
-bottom: -15px
-left: 10px
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-Resolved values for element "rel_positioned" with display "inline-block":
-line-height: 30px
-width: 150px
-height: 100px
-top: 15px
-right: -10px
-bottom: -15px
-left: 10px
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-Resolved values for element "rel_positioned" with display "none":
-line-height: 30px
-width: 150px
-height: 100px
-top: 15px
-right: auto
-bottom: auto
-left: 10px
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-
-Resolved values for element "abs_positioned" with display "block":
-line-height: 30px
-width: 150px
-height: 100px
-top: 62px
-right: 10px
-bottom: 15px
-left: 212px
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-Resolved values for element "abs_positioned" with display "inline":
-line-height: 30px
-width: 150px
-height: 100px
-top: 62px
-right: 10px
-bottom: 15px
-left: 212px
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-Resolved values for element "abs_positioned" with display "inline-block":
-line-height: 30px
-width: 150px
-height: 100px
-top: 62px
-right: 10px
-bottom: 15px
-left: 212px
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-Resolved values for element "abs_positioned" with display "none":
-line-height: 30px
-width: 150px
-height: 100px
-top: auto
-right: 10px
-bottom: 15px
-left: auto
-margin-top: 15px
-margin-right: 30px
-margin-bottom: 20px
-margin-left: 10px
-padding-top: 20px
-padding-right: 20px
-padding-bottom: 20px
-padding-left: 20px
-
-
Fixed
Percents
EMs
Auto
Mixed
-Relative Positioned
-Absolute Positioned

Powered by Google App Engine
This is Rietveld 408576698