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

Unified Diff: third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html

Issue 2513413007: CSS Animations: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/LayoutTests/paint/invalidation/svg/invalid-clip-path-crash.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
diff --git a/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html b/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
index 3a7cbcb37a08e9f85982e5c782949d7ee3b27aaa..c5795ee0d18d2ee588b749dfbfd1ad05341cc125 100644
--- a/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
+++ b/third_party/WebKit/LayoutTests/tables/table-section-overflow-clip-crash.html
@@ -18,12 +18,12 @@
height: 1px;
width: 1px;
overflow-x: scroll;
- -webkit-perspective: 1;
+ perspective: 1;
}
#test3 {
content: counter(c);
- -webkit-animation-name: a;
- -webkit-animation-duration: 0.01s;
+ animation-name: a;
+ animation-duration: 0.01s;
}
</style>
<script>
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/svg/invalid-clip-path-crash.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698