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

Unified Diff: LayoutTests/compositing/squashing/clip-to-squashed-layer-size.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/squashing/clip-to-squashed-layer-size.html
diff --git a/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html b/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html
index bce268f5f441aafc4ff9b2129fda28a06b68b2e6..d27ab48657b32a3d9d63fb7d1c7e3863b87ae591 100644
--- a/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html
+++ b/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html
@@ -6,7 +6,7 @@
</script>
</head>
<body>
- <div style=" width: 1px; height: 100px; -webkit-transform: translateZ(0px); position:absolute; top:0px; background-color: lightgray">
+ <div style=" width: 1px; height: 100px; transform: translateZ(0px); position:absolute; top:0px; background-color: lightgray">
</div>
<div style="width: 10px; height: 10px; overflow: hidden; position: absolute; left: 0px; top: 0px; ">
<div style="height: 100px; width:100px; background-color:lightgreen" />

Powered by Google App Engine
This is Rietveld 408576698