| Index: LayoutTests/fullscreen/parent-flow-inline-with-block-child.html
|
| diff --git a/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html b/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html
|
| index 929f8748c18726d3672d8ec382244f5ce46d3923..1adcf7cc391fc0a8af619343c3845ea2184f6cd6 100644
|
| --- a/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html
|
| +++ b/LayoutTests/fullscreen/parent-flow-inline-with-block-child.html
|
| @@ -1,9 +1,4 @@
|
| -<style>
|
| -body {
|
| - font-family: Ahem;
|
| - -webkit-font-smoothing: none;
|
| -}
|
| -</style>
|
| +<!DOCTYPE html>
|
|
|
| <div>
|
| <span>1</span>
|
| @@ -11,7 +6,7 @@ body {
|
| </div>
|
|
|
| <script>
|
| - if ("webkitRequestFullScreen" in Element.prototype) {
|
| + if ('webkitRequestFullScreen' in Element.prototype) {
|
| if (window.testRunner)
|
| testRunner.waitUntilDone();
|
|
|
|
|