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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br /> 3 WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br />
4 Test passes if it does not crash. 4 Test passes if it does not crash.
5 <div style='-webkit-writing-mode: vertical-rl;'> 5 <div style='-webkit-writing-mode: vertical-rl;'>
6 <div style='-webkit-transform: translatey(1px) translatez(1px) rotatex(1deg);'>< /div> 6 <div style='transform: translatey(1px) translatez(1px) rotatex(1deg);'></div>
7 <textarea></textarea> 7 <textarea></textarea>
8 <span style='-webkit-opacity: 0.0;'/> 8 <span style='-webkit-opacity: 0.0;'/>
9 <input autofocus> 9 <input autofocus>
10 </div> 10 </div>
11 <body dir=rtl> 11 <body dir=rtl>
12 </body> 12 </body>
13 <script> 13 <script>
14 if (window.testRunner) 14 if (window.testRunner)
15 testRunner.dumpAsText(); 15 testRunner.dumpAsText();
16 </script> 16 </script>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698