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

Unified Diff: LayoutTests/fast/repaint/transform-disable-layoutstate.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/fast/repaint/transform-disable-layoutstate.html
diff --git a/LayoutTests/fast/repaint/transform-disable-layoutstate.html b/LayoutTests/fast/repaint/transform-disable-layoutstate.html
index 948bfc64aafb1fdd601738b63e091c9899977733..200450fcccee6b4b1d3948d77b26ddea1a126b84 100644
--- a/LayoutTests/fast/repaint/transform-disable-layoutstate.html
+++ b/LayoutTests/fast/repaint/transform-disable-layoutstate.html
@@ -10,7 +10,7 @@
</script>
</head>
<body onload="runRepaintTest()">
- <div id="container" style="width: 500px; -webkit-transform: translate(50px, 80px)">
+ <div id="container" style="width: 500px; transform: translate(50px, 80px)">
<div style="padding-bottom: 100px; background: silver;">
<div style="float: right; height: 50px; width: 50px; background: green;"></div>
<div style="clear: right; border: 4px solid blue;">

Powered by Google App Engine
This is Rietveld 408576698