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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/transform-origin-crash.html

Issue 2523143002: Layout tests: remove webkit prefix from test names (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
OLDNEW
1 <style> pants { -webkit-transform-origin: bottom 8px; } </style> 1 <style> pants { transform-origin: bottom 8px; } </style>
2 This test passes if it doesn't crash. 2 This test passes if it doesn't crash.
3 <script>testRunner.dumpAsText();</script> 3 <script>testRunner.dumpAsText();</script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698