| Index: LayoutTests/screen_orientation/orientation-change-event-expected.txt | 
| diff --git a/LayoutTests/screen_orientation/orientation-change-event-expected.txt b/LayoutTests/screen_orientation/orientation-change-event-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..5c9ddaacbb055fd62bfa30ae2f58db205b88e3c6 | 
| --- /dev/null | 
| +++ b/LayoutTests/screen_orientation/orientation-change-event-expected.txt | 
| @@ -0,0 +1,18 @@ | 
| +Validates that the orientationchange event is fired. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| + | 
| +PASS screen.orientation is "portrait-primary" | 
| +PASS testEvent.type is "orientationchange" | 
| +PASS screen.orientation is "portrait-secondary" | 
| +PASS testEvent.type is "orientationchange" | 
| +PASS screen.orientation is "landscape-primary" | 
| +PASS testEvent.type is "orientationchange" | 
| +PASS screen.orientation is "landscape-secondary" | 
| +PASS testEvent.type is "orientationchange" | 
| +PASS screen.orientation is "portrait-primary" | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |