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

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..3647335e79dcc04246654fbe04b1b0d9299c4ffd
--- /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>
+Th following shape should look like: _|
+<div id="target"></div>

Powered by Google App Engine
This is Rietveld 408576698