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

Unified Diff: LayoutTests/fast/transforms/selection-bounds-in-transformed-view.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/transforms/selection-bounds-in-transformed-view.html
diff --git a/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html b/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html
index df11663635f9a342d9a7f9c6a0d08bb42b5bf3c5..856140cd07bb0fbcf1e572d6a78cc31f8fd43bf6 100644
--- a/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html
+++ b/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html
@@ -1,5 +1,5 @@
<body style="font: 20px Ahem; margin: 0;">
- <div id="result" style="outline: solid blue; height: 100px; width: 100px; -webkit-transform: translatez(0)"></div>
+ <div id="result" style="outline: solid blue; height: 100px; width: 100px; transform: translatez(0)"></div>
<div style="height: 900px"></div>
<div style="height: 100px;">target</div>
<div style="height: 1000px;"></div>
« no previous file with comments | « LayoutTests/fast/transforms/scrollIntoView-transformed.html ('k') | LayoutTests/fast/transforms/shadows.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698