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

Unified Diff: LayoutTests/virtual/threaded/animations/compositor-rotate-zero-degrees-expected.html

Issue 1322843002: Fix for rotate from 0deg (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove redundant div 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/virtual/threaded/animations/compositor-rotate-zero-degrees-expected.html
diff --git a/LayoutTests/virtual/threaded/animations/compositor-rotate-zero-degrees-expected.html b/LayoutTests/virtual/threaded/animations/compositor-rotate-zero-degrees-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3fc1997348ab993933191476aaafa8dac76eefdb
--- /dev/null
+++ b/LayoutTests/virtual/threaded/animations/compositor-rotate-zero-degrees-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+div {
+ position: absolute;
+ width: 100px;
+ height: 100px;
+ rotate: 225deg 1 0 0;
+}
+
+#target {
+ border-color: green;
+ border-style: dotted dashed solid double;
+}
+</style>
+
+<div id="target"></div>
+
+<script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698