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

Unified Diff: LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.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/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
diff --git a/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html b/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
index 0f7a22e7d90a56ef6bdcf6a7df7e1fae78106f6c..41f0c80eb573ca14d29f2f0139b7b9800635d8ec 100644
--- a/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
+++ b/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
@@ -92,7 +92,7 @@ function test()
<p>
Tests snapshot command log for trace-based Timeline paint event
</p>
-<div id="a" style="visibility:hidden; -webkit-transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
+<div id="a" style="visibility:hidden; transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
<div id="b" style="width:50px; height:50px; background-color:red;"></div>
<img id="c" src="../timeline/resources/test.png">
<svg id="d">
« no previous file with comments | « LayoutTests/transitions/transition-transform-translate-calculated-length-crash.html ('k') | ManualTests/animate-duration.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698