Changeset 57279 in webkit


Ignore:
Timestamp:
Apr 8, 2010 8:00:59 AM (14 years ago)
Author:
tkent@chromium.org
Message:

Unreviewed. Fix a test for the behavior change by r57274.

  • fast/css/pseudo-invalid-novalidate-001.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57277 r57279  
     12010-04-08  Kent Tamura  <tkent@chromium.org>
     2
     3        Unreviewed. Fix a test for the behavior change by r57274.
     4
     5        * fast/css/pseudo-invalid-novalidate-001.html:
     6
    172010-04-01  Antonio Gomes  <tonikitoo@webkit.org>
    28
  • trunk/LayoutTests/fast/css/pseudo-invalid-novalidate-001.html

    r53709 r57279  
    1313<p id="description"></p>
    1414<form method="get">
    15 <input type="text" required/>
     15<input type="text" required disabled/>
    1616<input name="victim" type="text" value="Loremipsum" pattern="Lorem ipsum"/>
    1717</form>
Note: See TracChangeset for help on using the changeset viewer.