Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fullscreen / full-screen-placeholder-expected.html
bloba96436fb6f664fbfaad8894f657a6e8fd03c2351
1 <!DOCTYPE html>
2 <style>
3 #float {
4 margin: 10px 0 0 10px;
5 height: 50px;
6 width: 50px;
7 float: left;
8 background-color: red;
10 #clear {
11 clear: left;
13 #one {
14 background-color: lightblue;
15 float: left;
17 #two {
18 background-color: lightgreen;
20 </style>
21 <div>This layout test checks that the offset positions of the blue and green divs does not change when the red div enters full-screen mode. Press <button>go full-screen</a> to begin.</div>
22 <div id="float"></div>
23 <div id="one">One</div>
24 <div id="clear"></div>
25 <span id="two">Two</span>
26 <div>END OF TEST</div>