Changeset 216192 in webkit


Ignore:
Timestamp:
May 4, 2017 10:44:44 AM (7 years ago)
Author:
Said Abou-Hallawa
Message:

Unreviewed: Replace Windows line ending (CRLF) by Unix line ending (CR).

  • compositing/video/video-with-invalid-source.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r216191 r216192  
     12017-05-04  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        Unreviewed: Replace Windows line ending (CRLF) by Unix line ending (CR).
     4
     5        * compositing/video/video-with-invalid-source.html:
     6
    172017-05-04  Ryan Haddad  <ryanhaddad@apple.com>
    28
  • trunk/LayoutTests/compositing/video/video-with-invalid-source.html

    r119992 r216192  
    1313    v.appendChild(src);
    1414    src.addEventListener("error", function() {
    15        if (window.testRunner) {
     15        if (window.testRunner) {
    1616            testRunner.display();
    1717            // If we didn't crash here, yay!  Test is a success
Note: See TracChangeset for help on using the changeset viewer.