 Chromium Code Reviews
 Chromium Code Reviews Issue 974783002:
  Match the Fullscreen spec's CSS as far as currently practical  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 974783002:
  Match the Fullscreen spec's CSS as far as currently practical  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html | 
| diff --git a/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html b/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html | 
| index 15618456ec2f1ba064f2cedae1212236f36b9002..4545d286163873f26531e73d32a17b9ee7238ffd 100644 | 
| --- a/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html | 
| +++ b/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html | 
| @@ -1,3 +1,3 @@ | 
| <!DOCTYPE html> | 
| -<div>1</div> | 
| -<div>2</div> | 
| +<span>1</span> | 
| +<span>2</span> |