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

Unified Diff: LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.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/do-not-assert-on-invisible-composited-layers.html
diff --git a/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html b/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html
index 220f8ab541f9ba191a7b921b1e3303e295d0842b..220a7df0765e151d4a31e0173153ac4065503aec 100644
--- a/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html
+++ b/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html
@@ -22,7 +22,7 @@
</script>
</head>
<body>
- <div id='scrollParent' style='-webkit-transform: translateZ(0); overflow:scroll; height: 250px; width: 250px;'>
+ <div id='scrollParent' style='transform: translateZ(0); overflow:scroll; height: 250px; width: 250px;'>
<div style='overflow:scroll; height: 500px; width: 500px; visibility: hidden'>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698