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

Unified Diff: LayoutTests/compositing/child-transform-layer-requires-box.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/child-transform-layer-requires-box.html
diff --git a/LayoutTests/compositing/child-transform-layer-requires-box.html b/LayoutTests/compositing/child-transform-layer-requires-box.html
index ca85ba12c482dd2f74df844bda0ffd2595ddf7ec..e0fd634d183c1a6b2772331f7cd6801e7021f5b1 100644
--- a/LayoutTests/compositing/child-transform-layer-requires-box.html
+++ b/LayoutTests/compositing/child-transform-layer-requires-box.html
@@ -10,7 +10,7 @@
el4=document.createElement('input'); el4.setAttribute('id','el4'); el0.appendChild(el4);
document.querySelector('style').appendChild(document.createTextNode('#el0 { -webkit-perspective:800 }'));
document.querySelector('style').appendChild(document.createTextNode('#el0 { opacity:0 }'));
- document.querySelector('style').appendChild(document.createTextNode('#el4 { -webkit-transform:translate3d(0,20px,0) }'));
+ document.querySelector('style').appendChild(document.createTextNode('#el4 { transform:translate3d(0,20px,0) }'));
}
</script>
<!--
« no previous file with comments | « LayoutTests/compositing/child-layer-3d-sorting.html ('k') | LayoutTests/compositing/child-transform-with-anchor-point.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698