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

Unified Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.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/dom/nodesFromRect/nodesFromRect-child-frame-content.html
diff --git a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html
index ef716ebe4093e5307ce3ceb988e7a01f77e33650..d4cf29f709f69191dde3161a3071dbc0c266997b 100644
--- a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html
+++ b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html
@@ -20,8 +20,8 @@
height: 200px;
border: none;
}
- .rotate180 { -webkit-transform: rotate(180deg); }
- .rotate90 { -webkit-transform: rotate(90deg); }
+ .rotate180 { transform: rotate(180deg); }
+ .rotate90 { transform: rotate(90deg); }
#sandbox .box {
box-sizing: border-box;
height: 100px;
« no previous file with comments | « LayoutTests/fast/dom/Range/getClientRects.html ('k') | LayoutTests/fast/dom/nodesFromRect/nodesFromRect-rotate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698