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

Unified Diff: LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/overflow/scrolls-with-respect-to-transform.html
diff --git a/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html b/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html
index 91fca50afe5f387a9083917b4e06615b4ab771e6..86b1fa7af9d5c25ba349c36d345aaef7e9f60fa8 100644
--- a/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html
+++ b/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html
@@ -65,7 +65,7 @@
</head>
<body>
<div id='fixed' style='position: fixed'></div>
- <div id='container' style='height: 350px; width: 500px; -webkit-transform:rotate(15deg); position:relative; top:150px; left: 150px'>
+ <div id='container' style='height: 350px; width: 500px; transform:rotate(15deg); position:relative; top:150px; left: 150px'>
<div id='overflow-child' style='overflow:scroll'></div>
<div id='abs-descendant'></div>
<div id='fixed-descendant'></div>

Powered by Google App Engine
This is Rietveld 408576698