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

Unified Diff: LayoutTests/fast/block/inline-children-root-linebox-crash.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/fast/block/inline-children-root-linebox-crash.html
diff --git a/LayoutTests/fast/block/inline-children-root-linebox-crash.html b/LayoutTests/fast/block/inline-children-root-linebox-crash.html
index 135ce9d7156005fa88cebfab74529dcf2440c310..bc5dba9c83b3b3f56ee37b5837a0028ca199d2e7 100644
--- a/LayoutTests/fast/block/inline-children-root-linebox-crash.html
+++ b/LayoutTests/fast/block/inline-children-root-linebox-crash.html
@@ -3,7 +3,7 @@
WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br />
Test passes if it does not crash.
<div style='-webkit-writing-mode: vertical-rl;'>
-<div style='-webkit-transform: translatey(1px) translatez(1px) rotatex(1deg);'></div>
+<div style='transform: translatey(1px) translatez(1px) rotatex(1deg);'></div>
<textarea></textarea>
<span style='-webkit-opacity: 0.0;'/>
<input autofocus>

Powered by Google App Engine
This is Rietveld 408576698