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

Unified Diff: LayoutTests/compositing/will-change/neutral-keyframe-not-decomposed-expected.html

Issue 1318273003: Prevent will-change:transform from changing the computed value of transform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/compositing/will-change/neutral-keyframe-not-decomposed-expected.html
diff --git a/LayoutTests/compositing/will-change/neutral-keyframe-not-decomposed-expected.html b/LayoutTests/compositing/will-change/neutral-keyframe-not-decomposed-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d03174aa9464d2f07ee3cc09456ae82ae2e0690e
--- /dev/null
+++ b/LayoutTests/compositing/will-change/neutral-keyframe-not-decomposed-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+#target {
+ border-left: solid;
+ border-top: solid;
+ transform: rotate(180deg);
+ width: 100px;
+ height: 100px;
+ margin: 50px;
+}
+</style>
+The following shape should look like: _|
+<div id="target"></div>
« no previous file with comments | « LayoutTests/compositing/will-change/neutral-keyframe-not-decomposed.html ('k') | Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698