Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-row-compositing-repaint-crash.html
blobbfbc758994770f52e452b58140ae968ae24d9901
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
4 <html lang="en">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 <title>Table-row compositing crash</title>
8 <style type="text/css" media="screen">
10 .content {
11 height: 100px;
12 width: 100px;
13 transform: translate3d(0, 0, 0);
14 display: table-row;
16 </style>
17 <script type="text/javascript" charset="utf-8">
18 if (window.testRunner)
19 testRunner.dumpAsText();
20 </script>
21 </head>
22 <body>
24 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=27796">https://bugs.webkit.org/show_bug.cgi?id=27796</a><br>Should not crash.</p>
25 <div class="content">
26 Table row.
27 </div>
28 </body>
29 </html>