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

Unified Diff: LayoutTests/inspector-protocol/dom/dom-getBoxModel.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/inspector-protocol/dom/dom-getBoxModel.html
diff --git a/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html b/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html
index 263dfa986e30eef2cef38a9e914c8ad17d6cd669..fa4a75f0437897bd24a3e01fd68d411f42456a32 100644
--- a/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html
+++ b/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html
@@ -58,7 +58,7 @@ Of<br>
Text<br>
<div style="position:absolute;top:100;left:0;width:100;height:100;background:red"></div>
<div style="position:absolute;top:200;left:100;width:100;height:100;background:green"></div>
-<div style="position:absolute;top:150;left:50;width:100;height:100;background:blue;-webkit-transform:rotate(45deg);"></div>
+<div style="position:absolute;top:150;left:50;width:100;height:100;background:blue;transform:rotate(45deg);"></div>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698