| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 | 3 |
| 4 <script src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></s
cript> | 4 <script src="../../http/tests/inspector-protocol/resources/inspector-protocol-te
st.js"></script> |
| 5 <script src="device-emulation-test.js"></script> | 5 <script src="../resources/device-emulation-test.js"></script> |
| 6 | 6 |
| 7 <script> | 7 <script> |
| 8 // This test is based on http://jsbin.com/urowoh/latest. | 8 // This test is based on http://jsbin.com/urowoh/latest. |
| 9 setMetaViewport(); | 9 setMetaViewport(); |
| 10 </script> | 10 </script> |
| 11 | 11 |
| 12 <style> | 12 <style> |
| 13 html { | 13 html { |
| 14 overflow-x: hidden; | 14 overflow-x: hidden; |
| 15 } | 15 } |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 } | 54 } |
| 55 </script> | 55 </script> |
| 56 | 56 |
| 57 </head> | 57 </head> |
| 58 <body onload="runTest()"> | 58 <body onload="runTest()"> |
| 59 <p> | 59 <p> |
| 60 Tests that disabling device emulation restores back to original values. | 60 Tests that disabling device emulation restores back to original values. |
| 61 </p> | 61 </p> |
| 62 </body> | 62 </body> |
| 63 </html> | 63 </html> |
| OLD | NEW |