Changes between Version 5 and Version 6 of Layout Test Protocol
- Timestamp:
- Jul 8, 2014, 10:49:45 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Layout Test Protocol
v5 v6 6 6 - Error: Other textual output corresponding to standard error 7 7 - DumpMalloc: Number of committed virtual memory bytes 8 9 Two #EOF in a row indicates the end of the test output. 8 10 9 11 … … 28 30 Lines -> Any text lines not solely containing '#EOF' 29 31 30 Image -> ContentTypePNG ContentLength Data 32 Image -> ActualImageHash ContentTypePNG ContentLength Data EOF 33 ActualImageHash -> 'ActualHash: ' [0-9a-f-A-f]+ 31 34 ContentTypePNG -> 'Content-type: image/png' Newline 32 35 33 Audio -> ContentTypeAudio ContentLength Data 36 Audio -> ContentTypeAudio ContentLength Data EOF 34 37 ContentTypeAudio -> 'Content-type: audio/wav' Newline 35 38 36 39 Leaks -> Leak RestLeaks 37 Leak -> 'LEAK: ' \d+ LeakType 40 Leak -> 'LEAK: ' \d+ LeakType Newline 41 LeakType -> [^\n]+ 38 42 RestLeaks -> Leaks | empty 39 43