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

Unified Diff: LayoutTests/fast/repaint/selection-gap-transformed-fixed-child.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/repaint/selection-gap-transformed-fixed-child.html
diff --git a/LayoutTests/fast/repaint/selection-gap-transformed-fixed-child.html b/LayoutTests/fast/repaint/selection-gap-transformed-fixed-child.html
index 5178040816250e1724863082b895b63ab174c455..abc5c65629c61df7440fc73969184f1acfbd0388 100644
--- a/LayoutTests/fast/repaint/selection-gap-transformed-fixed-child.html
+++ b/LayoutTests/fast/repaint/selection-gap-transformed-fixed-child.html
@@ -18,7 +18,7 @@
<div>Bug <a href="http://webkit.org/b/111000">111000</a>: Selection gaps don't repaint correctly with transforms</div>
<div>This tests that fixed elements that get transformed are invalidated correctly. The box will be competely green if the selected area was invalidated correctly.</div>
</div>
- <div style="-webkit-transform: translate(50px, 50px);">
+ <div style="transform: translate(50px, 50px);">
<div id="target" style="background-color: red; width: 100px; height: 100px; position: fixed;"><br/></div><br/>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698