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

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: 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..21011f503b124bca4fb1ea8f620af47a7d4d1e60
--- /dev/null
+++ b/LayoutTests/virtual/threaded/animations/compositor-rotate-zero-degrees-expected.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<style>
+div {
+ position: absolute;
+ width: 100px;
+ height: 100px;
+ rotate: 225deg 1 0 0;
+}
+
+#target {
+ border: solid red;
+}
+
+#expected {
+ border: solid green;
+}
+</style>
+
+<div id="target"></div>
alancutter (OOO until 2018) 2015/09/01 01:48:46 No need for target as it will be obscured by expec
Eric Willigers 2015/09/01 06:32:10 Acknowledged.
+<div id="expected"></div>
+
+<script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698