Skip to content

Commit

Permalink
wpt bad test dir_auto-textarea-script-N-between-Rs.html
Browse files Browse the repository at this point in the history
Test assumed two text areas had identical content, but one
had extra whitespace.

Bug: 1123002
Change-Id: Id474988a8f0af5e96594c908902609440552b24b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3141171
Commit-Queue: Aleks Totic <atotic@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#918239}
  • Loading branch information
Aleks Totic authored and chromium-wpt-export-bot committed Sep 3, 2021
1 parent 96387be commit e1feca6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html>
<head>
<meta charset="utf-8" />
<link rel="match" href="dir_auto-textarea-N-between-Rs-ref.html" />
<link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com" />
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com" />
<style>
Expand Down Expand Up @@ -34,31 +33,27 @@
<textarea rows="4" dir="rtl">
&#x05D0;
!...
&#x05D0;
</textarea>
&#x05D0;</textarea>
</div>
<div dir="rtl">
<textarea rows="4" dir="rtl">
&#x05D0;
!...
&#x05D0;
</textarea>
&#x05D0;</textarea>
</div>
</div>
<div class="ref">
<div dir="ltr">
<textarea rows="4" dir="rtl">
&#x05D0;
!...
&#x05D0;
</textarea>
&#x05D0;</textarea>
</div>
<div dir="rtl">
<textarea rows="4" dir="rtl">
&#x05D0;
!...
&#x05D0;
</textarea>
&#x05D0;</textarea>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,13 @@
<textarea rows="4" dir="rtl">
&#x05D0;
!...
&#x05D0;
</textarea>
&#x05D0;</textarea>
</div>
<div dir="rtl">
<textarea rows="4" dir="rtl">
&#x05D0;
!...
&#x05D0;
</textarea>
&#x05D0;</textarea>
</div>
</div>
</body>
Expand Down

0 comments on commit e1feca6

Please sign in to comment.