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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt

Issue 2047283002: Avoid touching z-index in StyleAdjuster by using an isStackingContext flag instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/transform-css-animation-squash-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
index 99b59bb25875a7bca3b4ea075ec986507fc719c4..7e46ce1eb2dd59e18fe8112f213d4e6ef15b8f0b 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
@@ -13,12 +13,12 @@ PASS CSS Transitions: property <z-index> from [initial] to [5] at (0.5) is [5]
PASS CSS Transitions: property <z-index> from [initial] to [5] at (0.6) is [5]
PASS CSS Transitions: property <z-index> from [initial] to [5] at (1) is [5]
PASS CSS Transitions: property <z-index> from [initial] to [5] at (1.5) is [5]
-FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (-0.3) is [5] assert_equals: expected "18 " but got "5 "
-FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0) is [5] assert_equals: expected "15 " but got "5 "
-FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.3) is [5] assert_equals: expected "12 " but got "5 "
-FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.6) is [5] assert_equals: expected "9 " but got "5 "
+FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (-0.3) is [-1] assert_equals: expected "18 " but got "- 1 "
+FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0) is [0] assert_equals: expected "15 " but got "0 "
+FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.3) is [2] assert_equals: expected "12 " but got "2 "
+FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.6) is [3] assert_equals: expected "9 " but got "3 "
PASS CSS Transitions: property <z-index> from [inherit] to [5] at (1) is [5]
-FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (1.5) is [5] assert_equals: expected "0 " but got "5 "
+FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (1.5) is [8] assert_equals: expected "0 " but got "8 "
PASS CSS Transitions: property <z-index> from [unset] to [5] at (-0.3) is [5]
PASS CSS Transitions: property <z-index> from [unset] to [5] at (0) is [5]
PASS CSS Transitions: property <z-index> from [unset] to [5] at (0.3) is [5]
@@ -65,12 +65,12 @@ PASS CSS Animations: property <z-index> from [initial] to [5] at (0.5) is [5]
PASS CSS Animations: property <z-index> from [initial] to [5] at (0.6) is [5]
PASS CSS Animations: property <z-index> from [initial] to [5] at (1) is [5]
PASS CSS Animations: property <z-index> from [initial] to [5] at (1.5) is [5]
-FAIL CSS Animations: property <z-index> from [inherit] to [5] at (-0.3) is [auto] assert_equals: expected "18 " but got "auto "
-FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0) is [auto] assert_equals: expected "15 " but got "auto "
-FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.3) is [auto] assert_equals: expected "12 " but got "auto "
-FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.6) is [5] assert_equals: expected "9 " but got "5 "
+FAIL CSS Animations: property <z-index> from [inherit] to [5] at (-0.3) is [-1] assert_equals: expected "18 " but got "- 1 "
+FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0) is [0] assert_equals: expected "15 " but got "0 "
+FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.3) is [2] assert_equals: expected "12 " but got "2 "
+FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.6) is [3] assert_equals: expected "9 " but got "3 "
PASS CSS Animations: property <z-index> from [inherit] to [5] at (1) is [5]
-FAIL CSS Animations: property <z-index> from [inherit] to [5] at (1.5) is [5] assert_equals: expected "0 " but got "5 "
+FAIL CSS Animations: property <z-index> from [inherit] to [5] at (1.5) is [8] assert_equals: expected "0 " but got "8 "
PASS CSS Animations: property <z-index> from [unset] to [5] at (-0.3) is [auto]
PASS CSS Animations: property <z-index> from [unset] to [5] at (0) is [auto]
PASS CSS Animations: property <z-index> from [unset] to [5] at (0.3) is [auto]
@@ -117,12 +117,12 @@ PASS Web Animations: property <z-index> from [initial] to [5] at (0.5) is [5]
PASS Web Animations: property <z-index> from [initial] to [5] at (0.6) is [5]
PASS Web Animations: property <z-index> from [initial] to [5] at (1) is [5]
PASS Web Animations: property <z-index> from [initial] to [5] at (1.5) is [5]
-FAIL Web Animations: property <z-index> from [inherit] to [5] at (-0.3) is [auto] assert_equals: expected "18 " but got "auto "
-FAIL Web Animations: property <z-index> from [inherit] to [5] at (0) is [auto] assert_equals: expected "15 " but got "auto "
-FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.3) is [auto] assert_equals: expected "12 " but got "auto "
-FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.6) is [5] assert_equals: expected "9 " but got "5 "
+FAIL Web Animations: property <z-index> from [inherit] to [5] at (-0.3) is [-1] assert_equals: expected "18 " but got "- 1 "
+FAIL Web Animations: property <z-index> from [inherit] to [5] at (0) is [0] assert_equals: expected "15 " but got "0 "
+FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.3) is [2] assert_equals: expected "12 " but got "2 "
+FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.6) is [3] assert_equals: expected "9 " but got "3 "
PASS Web Animations: property <z-index> from [inherit] to [5] at (1) is [5]
-FAIL Web Animations: property <z-index> from [inherit] to [5] at (1.5) is [5] assert_equals: expected "0 " but got "5 "
+FAIL Web Animations: property <z-index> from [inherit] to [5] at (1.5) is [8] assert_equals: expected "0 " but got "8 "
PASS Web Animations: property <z-index> from [unset] to [5] at (-0.3) is [auto]
PASS Web Animations: property <z-index> from [unset] to [5] at (0) is [auto]
PASS Web Animations: property <z-index> from [unset] to [5] at (0.3) is [auto]
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/transform-css-animation-squash-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698