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

Unified Diff: LayoutTests/fast/transforms/identity-matrix.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
« no previous file with comments | « LayoutTests/fast/transforms/hit-test-large-scale.html ('k') | LayoutTests/fast/transforms/matrix-01.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/transforms/identity-matrix.html
diff --git a/LayoutTests/fast/transforms/identity-matrix.html b/LayoutTests/fast/transforms/identity-matrix.html
index 67c3e81617b5f9c7539a9476680f912e95b514d3..d785b90439e70c9253d98290a280176f6c2d1ff6 100644
--- a/LayoutTests/fast/transforms/identity-matrix.html
+++ b/LayoutTests/fast/transforms/identity-matrix.html
@@ -8,7 +8,7 @@
border: 5px solid black;
margin:5px;
}
- .matrix{ -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
+ .matrix{ transform: matrix(1, 0, 0, 1, 0, 0); }
</style>
</head>
<body>
« no previous file with comments | « LayoutTests/fast/transforms/hit-test-large-scale.html ('k') | LayoutTests/fast/transforms/matrix-01.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698