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

Unified Diff: LayoutTests/compositing/bounds-in-flipped-writing-mode.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/compositing/bounds-in-flipped-writing-mode.html
diff --git a/LayoutTests/compositing/bounds-in-flipped-writing-mode.html b/LayoutTests/compositing/bounds-in-flipped-writing-mode.html
index 4bae48f0abcad04e339676b3d5abd615ce8a27d5..ca8d85f2a19a4857b8be550c291ebac5f4eafae2 100644
--- a/LayoutTests/compositing/bounds-in-flipped-writing-mode.html
+++ b/LayoutTests/compositing/bounds-in-flipped-writing-mode.html
@@ -1,6 +1,6 @@
<body style="margin: 0; padding: 100px;">
<div style="width: 100px; height: 100px; background-color: red;"></div>
- <div style="width: 100px; height: 100px; -webkit-writing-mode: horizontal-bt; -webkit-transform: translatez(0)">
+ <div style="width: 100px; height: 100px; -webkit-writing-mode: horizontal-bt; transform: translatez(0)">
<div style="-webkit-margin-before: 100px; height: 100px; background-color: green;"></div>
</div>
<pre id="console"></pre>
« no previous file with comments | « LayoutTests/compositing/backing/no-backing-foreground-layer.html ('k') | LayoutTests/compositing/checkerboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698