Changes between Version 5 and Version 6 of Layout Test Protocol


Ignore:
Timestamp:
Jul 8, 2014 10:49:45 AM (10 years ago)
Author:
dfarler@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Layout Test Protocol

    v5 v6  
    66- Error: Other textual output corresponding to standard error
    77- DumpMalloc: Number of committed virtual memory bytes
     8
     9Two #EOF in a row indicates the end of the test output.
    810
    911
     
    2830Lines -> Any text lines not solely containing '#EOF'
    2931
    30 Image -> ContentTypePNG ContentLength Data
     32Image -> ActualImageHash ContentTypePNG ContentLength Data EOF
     33ActualImageHash -> 'ActualHash: ' [0-9a-f-A-f]+
    3134ContentTypePNG -> 'Content-type: image/png' Newline
    3235
    33 Audio -> ContentTypeAudio ContentLength Data
     36Audio -> ContentTypeAudio ContentLength Data EOF
    3437ContentTypeAudio -> 'Content-type: audio/wav' Newline
    3538
    3639Leaks -> Leak RestLeaks
    37 Leak -> 'LEAK: ' \d+ LeakType
     40Leak -> 'LEAK: ' \d+ LeakType Newline
     41LeakType -> [^\n]+
    3842RestLeaks -> Leaks | empty
    3943