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

Unified Diff: LayoutTests/inspector-protocol/dom/dom-getBoxModel-expected.txt

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-expected.txt
diff --git a/LayoutTests/inspector-protocol/dom/dom-getBoxModel-expected.txt b/LayoutTests/inspector-protocol/dom/dom-getBoxModel-expected.txt
index 1afef6b86356cc2b88773f442a930cfbb56a5210..d8b52ab3d1f0b3756067f8701ebecded7e2bc941 100644
--- a/LayoutTests/inspector-protocol/dom/dom-getBoxModel-expected.txt
+++ b/LayoutTests/inspector-protocol/dom/dom-getBoxModel-expected.txt
@@ -30,7 +30,7 @@ DIV style,position:absolute;top:200;left:100;width:100;height:100;background:gre
[6] : 100
[7] : 300
]
-DIV style,position:absolute;top:150;left:50;width:100;height:100;background:blue;-webkit-transform:rotate(45deg); [
+DIV style,position:absolute;top:150;left:50;width:100;height:100;background:blue;transform:rotate(45deg); [
[0] : 100
[1] : 129
[2] : 171

Powered by Google App Engine
This is Rietveld 408576698