Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html |
| index d18ed4678dbef48b4b290550bf2e744d6124b0b1..c1532676b7092bde4ce2b3a0c495340dbeeef8af 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html |
| @@ -5,7 +5,7 @@ |
| #content { background-color:green; width:40px; height:40px; } |
| </style> |
| <div id="container"> |
| - <div id="host"><canvas id="content"></canvas></div> |
| + <div id="host"><canvas id="content"></canvas></div> |
|
kochi
2015/12/09 08:57:34
Can this be in a separate CL?
hayato
2015/12/09 10:25:40
Done. This was unintentionally added.
|
| </div> |
| <script> |
| setup({ explicit_done: true }); |